| 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 |
|---|
AbstractEntry(OpenSSHKnownHosts.Marker marker,
KeyType type,
PublicKey key) |
HashedEntry(OpenSSHKnownHosts.Marker marker,
String hash,
KeyType type,
PublicKey key) |
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 |
PuTTYKeyFile.getType()
Key type.
|
KeyType |
PKCS8KeyFile.getType() |
KeyType |
KeyProvider.getType() |
KeyType |
KeyPairWrapper.getType() |
Copyright © 2009–2014. All rights reserved.