Package | Description |
---|---|
net.schmizz.sshj.transport.verification |
Modifier and Type | Field and Description |
---|---|
protected OpenSSHKnownHosts.Marker |
OpenSSHKnownHosts.AbstractEntry.marker |
Modifier and Type | Method and Description |
---|---|
static OpenSSHKnownHosts.Marker |
OpenSSHKnownHosts.Marker.fromString(String str) |
static OpenSSHKnownHosts.Marker |
OpenSSHKnownHosts.Marker.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenSSHKnownHosts.Marker[] |
OpenSSHKnownHosts.Marker.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
OpenSSHKnownHosts.AbstractEntry(OpenSSHKnownHosts.Marker marker,
KeyType type,
PublicKey key) |
OpenSSHKnownHosts.HashedEntry(OpenSSHKnownHosts.Marker marker,
String hash,
KeyType type,
PublicKey key) |
OpenSSHKnownHosts.SimpleEntry(OpenSSHKnownHosts.Marker marker,
String hostnames,
KeyType type,
PublicKey key) |
Copyright © 2009-2014. All Rights Reserved.