Package net.i2p.crypto.elgamal
Interface ElGamalPrivateKey
- All Superinterfaces:
Destroyable,DHKey,DHPrivateKey,ElGamalKey,Key,PrivateKey,Serializable
- All Known Implementing Classes:
ElGamalPrivateKeyImpl
-
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 net.i2p.crypto.elgamal.ElGamalKey
getParametersMethods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
-
Method Details
-
getX
BigInteger getX()- Specified by:
getXin interfaceDHPrivateKey
-