public static class KnownHostsServerKeyVerifier.HostEntryPair extends Object
Constructor and Description |
---|
HostEntryPair() |
HostEntryPair(KnownHostEntry entry,
PublicKey key) |
Modifier and Type | Method and Description |
---|---|
KnownHostEntry |
getHostEntry() |
PublicKey |
getServerKey() |
void |
setHostEntry(KnownHostEntry hostEntry) |
void |
setServerKey(PublicKey serverKey) |
String |
toString() |
public HostEntryPair()
public HostEntryPair(KnownHostEntry entry, PublicKey key)
public KnownHostEntry getHostEntry()
public void setHostEntry(KnownHostEntry hostEntry)
public PublicKey getServerKey()
public void setServerKey(PublicKey serverKey)
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.