|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InvalidPassphraseException | |
|---|---|
| com.maverick.ssh.components.publickey | |
| Uses of InvalidPassphraseException in com.maverick.ssh.components.publickey |
|---|
| Methods in com.maverick.ssh.components.publickey that throw InvalidPassphraseException | |
|---|---|
void |
SshPrivateKeyFile.changePassphrase(java.lang.String oldpassphrase,
java.lang.String newpassprase)
Change the passphrase of the key file. |
static void |
SshPrivateKeyFileFactory.convertFile(java.io.File keyFile,
java.lang.String passphrase,
java.lang.String comment,
int toFormat,
java.io.File toFile)
Take a file in any of the supported public key formats and convert to the requested format. |
SshKeyPair |
SshPrivateKeyFile.toKeyPair(java.lang.String passphrase)
Decode the private key using the users passphrase. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||