Package org.bouncycastle.asn1.x509
Class DSAParameter
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.x509.DSAParameter
- All Implemented Interfaces:
ASN1Encodable
public class DSAParameter extends ASN1Object
-
Constructor Summary
Constructors Constructor Description DSAParameter(BigInteger p, BigInteger q, BigInteger g) -
Method Summary
Modifier and Type Method Description BigIntegergetG()static DSAParametergetInstance(Object obj)static DSAParametergetInstance(ASN1TaggedObject obj, boolean explicit)BigIntegergetP()BigIntegergetQ()ASN1PrimitivetoASN1Primitive()Methods inherited from class org.bouncycastle.asn1.ASN1Object
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
-
Constructor Details
-
DSAParameter
-
-
Method Details
-
getInstance
-
getInstance
-
getP
-
getQ
-
getG
-
toASN1Primitive
- Specified by:
toASN1Primitivein interfaceASN1Encodable- Specified by:
toASN1Primitivein classASN1Object
-