|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.schmizz.sshj.transport.verification.OpenSSHKnownHosts
net.schmizz.sshj.transport.verification.ConsoleKnownHostsVerifier
public class ConsoleKnownHostsVerifier
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class net.schmizz.sshj.transport.verification.OpenSSHKnownHosts |
|---|
OpenSSHKnownHosts.AbstractEntry, OpenSSHKnownHosts.CommentEntry, OpenSSHKnownHosts.EntryFactory, OpenSSHKnownHosts.HashedEntry, OpenSSHKnownHosts.HostEntry, OpenSSHKnownHosts.Marker, OpenSSHKnownHosts.SimpleEntry |
| Field Summary |
|---|
| Fields inherited from class net.schmizz.sshj.transport.verification.OpenSSHKnownHosts |
|---|
entries, khFile, log |
| Constructor Summary | |
|---|---|
ConsoleKnownHostsVerifier(File khFile,
Console console)
|
|
| Method Summary | |
|---|---|
protected boolean |
hostKeyChangedAction(OpenSSHKnownHosts.HostEntry entry,
String hostname,
PublicKey key)
|
protected boolean |
hostKeyUnverifiableAction(String hostname,
PublicKey key)
|
| Methods inherited from class net.schmizz.sshj.transport.verification.OpenSSHKnownHosts |
|---|
detectSSHDir, entries, getFile, verify, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConsoleKnownHostsVerifier(File khFile,
Console console)
throws IOException
IOException| Method Detail |
|---|
protected boolean hostKeyUnverifiableAction(String hostname,
PublicKey key)
hostKeyUnverifiableAction in class OpenSSHKnownHosts
protected boolean hostKeyChangedAction(OpenSSHKnownHosts.HostEntry entry,
String hostname,
PublicKey key)
hostKeyChangedAction in class OpenSSHKnownHosts
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||