public static class OpenSSHKnownHosts.HashedEntry extends OpenSSHKnownHosts.AbstractEntry
key, marker, type| Constructor and Description |
|---|
OpenSSHKnownHosts.HashedEntry(OpenSSHKnownHosts.Marker marker,
String hash,
KeyType type,
PublicKey key) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
appliesTo(KeyType type,
String host) |
protected String |
getHostPart() |
String |
getLine() |
verifypublic OpenSSHKnownHosts.HashedEntry(OpenSSHKnownHosts.Marker marker, String hash, KeyType type, PublicKey key) throws SSHException
SSHExceptionpublic boolean appliesTo(KeyType type, String host) throws IOException
IOExceptionpublic String getLine()
getLine in interface OpenSSHKnownHosts.HostEntrygetLine in class OpenSSHKnownHosts.AbstractEntryprotected String getHostPart()
getHostPart in class OpenSSHKnownHosts.AbstractEntryCopyright © 2009–2013. All rights reserved.