Class KeyPairAuthenticator

java.lang.Object
com.sshtools.common.ssh.AbstractRequestFuture
All Implemented Interfaces:
ClientAuthenticator, com.sshtools.common.ssh.RequestFuture

public class KeyPairAuthenticator extends PublicKeyAuthenticator
Implements public key authentication, taking a com.sshtools.publickey.SshKeyPair object as the source private key.
  • Constructor Details

    • KeyPairAuthenticator

      public KeyPairAuthenticator(com.sshtools.common.ssh.components.SshKeyPair pair)
    • KeyPairAuthenticator

      public KeyPairAuthenticator(com.sshtools.common.ssh.components.SshKeyPair... identities)
  • Method Details