Package com.sshtools.publickey

This package contains utility classes for loading/storing public/private keys and is based on the SSHTools key format architecture.

See:
          Description

Interface Summary
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.
 

Class Summary
AbstractKnownHostsKeyVerification An abstract HostKeyVerification class implementation providing validation against the known_hosts format.
Base64EncodedFileFormat  
ConsoleKnownHostsKeyVerification Implements the AbstractKnownHostsKeyVerification to provide host key verification through the console.
PublicKeySubsystem This class implements version 1 of the public key subsystem.
SshKeyPair Storage class for a public/private key pair.
SshKeyPairGenerator Generate public/private key pairs.
SshPrivateKeyFileFactory Private key format factory used to decode private key files.
SshPublicKeyFileFactory Public key format factory used to decode different formats of public keys.
 

Exception Summary
InvalidPassphraseException Thrown by an SshPrivateKeyFile when it detects that the passphrase supplied was invalid.
PublicKeySubsystemException Exception thrown by the PublicKeySubsystem when erros occure in listing, adding or removing keys.
 

Package com.sshtools.publickey Description

This package contains utility classes for loading/storing public/private keys and is based on the SSHTools key format architecture.



Copyright © 2003 3SP LTD. All Rights Reserved.