com.mindbright.security.pkcs1
public class DSAParams extends ASN1Sequence
Dss-Parms ::= SEQUENCE { p INTEGER, q INTEGER, g INTEGER }
Modifier and Type | Field and Description |
---|---|
ASN1Integer |
g |
ASN1Integer |
p |
ASN1Integer |
q |
components, count, ofType
isSet, tag
Constructor and Description |
---|
DSAParams() |
DSAParams(java.math.BigInteger p,
java.math.BigInteger q,
java.math.BigInteger g) |
addComponent, addComponent, addOptional, addOptional, addOptional, decodeValue, encodeValue, equals, getComponent, getCount, getDecodeComponent, getDefault, getDistinctComponent, hashCode, isOptional, ofType
decodeValue, getTag, getType, isSet, setValue, toString
public ASN1Integer p
public ASN1Integer q
public ASN1Integer g