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, toASN1Objectpublic 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()
ASN1ObjecttoASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object