org.gudy.bouncycastle.jce.spec
Class ElGamalPrivateKeySpec
java.lang.Object
org.gudy.bouncycastle.jce.spec.ElGamalKeySpec
org.gudy.bouncycastle.jce.spec.ElGamalPrivateKeySpec
- All Implemented Interfaces:
- KeySpec
public class ElGamalPrivateKeySpec
- extends ElGamalKeySpec
This class specifies an ElGamal private key with its associated parameters.
- See Also:
ElGamalPublicKeySpec
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ElGamalPrivateKeySpec
public ElGamalPrivateKeySpec(BigInteger x,
ElGamalParameterSpec spec)
getX
public BigInteger getX()
- Returns the private value
x
.
- Returns:
- the private value
x