Bouncy Castle Cryptography 1.11 API Specification: Class ElGamalParameter
org.bouncycastle.asn1.oiw
Class ElGamalParameter
java.lang.Object
|
+--org.bouncycastle.asn1.oiw.ElGamalParameter
- All Implemented Interfaces:
- DEREncodable
- public class ElGamalParameter
- extends java.lang.Object
- implements DEREncodable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ElGamalParameter
public ElGamalParameter(java.math.BigInteger p,
java.math.BigInteger g)
ElGamalParameter
public ElGamalParameter(DERConstructedSequence seq)
getP
public java.math.BigInteger getP()
getG
public java.math.BigInteger getG()
getDERObject
public DERObject getDERObject()
- Specified by:
getDERObject
in interface DEREncodable