Package | Description |
---|---|
com.maverick.ssh |
This package contains a set of general interface contracts for SSH communication that
provide the core set of functionality available in both the SSH1 and SSH2 protocol specifications.
|
Modifier and Type | Method and Description |
---|---|
static SshKeyFingerprint.Encoding |
SshKeyFingerprint.Encoding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SshKeyFingerprint.Encoding[] |
SshKeyFingerprint.Encoding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static String |
SshKeyFingerprint.getFingerprint(byte[] encoded,
String algorithm,
SshKeyFingerprint.Encoding encoding) |
static String |
SshKeyFingerprint.getFingerprint(SshPublicKey key,
String algorithm,
SshKeyFingerprint.Encoding encoding) |
static void |
SshKeyFingerprint.setDefaultEncoding(SshKeyFingerprint.Encoding encoding) |
Copyright © 2024. All rights reserved.