Package | Description |
---|---|
net.schmizz.sshj.common | |
net.schmizz.sshj.transport.verification | |
net.schmizz.sshj.userauth.keyprovider |
Modifier and Type | Method and Description |
---|---|
static KeyType |
KeyType.fromKey(Key key) |
static KeyType |
KeyType.fromString(String sType) |
static KeyType |
KeyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyType[] |
KeyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
protected KeyType |
OpenSSHKnownHosts.AbstractEntry.type |
Modifier and Type | Method and Description |
---|---|
boolean |
OpenSSHKnownHosts.HostEntry.appliesTo(KeyType type,
String host) |
boolean |
OpenSSHKnownHosts.CommentEntry.appliesTo(KeyType type,
String host) |
boolean |
OpenSSHKnownHosts.SimpleEntry.appliesTo(KeyType type,
String host) |
boolean |
OpenSSHKnownHosts.HashedEntry.appliesTo(KeyType type,
String host) |
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) |
Modifier and Type | Field and Description |
---|---|
protected KeyType |
PKCS8KeyFile.type |
Modifier and Type | Method and Description |
---|---|
KeyType |
KeyPairWrapper.getType() |
KeyType |
PKCS8KeyFile.getType() |
KeyType |
KeyProvider.getType() |
Copyright © 2009-2012. All Rights Reserved.