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.HostEntry
public boolean verify(PublicKey key)
verify
in interface OpenSSHKnownHosts.HostEntry
public String getLine()
getLine
in interface OpenSSHKnownHosts.HostEntry
Copyright © 2009–2015. All rights reserved.