public interface SshHostKey
SshHostKeyValidator| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFingerprint()
Get the fingerprint as a hex string.
|
java.lang.String |
getHost()
Get the hostnames of the key.
|
byte[] |
getKey()
Get the key bytes
|
java.lang.String |
getType()
Get the key type.
|
java.lang.String getHost()
java.lang.String getType()
SshConfiguration#PUBLIC_KEY_SSHDSS or
SshConfiguration.PUBLIC_KEY_SSHRSA.java.lang.String getFingerprint()
byte[] getKey()
Copyright © 2018. All rights reserved.