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, isDestroyed
Methods inherited from interface net.i2p.crypto.elgamal.ElGamalKey
getParameters
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
-
Method Details
-
getX
BigInteger getX()- Specified by:
getX
in interfaceDHPrivateKey
-