Interface OpenSSHKnownHosts.KnownHostEntry
- All Known Implementing Classes:
OpenSSHKnownHosts.BadHostEntry
,OpenSSHKnownHosts.CommentEntry
,OpenSSHKnownHosts.HostEntry
- Enclosing class:
OpenSSHKnownHosts
public static interface OpenSSHKnownHosts.KnownHostEntry
-
Method Summary
-
Method Details
-
getType
KeyType getType() -
getFingerprint
String getFingerprint() -
appliesTo
- Throws:
IOException
-
appliesTo
- Throws:
IOException
-
verify
- Throws:
IOException
-
getLine
String getLine()
-