public class DSAParameter extends ASN1Object
Modifier and Type | Field and Description |
---|---|
(package private) ASN1Integer |
g |
(package private) ASN1Integer |
p |
(package private) ASN1Integer |
q |
Constructor and Description |
---|
DSAParameter(ASN1Sequence seq) |
DSAParameter(java.math.BigInteger p,
java.math.BigInteger q,
java.math.BigInteger g) |
Modifier and Type | Method and Description |
---|---|
java.math.BigInteger |
getG() |
static DSAParameter |
getInstance(ASN1TaggedObject obj,
boolean explicit) |
static DSAParameter |
getInstance(java.lang.Object obj) |
java.math.BigInteger |
getP() |
java.math.BigInteger |
getQ() |
ASN1Primitive |
toASN1Primitive() |
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
ASN1Integer p
ASN1Integer q
ASN1Integer g
public DSAParameter(java.math.BigInteger p, java.math.BigInteger q, java.math.BigInteger g)
public DSAParameter(ASN1Sequence seq)
public static DSAParameter getInstance(ASN1TaggedObject obj, boolean explicit)
public static DSAParameter getInstance(java.lang.Object obj)
public java.math.BigInteger getP()
public java.math.BigInteger getQ()
public java.math.BigInteger getG()
public ASN1Primitive toASN1Primitive()
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object