public static interface OpenSSHKnownHosts.HostEntry
| Modifier and Type | Method and Description |
|---|---|
boolean |
appliesTo(KeyType type,
java.lang.String host) |
boolean |
appliesTo(java.lang.String host) |
java.lang.String |
getFingerprint() |
java.lang.String |
getLine() |
KeyType |
getType() |
boolean |
verify(java.security.PublicKey key) |
KeyType getType()
java.lang.String getFingerprint()
boolean appliesTo(java.lang.String host)
throws java.io.IOException
java.io.IOExceptionboolean appliesTo(KeyType type, java.lang.String host) throws java.io.IOException
java.io.IOExceptionboolean verify(java.security.PublicKey key)
throws java.io.IOException
java.io.IOExceptionjava.lang.String getLine()