Package net.i2p.crypto.elgamal
Interface ElGamalPrivateKey
-
- All Superinterfaces:
Destroyable
,DHKey
,DHPrivateKey
,ElGamalKey
,Key
,PrivateKey
,Serializable
- All Known Implementing Classes:
ElGamalPrivateKeyImpl
public interface ElGamalPrivateKey extends ElGamalKey, DHPrivateKey
-
-
Field Summary
-
Fields inherited from interface javax.crypto.interfaces.DHPrivateKey
serialVersionUID
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BigInteger
getX()
-
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 Detail
-
getX
BigInteger getX()
- Specified by:
getX
in interfaceDHPrivateKey
-
-