| Interface | Description |
|---|---|
| FilePasswordProvider | |
| FilePasswordProvider.Decoder<T> |
Something that can produce a result given a password.
|
| FilePasswordProviderHolder | |
| FilePasswordProviderManager |
TODO Add javadoc
|
| Identity |
Represents an SSH key type - the referenced algorithm is the one used to generate the key - e.g., "RSA",
"DSA", "EC".
|
| IdentityResourceLoader<PUB extends PublicKey,PRV extends PrivateKey> | |
| KeyEntryResolver<PUB extends PublicKey,PRV extends PrivateKey> | |
| KeyTypeNamesSupport |
TODO Add javadoc
|
| OpenSshCertificate |
An OpenSSH certificate key as specified by OpenSSH.
|
| PrivateKeyEntryDecoder<PUB extends PublicKey,PRV extends PrivateKey> | |
| PrivateKeyEntryResolver | |
| PublicKeyEntryDataResolver |
TODO Add javadoc
|
| PublicKeyEntryDecoder<PUB extends PublicKey,PRV extends PrivateKey> |
Represents a decoder of an
OpenSSH encoded key data |
| PublicKeyEntryResolver | |
| PublicKeyRawDataDecoder<PUB extends PublicKey> | |
| PublicKeyRawDataReader<PUB extends PublicKey> |
| Class | Description |
|---|---|
| AuthorizedKeyEntry |
Represents an entry in the user's
authorized_keys file according to the
OpenSSH
format. |
| BuiltinIdentities.Constants |
Contains the names of the identities
|
| IdentityUtils | |
| KeyRandomArt |
Draw an ASCII-Art representing the fingerprint so human brain can profit from its built-in pattern recognition
ability.
|
| KeyUtils |
Utility class for keys
|
| OpenSshCertificate.CertificateOption |
Certificate Options are a set of bytes that is
|
| OpenSshCertificateImpl | |
| PublicKeyEntry |
| Enum | Description |
|---|---|
| BuiltinIdentities | |
| FilePasswordProvider.ResourceDecodeResult | |
| OpenSshCertificate.Type |
OpenSshCertificates have a type indicating whether the certificate if for a host key (certifying a host
identity) or for a user key (certifying a user identity). |
Copyright © 2018–2024 The Apache Software Foundation. All rights reserved.