Uses of Package
com.sshtools.publickey

Packages that use com.sshtools.publickey
com.maverick.sshd This package contains the base implementation of the SSH server. 
com.sshtools.publickey This package contains utility classes for loading/storing public/private keys and is based on the SSHTools key format architecture. 
 

Classes in com.sshtools.publickey used by com.maverick.sshd
InvalidPassphraseException
          Thrown by an SshPrivateKeyFile when it detects that the passphrase supplied was invalid.
 

Classes in com.sshtools.publickey used by com.sshtools.publickey
Base64EncodedFileFormat
           
InvalidPassphraseException
          Thrown by an SshPrivateKeyFile when it detects that the passphrase supplied was invalid.
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 © 2003-2004 3SP LTD. All Rights Reserved.