| Frames | No Frames |
Constructors which throw type com.sshtools.j2ssh.transport.publickey.InvalidSshKeyException | |
SshRsaPrivateKey.SshRsaPrivateKey(byte[] encoded) Creates a new SshRsaPrivateKey object. | |
SshRsaPublicKey.SshRsaPublicKey(byte[] encoded) Creates a new SshRsaPublicKey object. | |
Methods which throw type com.sshtools.j2ssh.transport.publickey.InvalidSshKeyException | |
| SshPrivateKey | SshRsaKeyPair.decodePrivateKey(byte[] encoded) |
| SshPublicKey | SshRsaKeyPair.decodePublicKey(byte[] encoded) |
Methods which throw type com.sshtools.j2ssh.transport.publickey.InvalidSshKeyException | |
| byte[] | AuthorizedKeys.create(AuthorizedKeys keys, String serverId, String hostname, AuthorizedKeysFileSaver saver) |
| byte[] | |
| byte[] | |
| byte[] | |
| byte[] | |
| byte[] | |
| byte[] | |
| byte[] | |
| AuthorizedKeys | AuthorizedKeys.parse(byte[] formatted, String serverId, String hostname, AuthorizedKeysFileLoader loader) |
| AuthorizedKeys | AuthorizedKeysFormat.unformat(byte[] formatted) |
| AuthorizedKeys | OpenSSHAuthorizedKeysFormat.unformat(byte[] formatted) |
| AuthorizedKeys | SSH2AuthorizedKeysFormat.unformat(byte[] formatted) |
| AuthorizedKeys | |
| AuthorizedKeys | |
| AuthorizedKeys | |
| AuthorizedKeys | |
Constructors which throw type com.sshtools.j2ssh.transport.publickey.InvalidSshKeyException | |
SshDssPublicKey.SshDssPublicKey(byte[] key) Creates a new SshDssPublicKey object. | |
Methods which throw type com.sshtools.j2ssh.transport.publickey.InvalidSshKeyException | |
| SshPrivateKey | SshDssKeyPair.decodePrivateKey(byte[] encoded) |
| SshPublicKey | SshDssKeyPair.decodePublicKey(byte[] encoded) |
Methods which throw type com.sshtools.j2ssh.transport.publickey.InvalidSshKeyException | |
| byte[] | OpenSSHPrivateKeyFormat.decryptKeyblob(byte[] formattedKey, String passphrase) |
| byte[] | OpenSSHPrivateKeyFormat.encryptKeyblob(byte[] keyblob, String passphrase) |
Methods which throw type com.sshtools.j2ssh.transport.publickey.InvalidSshKeyException | |
| byte[] | |