public static class OpenSSHKnownHosts.SimpleEntry extends OpenSSHKnownHosts.AbstractEntry
key, marker, type| Constructor and Description |
|---|
OpenSSHKnownHosts.SimpleEntry(OpenSSHKnownHosts.Marker marker,
java.lang.String hostnames,
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, verifypublic OpenSSHKnownHosts.SimpleEntry(OpenSSHKnownHosts.Marker marker, java.lang.String hostnames, KeyType type, java.security.PublicKey key)
protected java.lang.String getHostPart()
getHostPart in class OpenSSHKnownHosts.AbstractEntrypublic boolean appliesTo(KeyType type, java.lang.String host) throws java.io.IOException
java.io.IOException