|
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.ElGamalPublicKeySpec
public class ElGamalPublicKeySpec
This class specifies an ElGamal public key with its associated parameters.
ElGamalPrivateKeySpec| Constructor Summary | |
|---|---|
ElGamalPublicKeySpec(java.math.BigInteger y,
ElGamalParameterSpec spec)
|
|
| Method Summary | |
|---|---|
java.math.BigInteger |
getY()
Returns the public value y. |
| 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 ElGamalPublicKeySpec(java.math.BigInteger y,
ElGamalParameterSpec spec)
| Method Detail |
|---|
public java.math.BigInteger getY()
y.
y
|
Bouncy Castle Cryptography 1.45 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||