Uses of Class
com.sshtools.client.PublicKeyAuthenticator
Packages that use PublicKeyAuthenticator
-
Uses of PublicKeyAuthenticator in com.sshtools.client
Subclasses of PublicKeyAuthenticator in com.sshtools.clientModifier and TypeClassDescriptionclassImplements public key authentication taking a separately loaded SshKeyPair as the private key for authentication.classImplements public key authentication, taking a java.io.File object as the source private key.classImplements public key authentication, taking a com.sshtools.publickey.SshKeyPair object as the source private key.classImplements public key authentication, taking a java.io.File object as the source private key.