Modifier and Type | Interface and Description |
---|---|
interface |
Identity
Represents an SSH key type - the referenced algorithm is the one used to generate the key - e.g., "RSA",
"DSA", "EC".
|
interface |
IdentityResourceLoader<PUB extends java.security.PublicKey,PRV extends java.security.PrivateKey> |
interface |
KeyEntryResolver<PUB extends java.security.PublicKey,PRV extends java.security.PrivateKey> |
interface |
PrivateKeyEntryDecoder<PUB extends java.security.PublicKey,PRV extends java.security.PrivateKey> |
interface |
PublicKeyEntryDecoder<PUB extends java.security.PublicKey,PRV extends java.security.PrivateKey>
Represents a decoder of an
OpenSSH encoded key data |
Modifier and Type | Class and Description |
---|---|
class |
BuiltinIdentities |
Modifier and Type | Method and Description |
---|---|
static <S extends KeyTypeNamesSupport> |
KeyTypeNamesSupport.findSupporterByKeyTypeName(java.lang.String typeName,
java.util.Collection<? extends S> supporters) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractIdentityResourceLoader<PUB extends java.security.PublicKey,PRV extends java.security.PrivateKey> |
class |
AbstractKeyEntryResolver<PUB extends java.security.PublicKey,PRV extends java.security.PrivateKey> |
class |
AbstractPrivateKeyEntryDecoder<PUB extends java.security.PublicKey,PRV extends java.security.PrivateKey> |
class |
AbstractPublicKeyEntryDecoder<PUB extends java.security.PublicKey,PRV extends java.security.PrivateKey>
Useful base class implementation for a decoder of an
OpenSSH encoded key data |
class |
DSSPublicKeyEntryDecoder |
class |
ECDSAPublicKeyEntryDecoder |
class |
OpenSSHCertificateDecoder |
class |
RSAPublicKeyDecoder |
class |
SkECDSAPublicKeyEntryDecoder |
class |
SkED25519PublicKeyEntryDecoder |
Modifier and Type | Class and Description |
---|---|
class |
OpenSSHDSSPrivateKeyEntryDecoder |
class |
OpenSSHECDSAPrivateKeyEntryDecoder |
class |
OpenSSHRSAPrivateKeyDecoder |
Modifier and Type | Interface and Description |
---|---|
interface |
PuttyKeyPairResourceParser<PUB extends java.security.PublicKey,PRV extends java.security.PrivateKey>
Loads a
KeyPair from PuTTY's ".ppk" file. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPuttyKeyDecoder<PUB extends java.security.PublicKey,PRV extends java.security.PrivateKey> |
class |
DSSPuttyKeyDecoder |
class |
ECDSAPuttyKeyDecoder
TODO Add javadoc
|
class |
EdDSAPuttyKeyDecoder
TODO Add javadoc
|
class |
RSAPuttyKeyDecoder |
Modifier and Type | Class and Description |
---|---|
class |
Ssh2PublicKeyEntryDecoder
Decodes a public key file encoded according to The Secure Shell (SSH)
Public Key File Format
|
Modifier and Type | Class and Description |
---|---|
class |
Ed25519PublicKeyDecoder |
class |
OpenSSHEd25519PrivateKeyEntryDecoder |