public class DHDomainParameters extends ASN1Encodable
BER, DER| Constructor and Description |
|---|
DHDomainParameters(DERInteger p,
DERInteger g,
DERInteger q,
DERInteger j,
DHValidationParms validationParms) |
| Modifier and Type | Method and Description |
|---|---|
DERInteger |
getG() |
static DHDomainParameters |
getInstance(ASN1TaggedObject obj,
boolean explicit) |
static DHDomainParameters |
getInstance(Object obj) |
DERInteger |
getJ() |
DERInteger |
getP() |
DERInteger |
getQ() |
DHValidationParms |
getValidationParms() |
DERObject |
toASN1Object() |
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCodepublic DHDomainParameters(DERInteger p, DERInteger g, DERInteger q, DERInteger j, DHValidationParms validationParms)
public static DHDomainParameters getInstance(ASN1TaggedObject obj, boolean explicit)
public static DHDomainParameters getInstance(Object obj)
public DERInteger getP()
public DERInteger getG()
public DERInteger getQ()
public DERInteger getJ()
public DHValidationParms getValidationParms()
public DERObject toASN1Object()
toASN1Object in class ASN1EncodableCopyright © 2015. All rights reserved.