Frames | No Frames |
Methods with parameter type com.sshtools.j2ssh.transport.publickey.SshPrivateKey | |
void | DhGroup1Sha1.performServerExchange(String clientId, String serverId, byte[] clientKexInit, byte[] serverKexInit, SshPrivateKey prvKey) |
void | SshKeyExchange.performServerExchange(String clientId, String serverId, byte[] clientKexInit, byte[] serverKexInit, SshPrivateKey prvkey) |
Methods with parameter type com.sshtools.j2ssh.transport.publickey.SshPrivateKey | |
boolean | |
void | SshAgentClient.addKey(SshPrivateKey prvkey, SshPublicKey pubkey, String description, KeyConstraints constraints) Add a key to the agent
|
Fields of type com.sshtools.j2ssh.transport.publickey.SshPrivateKey | |
SshPrivateKey | |
SshPrivateKey |
Methods with parameter type com.sshtools.j2ssh.transport.publickey.SshPrivateKey | |
void | |
void |
Classes derived from com.sshtools.j2ssh.transport.publickey.SshPrivateKey | |
class |
Methods with return type com.sshtools.j2ssh.transport.publickey.SshPrivateKey | |
SshPrivateKey | SshRsaKeyPair.decodePrivateKey(byte[] encoded) |
Methods with parameter type com.sshtools.j2ssh.transport.publickey.SshPrivateKey | |
SshPrivateKeyFile | |
void |
Methods with return type com.sshtools.j2ssh.transport.publickey.SshPrivateKey | |
SshPrivateKey | SshKeyPair.decodePrivateKey(byte[] encoded) |
SshPrivateKey | SshKeyPairFactory.decodePrivateKey(byte[] encoded) |
SshPrivateKey | |
SshPrivateKey | SshKeyPair.setPrivateKey(byte[] encoded) |
SshPrivateKey | SshPrivateKeyFile.toPrivateKey(String passphrase) |
Methods with return type com.sshtools.j2ssh.transport.publickey.SshPrivateKey | |
SshPrivateKey | SshDssKeyPair.decodePrivateKey(byte[] encoded) |