public static class OpenSSHKnownHosts.HashedEntry extends OpenSSHKnownHosts.AbstractEntry
key, marker, type
Constructor and Description |
---|
HashedEntry(OpenSSHKnownHosts.Marker marker,
java.lang.String hash,
KeyType type,
java.security.PublicKey key) |
Modifier and Type | Method and Description |
---|---|
boolean |
appliesTo(KeyType type,
java.lang.String host) |
protected java.lang.String |
getHostPart() |
getLine, verify
public HashedEntry(OpenSSHKnownHosts.Marker marker, java.lang.String hash, KeyType type, java.security.PublicKey key) throws SSHException
SSHException
public boolean appliesTo(KeyType type, java.lang.String host) throws java.io.IOException
java.io.IOException
protected java.lang.String getHostPart()
getHostPart
in class OpenSSHKnownHosts.AbstractEntry