Frames | No Frames |
Methods with parameter type com.sshtools.j2ssh.transport.publickey.SshPublicKey | |
SshPublicKeyFile |
Methods with return type com.sshtools.j2ssh.transport.publickey.SshPublicKey | |
SshPublicKey | SshKeyPair.decodePublicKey(byte[] encoded) |
SshPublicKey | SshKeyPairFactory.decodePublicKey(byte[] encoded) |
SshPublicKey | |
SshPublicKey | |
SshPublicKey | SshKeyPair.setPublicKey(byte[] encoded) |
SshPublicKey |
Classes derived from com.sshtools.j2ssh.transport.publickey.SshPublicKey | |
class |
Methods with return type com.sshtools.j2ssh.transport.publickey.SshPublicKey | |
SshPublicKey | SshDssKeyPair.decodePublicKey(byte[] encoded) |
Methods with parameter type com.sshtools.j2ssh.transport.publickey.SshPublicKey | |
boolean |
Determine whether a private/public key pair will be accepted for public
key authentication. |
Methods with return type com.sshtools.j2ssh.transport.publickey.SshPublicKey | |
SshPublicKey |
Returns the server's public key supplied during key exchange. |
Fields of type com.sshtools.j2ssh.transport.publickey.SshPublicKey | |
SshPublicKey |
Methods with parameter type com.sshtools.j2ssh.transport.publickey.SshPublicKey | |
void |
Allows a host key, optionally recording the key to the known_hosts file. |
void | AbstractKnownHostsKeyVerification.onHostKeyMismatch(String host, SshPublicKey allowedHostKey, SshPublicKey actualHostKey)
Called by the verifyHost method when the host key supplied
by the host does not match the current key recording in the known hosts
file. |
void | ConsoleKnownHostsKeyVerification.onHostKeyMismatch(String host, SshPublicKey pk, SshPublicKey actual)
Prompts the user through the console to verify the host key. |
void |
Called by the verifyHost method when the host key supplied
is not recorded in the known_hosts file. |
void |
Prompts the user through the console to verify the host key. |
boolean |
Verifies a host key against the list of known_hosts. |
boolean |
Called by the transport protocol to verify the identity of the server
through the supplied public key. |
boolean |
Simply returns true to all requests. |
Methods with return type com.sshtools.j2ssh.transport.publickey.SshPublicKey | |
SshPublicKey |
Methods with parameter type com.sshtools.j2ssh.transport.publickey.SshPublicKey | |
boolean | AgentAuthenticationClient.acceptsKey(AuthenticationProtocolClient authentication, String username, String serviceToStart, SshPublicKey key) |
boolean | |
void | SshAgentClient.addKey(SshPrivateKey prvkey, SshPublicKey pubkey, String description, KeyConstraints constraints) Add a key to the agent
|
boolean | |
void | Delete a key held by the agent
|
String | |
KeyConstraints | |
byte[] | Request a hash and sign operation be performed for a given public key. |
int | |
byte[] |
Methods with return type com.sshtools.j2ssh.transport.publickey.SshPublicKey | |
SshPublicKey |
Classes derived from com.sshtools.j2ssh.transport.publickey.SshPublicKey | |
class |
Methods with return type com.sshtools.j2ssh.transport.publickey.SshPublicKey | |
SshPublicKey | SshRsaKeyPair.decodePublicKey(byte[] encoded) |
SshPublicKey |
Methods with parameter type com.sshtools.j2ssh.transport.publickey.SshPublicKey | |
void | |
boolean | RemoteIdentification.configureUserAccess(SftpClient sftp, String serverId, String system, String username, SshPublicKey pk, String authorizationFile, int mode) |
boolean | |
void |
Methods with parameter type com.sshtools.j2ssh.transport.publickey.SshPublicKey | |
void | DialogKnownHostsKeyVerification.onHostKeyMismatch(String host, SshPublicKey recorded, SshPublicKey actual) |
void | |
boolean |
Methods with parameter type com.sshtools.j2ssh.transport.publickey.SshPublicKey | |
boolean | PublicKeyAuthenticationClient.acceptsKey(AuthenticationProtocolClient authentication, String username, String serviceToStart, SshPublicKey key) |