public class DHDomainParameters extends ASN1Object
| Constructor and Description |
|---|
DHDomainParameters(ASN1Integer p,
ASN1Integer g,
ASN1Integer q,
ASN1Integer j,
DHValidationParms validationParms) |
| Modifier and Type | Method and Description |
|---|---|
ASN1Integer |
getG() |
static DHDomainParameters |
getInstance(ASN1TaggedObject obj,
boolean explicit) |
static DHDomainParameters |
getInstance(java.lang.Object obj) |
ASN1Integer |
getJ() |
ASN1Integer |
getP() |
ASN1Integer |
getQ() |
DHValidationParms |
getValidationParms() |
ASN1Primitive |
toASN1Primitive() |
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Objectpublic DHDomainParameters(ASN1Integer p, ASN1Integer g, ASN1Integer q, ASN1Integer j, DHValidationParms validationParms)
public static DHDomainParameters getInstance(ASN1TaggedObject obj, boolean explicit)
public static DHDomainParameters getInstance(java.lang.Object obj)
public ASN1Integer getP()
public ASN1Integer getG()
public ASN1Integer getQ()
public ASN1Integer getJ()
public DHValidationParms getValidationParms()
public ASN1Primitive toASN1Primitive()
toASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object