|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidPassphraseException | |
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.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |