|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyType | |
---|---|
net.schmizz.sshj.common | |
net.schmizz.sshj.transport.verification | |
net.schmizz.sshj.userauth.keyprovider |
Uses of KeyType in net.schmizz.sshj.common |
---|
Methods in net.schmizz.sshj.common that return KeyType | |
---|---|
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. |
Uses of KeyType in net.schmizz.sshj.transport.verification |
---|
Fields in net.schmizz.sshj.transport.verification declared as KeyType | |
---|---|
protected KeyType |
OpenSSHKnownHosts.AbstractEntry.type
|
Methods in net.schmizz.sshj.transport.verification with parameters of type KeyType | |
---|---|
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)
|
Constructors in net.schmizz.sshj.transport.verification with parameters of type KeyType | |
---|---|
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)
|
Uses of KeyType in net.schmizz.sshj.userauth.keyprovider |
---|
Fields in net.schmizz.sshj.userauth.keyprovider declared as KeyType | |
---|---|
protected KeyType |
PKCS8KeyFile.type
|
Methods in net.schmizz.sshj.userauth.keyprovider that return KeyType | |
---|---|
KeyType |
PKCS8KeyFile.getType()
|
KeyType |
KeyProvider.getType()
|
KeyType |
KeyPairWrapper.getType()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |