public class DHParameter extends ASN1Object
Constructor and Description |
---|
DHParameter(java.math.BigInteger p,
java.math.BigInteger g,
int l) |
Modifier and Type | Method and Description |
---|---|
java.math.BigInteger |
getG() |
static DHParameter |
getInstance(java.lang.Object obj) |
java.math.BigInteger |
getL() |
java.math.BigInteger |
getP() |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
public DHParameter(java.math.BigInteger p, java.math.BigInteger g, int l)
public static DHParameter getInstance(java.lang.Object obj)
public java.math.BigInteger getP()
public java.math.BigInteger getG()
public java.math.BigInteger getL()
public ASN1Primitive toASN1Primitive()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object