public class DSAParameter extends ASN1Object
Constructor and Description |
---|
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()
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
public DSAParameter(java.math.BigInteger p, java.math.BigInteger q, java.math.BigInteger g)
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()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object