Uses of Class
com.sshtools.client.SimpleClientAuthenticator
Packages that use SimpleClientAuthenticator
-
Uses of SimpleClientAuthenticator in com.sshtools.client
Subclasses of SimpleClientAuthenticator in com.sshtools.clientModifier and TypeClassDescriptionclass
Implements public key authentication taking a separately loaded SshKeyPair as the private key for authentication.class
Implements public key authentication, taking a java.io.File object as the source private key.class
Implements the keyboard-interactive authentication method.class
Implements public key authentication, taking a com.sshtools.publickey.SshKeyPair object as the source private key.class
class
Implements the password authentication method.class
Implements public key authentication, taking a java.io.File object as the source private key.class
Implements public key authentication taking a separately loaded SshKeyPair as the private key for authentication. -
Uses of SimpleClientAuthenticator in com.sshtools.server.callback
Subclasses of SimpleClientAuthenticator in com.sshtools.server.callback