| Package | Description |
|---|---|
| net.schmizz.sshj.transport.verification |
| Modifier and Type | Class and Description |
|---|---|
static class |
OpenSSHKnownHosts.AbstractEntry |
static class |
OpenSSHKnownHosts.CommentEntry |
static class |
OpenSSHKnownHosts.HashedEntry |
static class |
OpenSSHKnownHosts.SimpleEntry |
| Modifier and Type | Field and Description |
|---|---|
protected List<OpenSSHKnownHosts.HostEntry> |
OpenSSHKnownHosts.entries |
| Modifier and Type | Method and Description |
|---|---|
static OpenSSHKnownHosts.HostEntry |
OpenSSHKnownHosts.EntryFactory.parseEntry(String line) |
| Modifier and Type | Method and Description |
|---|---|
List<OpenSSHKnownHosts.HostEntry> |
OpenSSHKnownHosts.entries() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
OpenSSHKnownHosts.hostKeyChangedAction(OpenSSHKnownHosts.HostEntry entry,
String hostname,
PublicKey key) |
protected boolean |
ConsoleKnownHostsVerifier.hostKeyChangedAction(OpenSSHKnownHosts.HostEntry entry,
String hostname,
PublicKey key) |
void |
OpenSSHKnownHosts.write(OpenSSHKnownHosts.HostEntry entry)
Append a single entry
|
Copyright © 2009–2014. All rights reserved.