| 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 PublicKey,PRV extends PrivateKey> |
interface |
KeyEntryResolver<PUB extends PublicKey,PRV extends PrivateKey> |
interface |
PrivateKeyEntryDecoder<PUB extends PublicKey,PRV extends PrivateKey> |
interface |
PublicKeyEntryDecoder<PUB extends PublicKey,PRV extends 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(String typeName,
Collection<? extends S> supporters) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIdentityResourceLoader<PUB extends PublicKey,PRV extends PrivateKey> |
class |
AbstractKeyEntryResolver<PUB extends PublicKey,PRV extends PrivateKey> |
class |
AbstractPrivateKeyEntryDecoder<PUB extends PublicKey,PRV extends PrivateKey> |
class |
AbstractPublicKeyEntryDecoder<PUB extends PublicKey,PRV extends 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 | 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 |
Copyright © 2018–2020 The Apache Software Foundation. All rights reserved.