Interface ElGamalPublicKey
-
- All Superinterfaces:
ElGamalKey
,java.security.Key
,java.security.PublicKey
,java.io.Serializable
public interface ElGamalPublicKey extends ElGamalKey, java.security.PublicKey
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.math.BigInteger
getY()
-
Methods inherited from interface org.gudy.bouncycastle.jce.interfaces.ElGamalKey
getParams
-
-