|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.gudy.bouncycastle.asn1.ASN1Encodable org.gudy.bouncycastle.asn1.x509.DSAParameter
public class DSAParameter
Field Summary |
---|
Fields inherited from class org.gudy.bouncycastle.asn1.ASN1Encodable |
---|
BER, DER |
Constructor Summary | |
---|---|
DSAParameter(ASN1Sequence seq)
|
|
DSAParameter(BigInteger p,
BigInteger q,
BigInteger g)
|
Method Summary | |
---|---|
BigInteger |
getG()
|
static DSAParameter |
getInstance(ASN1TaggedObject obj,
boolean explicit)
|
static DSAParameter |
getInstance(Object obj)
|
BigInteger |
getP()
|
BigInteger |
getQ()
|
DERObject |
toASN1Object()
|
Methods inherited from class org.gudy.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 DSAParameter(BigInteger p, BigInteger q, BigInteger g)
public DSAParameter(ASN1Sequence seq)
Method Detail |
---|
public static DSAParameter getInstance(ASN1TaggedObject obj, boolean explicit)
public static DSAParameter getInstance(Object obj)
public BigInteger getP()
public BigInteger getQ()
public BigInteger getG()
public DERObject toASN1Object()
toASN1Object
in class ASN1Encodable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |