|
Bouncy Castle Cryptography 1.22 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.bouncycastle.asn1.oiw.ElGamalParameter
| Constructor Summary | |
ElGamalParameter(ASN1Sequence seq)
|
|
ElGamalParameter(java.math.BigInteger p,
java.math.BigInteger g)
|
|
| Method Summary | |
DERObject |
getDERObject()
|
java.math.BigInteger |
getG()
|
java.math.BigInteger |
getP()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ElGamalParameter(java.math.BigInteger p,
java.math.BigInteger g)
public ElGamalParameter(ASN1Sequence seq)
| Method Detail |
public java.math.BigInteger getP()
public java.math.BigInteger getG()
public DERObject getDERObject()
getDERObject in interface DEREncodable
|
Bouncy Castle Cryptography 1.22 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||