Uses of Class
com.sshtools.publickey.InvalidPassphraseException

Packages that use InvalidPassphraseException
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. 
 

Uses of InvalidPassphraseException in com.maverick.sshd
 

Methods in com.maverick.sshd that throw InvalidPassphraseException
 void SshContext.loadOrGenerateHostKey(java.io.File key, java.lang.String type, int bitlength)
          Load a host key from file, if the file does not exist then generate the key.
 void SshContext.loadOrGenerateHostKey(java.io.File key, java.lang.String type, int bitlength, java.lang.String passPhrase)
           
 void SshContext.loadOrGenerateHostKey(java.io.File key, java.lang.String type, int bitlength, int privateKeyFormat, int publicKeyFormat, java.lang.String passPhrase)
          Load a host key from file, if the file does not exist then generate the key.
 SshKeyPair SshContext.loadKey(java.io.File key, java.lang.String passPhrase)
           
 

Uses of InvalidPassphraseException in com.sshtools.publickey
 

Methods in com.sshtools.publickey that throw InvalidPassphraseException
 SshKeyPair SshPrivateKeyFile.toKeyPair(java.lang.String passphrase)
          Decode the private key using the users passphrase.
 void SshPrivateKeyFile.changePassphrase(java.lang.String oldpassphrase, java.lang.String newpassprase)
          Change the passphrase of the key file.
 



Copyright © 2003-2008 SSHTools LTD. All Rights Reserved.