Bouncy Castle Cryptography 1.46

org.bouncycastle.asn1.x9
Class DHDomainParameters

java.lang.Object
  extended by org.bouncycastle.asn1.ASN1Encodable
      extended by org.bouncycastle.asn1.x9.DHDomainParameters
All Implemented Interfaces:
DEREncodable

public class DHDomainParameters
extends ASN1Encodable


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

DHDomainParameters

public DHDomainParameters(DERInteger p,
                          DERInteger g,
                          DERInteger q,
                          DERInteger j,
                          DHValidationParms validationParms)
Method Detail

getInstance

public static DHDomainParameters getInstance(ASN1TaggedObject obj,
                                             boolean explicit)

getInstance

public static DHDomainParameters getInstance(java.lang.Object obj)

getP

public DERInteger getP()

getG

public DERInteger getG()

getQ

public DERInteger getQ()

getJ

public DERInteger getJ()

getValidationParms

public DHValidationParms getValidationParms()

toASN1Object

public DERObject toASN1Object()
Specified by:
toASN1Object in class ASN1Encodable

Bouncy Castle Cryptography 1.46