|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.asn1.ASN1Object | +--org.bouncycastle.asn1.x9.DHDomainParameters
Constructor Summary | |
DHDomainParameters(ASN1Integer p,
ASN1Integer g,
ASN1Integer q,
ASN1Integer j,
DHValidationParms validationParms)
Deprecated. |
|
DHDomainParameters(java.math.BigInteger p,
java.math.BigInteger g,
java.math.BigInteger q,
java.math.BigInteger j,
DHValidationParms validationParms)
Deprecated. |
Method Summary | |
ASN1Integer |
getG()
Deprecated. |
static DHDomainParameters |
getInstance(ASN1TaggedObject obj,
boolean explicit)
Deprecated. |
static DHDomainParameters |
getInstance(java.lang.Object obj)
Deprecated. |
ASN1Integer |
getJ()
Deprecated. |
ASN1Integer |
getP()
Deprecated. |
ASN1Integer |
getQ()
Deprecated. |
DHValidationParms |
getValidationParms()
Deprecated. |
ASN1Primitive |
toASN1Primitive()
Deprecated. Method providing a primitive representation of this object suitable for encoding. |
Methods inherited from class org.bouncycastle.asn1.ASN1Object |
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DHDomainParameters(java.math.BigInteger p, java.math.BigInteger g, java.math.BigInteger q, java.math.BigInteger j, DHValidationParms validationParms)
public DHDomainParameters(ASN1Integer p, ASN1Integer g, ASN1Integer q, ASN1Integer j, DHValidationParms validationParms)
Method Detail |
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()
ASN1Object
toASN1Primitive
in class ASN1Object
org.bouncycastle.asn1.ASN1Object
|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |