See: Description
Interface | Description |
---|---|
HostKeyVerificationListener | |
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.
|
Exception | Description |
---|---|
InvalidPassphraseException |
Thrown by an
SshPrivateKeyFile when it detects that the
passphrase supplied was invalid. |
PublicKeySubsystemException |
Exception thrown by the
PublicKeySubsystem when errors occur in
listing, adding or removing keys. |
This package contains utility classes for loading/storing public/private keys and is based on the SSHTools key format architecture.
Copyright © 2024. All rights reserved.