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 BigIntegergetX()
-
Method Details
-
getX
BigInteger getX()- Specified by:
getXin interfaceDHPrivateKey
-