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() |
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
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()
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object