Interface | Description |
---|---|
FilePasswordProvider | |
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 java.security.PublicKey,PRV extends java.security.PrivateKey> | |
KeyEntryResolver<PUB extends java.security.PublicKey,PRV extends java.security.PrivateKey> | |
KeyTypeNamesSupport |
TODO Add javadoc
|
PrivateKeyEntryDecoder<PUB extends java.security.PublicKey,PRV extends java.security.PrivateKey> | |
PrivateKeyEntryResolver | |
PublicKeyEntryDataResolver |
TODO Add javadoc
|
PublicKeyEntryDecoder<PUB extends java.security.PublicKey,PRV extends java.security.PrivateKey> |
Represents a decoder of an
OpenSSH encoded key data |
PublicKeyEntryResolver |
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 | |
IdentityUtils.LazyDefaultUserHomeFolderHolder | |
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
|
PublicKeyEntry |
Represents a
PublicKey whose data is formatted according to
the OpenSSH format: |
PublicKeyEntry.LazyDefaultKeysFolderHolder |
Enum | Description |
---|---|
BuiltinIdentities | |
FilePasswordProvider.ResourceDecodeResult |