public static class OpenSSHKnownHosts.CommentEntry extends Object implements OpenSSHKnownHosts.HostEntry
| Constructor and Description |
|---|
CommentEntry(String comment) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
appliesTo(KeyType type,
String host) |
String |
getLine() |
boolean |
verify(PublicKey key) |
public CommentEntry(String comment)
public boolean appliesTo(KeyType type, String host)
appliesTo in interface OpenSSHKnownHosts.HostEntrypublic boolean verify(PublicKey key)
verify in interface OpenSSHKnownHosts.HostEntrypublic String getLine()
getLine in interface OpenSSHKnownHosts.HostEntryCopyright © 2009–2014. All rights reserved.