org.bouncycastle.asn1.x509

Class DSAParameter

Implemented Interfaces:
DEREncodable

public class DSAParameter
extends ASN1Encodable

Constructor Summary

DSAParameter(BigInteger p, BigInteger q, BigInteger g)
DSAParameter(ASN1Sequence seq)

Method Summary

BigInteger
getG()
static DSAParameter
getInstance(Object obj)
static DSAParameter
getInstance(ASN1TaggedObject obj, boolean explicit)
BigInteger
getP()
BigInteger
getQ()
DERObject
toASN1Object()

Methods inherited from class org.bouncycastle.asn1.ASN1Encodable

equals, getDERObject, getEncoded, hashCode, toASN1Object

Constructor Details

DSAParameter

public DSAParameter(BigInteger p,
                    BigInteger q,
                    BigInteger g)


DSAParameter

public DSAParameter(ASN1Sequence seq)

Method Details

getG

public BigInteger getG()


getInstance

public static DSAParameter getInstance(Object obj)


getInstance

public static DSAParameter getInstance(ASN1TaggedObject obj,
                                       boolean explicit)


getP

public BigInteger getP()


getQ

public BigInteger getQ()


toASN1Object

public DERObject toASN1Object()
Overrides:
toASN1Object in interface ASN1Encodable