|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.jce.spec.ElGamalKeySpec | +--org.bouncycastle.jce.spec.ElGamalPrivateKeySpec
This class specifies an ElGamal private key with its associated parameters.
ElGamalPublicKeySpec
Constructor Summary | |
ElGamalPrivateKeySpec(java.math.BigInteger x,
ElGamalParameterSpec spec)
|
Method Summary | |
java.math.BigInteger |
getX()
Returns the private value x. |
Methods inherited from class org.bouncycastle.jce.spec.ElGamalKeySpec |
getParams |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ElGamalPrivateKeySpec(java.math.BigInteger x, ElGamalParameterSpec spec)
Method Detail |
public java.math.BigInteger getX()
|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |