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
-
Method Summary
Modifier and Type Method Description BigInteger
getX()
-
Method Details
-
getX
BigInteger getX()- Specified by:
getX
in interfaceDHPrivateKey
-