Uses of Class com.sshtools.j2ssh.transport.publickey.SshPublicKey

Uses in package com.sshtools.j2ssh.transport.publickey

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
SshPublicKey
SshPublicKey
SshPublicKey
SshKeyPair.setPublicKey(byte[] encoded)
SshPublicKey

Uses in package com.sshtools.j2ssh.transport.publickey.dsa

Classes derived from com.sshtools.j2ssh.transport.publickey.SshPublicKey

class

Methods with return type com.sshtools.j2ssh.transport.publickey.SshPublicKey

SshPublicKey

Uses in package com.sshtools.j2ssh

Methods with parameter type com.sshtools.j2ssh.transport.publickey.SshPublicKey

boolean
SshClient.acceptsKey(String username, SshPublicKey key)
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.

Uses in package com.sshtools.j2ssh.transport

Fields of type com.sshtools.j2ssh.transport.publickey.SshPublicKey

SshPublicKey

Methods with parameter type com.sshtools.j2ssh.transport.publickey.SshPublicKey

void
AbstractKnownHostsKeyVerification.allowHost(String host, SshPublicKey pk, boolean always)
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
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

Uses in package com.sshtools.j2ssh.agent

Methods with parameter type com.sshtools.j2ssh.transport.publickey.SshPublicKey

boolean
AgentAuthenticationClient.acceptsKey(AuthenticationProtocolClient authentication, String username, String serviceToStart, SshPublicKey key)
boolean
KeyStore.addKey(SshPrivateKey prvkey, SshPublicKey pubkey, String description, KeyConstraints cs)
void
SshAgentClient.addKey(SshPrivateKey prvkey, SshPublicKey pubkey, String description, KeyConstraints constraints)
Add a key to the agent
boolean
KeyStore.deleteKey(SshPublicKey pubkey, String description)
void
SshAgentClient.deleteKey(SshPublicKey key, String description)
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[]
KeyStore.performHashAndSign(SshPublicKey pubkey, List forwardingNodes, byte[] data)

Methods with return type com.sshtools.j2ssh.transport.publickey.SshPublicKey

SshPublicKey

Uses in package com.sshtools.j2ssh.transport.publickey.rsa

Classes derived from com.sshtools.j2ssh.transport.publickey.SshPublicKey

class

Methods with return type com.sshtools.j2ssh.transport.publickey.SshPublicKey

SshPublicKey
SshPublicKey

Uses in package com.sshtools.common.automate

Methods with parameter type com.sshtools.j2ssh.transport.publickey.SshPublicKey

void
AuthorizedKeys.addKey(String username, SshPublicKey key)
boolean
RemoteIdentification.configureUserAccess(SftpClient sftp, String serverId, String system, String username, SshPublicKey pk, String authorizationFile, int mode)
boolean
void

Uses in package com.sshtools.common.hosts

Methods with parameter type com.sshtools.j2ssh.transport.publickey.SshPublicKey

void
void
boolean

Uses in package com.sshtools.j2ssh.authentication

Methods with parameter type com.sshtools.j2ssh.transport.publickey.SshPublicKey

boolean
PublicKeyAuthenticationClient.acceptsKey(AuthenticationProtocolClient authentication, String username, String serviceToStart, SshPublicKey key)

Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.