net.schmizz.sshj.transport.verification
Class OpenSSHKnownHosts.SimpleEntry
java.lang.Object
net.schmizz.sshj.transport.verification.OpenSSHKnownHosts.AbstractEntry
net.schmizz.sshj.transport.verification.OpenSSHKnownHosts.SimpleEntry
- All Implemented Interfaces:
- OpenSSHKnownHosts.HostEntry
- Enclosing class:
- OpenSSHKnownHosts
public static class OpenSSHKnownHosts.SimpleEntry
- extends OpenSSHKnownHosts.AbstractEntry
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OpenSSHKnownHosts.SimpleEntry
public OpenSSHKnownHosts.SimpleEntry(OpenSSHKnownHosts.Marker marker,
String hostnames,
KeyType type,
PublicKey key)
getHostPart
protected String getHostPart()
- Specified by:
getHostPart
in class OpenSSHKnownHosts.AbstractEntry
appliesTo
public boolean appliesTo(KeyType type,
String host)
throws IOException
- Throws:
IOException
Copyright © 2009-2012. All Rights Reserved.