org.gudy.bouncycastle.asn1.pkcs
Class DHParameter
java.lang.Object
org.gudy.bouncycastle.asn1.pkcs.DHParameter
- All Implemented Interfaces:
- DEREncodable
public class DHParameter
- extends Object
- implements DEREncodable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DHParameter
public DHParameter(BigInteger p,
BigInteger g,
int l)
DHParameter
public DHParameter(ASN1Sequence seq)
getP
public BigInteger getP()
getG
public BigInteger getG()
getL
public BigInteger getL()
getDERObject
public DERObject getDERObject()
- Specified by:
getDERObject
in interface DEREncodable