com.jcraft.jsch
Class HostKey
public class HostKey
extends java.lang.Object
HostKey(String host, byte[] key)
|
HostKey(String host, int type, byte[] key)
|
GUESS
protected static final int GUESS
SSHDSS
public static final int SSHDSS
SSHRSA
public static final int SSHRSA
host
protected String host
HostKey
public HostKey(String host,
byte[] key)
throws JSchException
HostKey
public HostKey(String host,
int type,
byte[] key)
throws JSchException
getFingerPrint
public String getFingerPrint(JSch jsch)
getHost
public String getHost()
getKey
public String getKey()
getType
public String getType()