Class KnownHostsServerKeyVerifier.HostEntryPair

java.lang.Object
org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier.HostEntryPair
Enclosing class:
KnownHostsServerKeyVerifier

public static class KnownHostsServerKeyVerifier.HostEntryPair extends Object
Represents an entry in the internal verifier's cache
Author:
Apache MINA SSHD Project
  • Constructor Details

    • HostEntryPair

      public HostEntryPair()
    • HostEntryPair

      public HostEntryPair(org.apache.sshd.client.config.hosts.KnownHostEntry entry, PublicKey key)
  • Method Details

    • getHostEntry

      public org.apache.sshd.client.config.hosts.KnownHostEntry getHostEntry()
    • setHostEntry

      public void setHostEntry(org.apache.sshd.client.config.hosts.KnownHostEntry hostEntry)
    • getServerKey

      public PublicKey getServerKey()
    • setServerKey

      public void setServerKey(PublicKey serverKey)
    • toString

      public String toString()
      Overrides:
      toString in class Object