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() |
verify
public OpenSSHKnownHosts.HashedEntry(OpenSSHKnownHosts.Marker marker, String hash, KeyType type, PublicKey key) throws SSHException
SSHException
public boolean appliesTo(KeyType type, String host) throws IOException
IOException
public String getLine()
getLine
in interface OpenSSHKnownHosts.HostEntry
getLine
in class OpenSSHKnownHosts.AbstractEntry
protected String getHostPart()
getHostPart
in class OpenSSHKnownHosts.AbstractEntry
Copyright © 2009-2012. All Rights Reserved.