Package org.bouncycastle.jce.interfaces
Interface ElGamalPrivateKey
- All Superinterfaces:
Destroyable,DHKey,DHPrivateKey,ElGamalKey,Key,PrivateKey,Serializable
- All Known Implementing Classes:
BCElGamalPrivateKey,JCEElGamalPrivateKey
-
Field Summary
Fields inherited from interface javax.crypto.interfaces.DHPrivateKey
serialVersionUID -
Method Summary
Methods inherited from interface javax.security.auth.Destroyable
destroy, isDestroyedMethods inherited from interface org.bouncycastle.jce.interfaces.ElGamalKey
getParametersMethods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
-
Method Details
-
getX
BigInteger getX()- Specified by:
getXin interfaceDHPrivateKey
-