com.mindbright.ssh2
public static final class SSH2KeyPairFile.PEMDSAPrivate extends ASN1Sequence
PEMDSAPrivate ::= SEQUENCE { version Version, p INTEGER, q INTEGER, g INTEGER, y INTEGER, x INTEGER } Version ::= INTEGER { openssl(0) }(OpenSSL currently hardcodes version to 0)
Modifier and Type | Field and Description |
---|---|
ASN1Integer |
g |
ASN1Integer |
p |
ASN1Integer |
q |
ASN1Integer |
version |
ASN1Integer |
x |
ASN1Integer |
y |
components, count, ofType
isSet, tag
Constructor and Description |
---|
SSH2KeyPairFile.PEMDSAPrivate() |
SSH2KeyPairFile.PEMDSAPrivate(int version,
java.math.BigInteger p,
java.math.BigInteger q,
java.math.BigInteger g,
java.math.BigInteger y,
java.math.BigInteger x) |
addComponent, addComponent, addOptional, addOptional, addOptional, decodeValue, encodeValue, equals, getComponent, getCount, getDecodeComponent, getDefault, getDistinctComponent, hashCode, isOptional, ofType
decodeValue, getTag, getType, isSet, setValue, toString
public ASN1Integer version
public ASN1Integer p
public ASN1Integer q
public ASN1Integer g
public ASN1Integer y
public ASN1Integer x