Package org.gudy.bouncycastle.asn1.x509
Class DSAParameter
java.lang.Object
org.gudy.bouncycastle.asn1.ASN1Encodable
org.gudy.bouncycastle.asn1.x509.DSAParameter
- All Implemented Interfaces:
DEREncodable
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) DERInteger
(package private) DERInteger
(package private) DERInteger
Fields inherited from class org.gudy.bouncycastle.asn1.ASN1Encodable
BER, DER
-
Constructor Summary
ConstructorsConstructorDescriptionDSAParameter
(BigInteger p, BigInteger q, BigInteger g) DSAParameter
(ASN1Sequence seq) -
Method Summary
Modifier and TypeMethodDescriptiongetG()
static DSAParameter
getInstance
(Object obj) static DSAParameter
getInstance
(ASN1TaggedObject obj, boolean explicit) getP()
getQ()
Methods inherited from class org.gudy.bouncycastle.asn1.ASN1Encodable
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
-
Field Details
-
p
-
q
-
g
-
-
Constructor Details
-
DSAParameter
-
DSAParameter
-
-
Method Details
-
getInstance
-
getInstance
-
getP
-
getQ
-
getG
-
toASN1Object
- Specified by:
toASN1Object
in classASN1Encodable
-