Package | Description |
---|---|
com.maverick.ssh |
This package contains a set of general interface contracts for SSH communication that
provide the core set of functionality available in both the SSH1 and SSH2 protocol specifications.
|
com.maverick.util |
A set of SSHTools utility classes.
|
com.sshtools.publickey |
This package contains utility classes for loading/storing public/private keys
and is based on the SSHTools key format architecture.
|
Class and Description |
---|
InvalidPassphraseException
Thrown by an
SshPrivateKeyFile when it detects that the
passphrase supplied was invalid. |
Class and Description |
---|
InvalidPassphraseException
Thrown by an
SshPrivateKeyFile when it detects that the
passphrase supplied was invalid. |
Class and Description |
---|
AbstractKnownHostsKeyVerification
Deprecated.
Use KnownHostsKeyVerification instead.
|
AbstractMultipleKnownHostsKeyVerification
Deprecated.
Use KnownHostsKeyVerification instead.
|
Base64EncodedFileFormat |
HostKeyVerificationListener |
InvalidPassphraseException
Thrown by an
SshPrivateKeyFile when it detects that the
passphrase supplied was invalid. |
KnownHostsFile |
KnownHostsKeyVerification
An abstract HostKeyVerification
class implementation providing validation against the known_hosts format.
|
KnownHostsKeyVerification.HostFileEntry |
KnownHostsKeyVerification.KeyEntry |
PublicKeySubsystemException
Exception thrown by the
PublicKeySubsystem when errors occur in
listing, adding or removing keys. |
SshPrivateKeyFile
Interface which all private key formats must implement to provide decoding
and decryption of the private key into a suitable format for the API.
|
SshPublicKeyFile
Interface which all public key formats must implement to provide decoding of
the public key into a suitable format for the API.
|
Copyright © 2024. All rights reserved.