|
Bouncy Castle Cryptography Library 1.46 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.asn1.ASN1Encodable
org.bouncycastle.asn1.x9.DHDomainParameters
public class DHDomainParameters
Field Summary |
---|
Fields inherited from class org.bouncycastle.asn1.ASN1Encodable |
---|
BER, DER |
Constructor Summary | |
---|---|
DHDomainParameters(DERInteger p,
DERInteger g,
DERInteger q,
DERInteger j,
DHValidationParms validationParms)
|
Method Summary | |
---|---|
DERInteger |
getG()
|
static DHDomainParameters |
getInstance(ASN1TaggedObject obj,
boolean explicit)
|
static DHDomainParameters |
getInstance(java.lang.Object obj)
|
DERInteger |
getJ()
|
DERInteger |
getP()
|
DERInteger |
getQ()
|
DHValidationParms |
getValidationParms()
|
DERObject |
toASN1Object()
|
Methods inherited from class org.bouncycastle.asn1.ASN1Encodable |
---|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DHDomainParameters(DERInteger p, DERInteger g, DERInteger q, DERInteger j, DHValidationParms validationParms)
Method Detail |
---|
public static DHDomainParameters getInstance(ASN1TaggedObject obj, boolean explicit)
public static DHDomainParameters getInstance(java.lang.Object obj)
public DERInteger getP()
public DERInteger getG()
public DERInteger getQ()
public DERInteger getJ()
public DHValidationParms getValidationParms()
public DERObject toASN1Object()
toASN1Object
in class ASN1Encodable
|
Bouncy Castle Cryptography Library 1.46 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |