com.mindbright.ssh2
public static final class SSH2KeyPairFile.PEMECPrivate extends ASN1Sequence
Modifier and Type | Field and Description |
---|---|
ASN1OID |
curveid |
ASN1OctetString |
privateKey |
ASN1BitString |
publicKey |
ASN1Integer |
version |
components, count, ofType
isSet, tag
Constructor and Description |
---|
SSH2KeyPairFile.PEMECPrivate() |
SSH2KeyPairFile.PEMECPrivate(java.security.interfaces.ECPublicKey pubKey,
java.security.interfaces.ECPrivateKey prvKey) |
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 ASN1OctetString privateKey
public ASN1OID curveid
public ASN1BitString publicKey