public class SshHostKey extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
fingerprint |
protected String |
hostIdent |
protected String |
hostKey |
Modifier | Constructor and Description |
---|---|
protected |
SshHostKey() |
|
SshHostKey(String hi,
String hk,
String fp) |
Modifier and Type | Method and Description |
---|---|
String |
getFingerprint() |
String |
getHostIdent() |
String |
getHostKey() |
protected String hostIdent
protected String hostKey
protected String fingerprint
public String getHostIdent()
public String getHostKey()
public String getFingerprint()