Class KnownHostsServerKeyVerifier.HostEntryPair
java.lang.Object
org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier.HostEntryPair
- Enclosing class:
KnownHostsServerKeyVerifier
Represents an entry in the internal verifier's cache
- Author:
- Apache MINA SSHD Project
-
Constructor Summary
ConstructorsConstructorDescriptionHostEntryPair(org.apache.sshd.client.config.hosts.KnownHostEntry entry, PublicKey key) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.sshd.client.config.hosts.KnownHostEntryvoidsetHostEntry(org.apache.sshd.client.config.hosts.KnownHostEntry hostEntry) voidsetServerKey(PublicKey serverKey) toString()
-
Constructor Details
-
HostEntryPair
public HostEntryPair() -
HostEntryPair
-
-
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
-
setServerKey
-
toString
-