|
Bouncy Castle Cryptography 1.45 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.jce.spec.ElGamalKeySpec
org.bouncycastle.jce.spec.ElGamalPrivateKeySpec
public class 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()
x.
x
|
Bouncy Castle Cryptography 1.45 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||