public class DSAParameter extends ASN1Object
| Modifier and Type | Field and Description |
|---|---|
(package private) ASN1Integer |
g |
(package private) ASN1Integer |
p |
(package private) ASN1Integer |
q |
| Modifier | Constructor and Description |
|---|---|
private |
DSAParameter(ASN1Sequence seq) |
|
DSAParameter(BigInteger p,
BigInteger q,
BigInteger g) |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getG() |
static DSAParameter |
getInstance(ASN1TaggedObject obj,
boolean explicit) |
static DSAParameter |
getInstance(Object obj) |
BigInteger |
getP() |
BigInteger |
getQ() |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1ObjectASN1Integer p
ASN1Integer q
ASN1Integer g
public DSAParameter(BigInteger p, BigInteger q, BigInteger g)
private DSAParameter(ASN1Sequence seq)
public static DSAParameter getInstance(ASN1TaggedObject obj, boolean explicit)
public static DSAParameter getInstance(Object obj)
public BigInteger getP()
public BigInteger getQ()
public BigInteger getG()
public ASN1Primitive toASN1Primitive()
ASN1ObjecttoASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object