![](http://www.gnu-darwin.org/hexley-gd-sm.png)
|
Bouncy Castle Cryptography 1.11 API Specification: Interface ElGamalPublicKey
org.bouncycastle.jce.interfaces
Interface ElGamalPublicKey
- All Superinterfaces:
- ElGamalKey, java.security.Key, java.security.PublicKey, java.io.Serializable
- All Known Implementing Classes:
- JCEElGamalPublicKey
- public interface ElGamalPublicKey
- extends ElGamalKey, java.security.PublicKey
Fields inherited from interface java.security.PublicKey |
serialVersionUID |
Method Summary |
java.math.BigInteger |
getY()
|
Methods inherited from interface java.security.Key |
getAlgorithm, getEncoded, getFormat |
getY
public java.math.BigInteger getY()
|