JavaScript is disabled on your browser.
Description
Nested Class Summary
Enum Constant Summary
Field Summary
Constructor Summary
Method Summary
Enum Constant Details
RSA
DSA
ECDSA256
ECDSA384
ECDSA521
ED25519
RSA_CERT
DSA_CERT
ED25519_CERT
ECDSA256_CERT
ECDSA384_CERT
ECDSA521_CERT
UNKNOWN
Field Details
sType
Constructor Details
KeyType(String)
Method Details
values()
valueOf(String)
readPubKeyFromBuffer(Buffer)
writePubKeyContentsIntoBuffer(PublicKey, Buffer)
putPubKeyIntoBuffer(PublicKey, Buffer)
isMyType(Key)
fromKey(Key)
isSubType(KeyType)
getParent()
fromString(String)
toString()
Nested Class Summary
Nested Classes
Enum Constant Summary
Enum Constants
SSH identifier for DSA keys
SSH identifier for ECDSA-256 keys
SSH identifier for ECDSA-384 keys
SSH identifier for ECDSA-521 keys
SSH identifier for RSA keys
Constructor Summary
Constructors
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods
protected abstract boolean
private boolean
void
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
protected abstract void
Method Details
writePubKeyContentsIntoBuffer