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