com.jcraft.jsch

Class HostKey

public class HostKey extends Object

Field Summary
static intSSHDSS
static intSSHRSA
Constructor Summary
HostKey(String host, byte[] key)
Method Summary
StringgetFingerPrint(JSch jsch)
StringgetHost()
StringgetKey()
StringgetType()

Field Detail

SSHDSS

public static final int SSHDSS

SSHRSA

public static final int SSHRSA

Constructor Detail

HostKey

public HostKey(String host, byte[] key)

Method Detail

getFingerPrint

public String getFingerPrint(JSch jsch)

getHost

public String getHost()

getKey

public String getKey()

getType

public String getType()