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, ofTypeisSet, 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, ofTypedecodeValue, getTag, getType, isSet, setValue, toStringpublic ASN1Integer p
public ASN1Integer q
public ASN1Integer g