net.ssh.jsch
Class HostKey

java.lang.Object
  extended by net.ssh.jsch.HostKey

public class HostKey
extends java.lang.Object


Field Summary
static int SSHDSS
           
static int SSHRSA
           
 
Constructor Summary
HostKey(java.lang.String host, byte[] key)
           
 
Method Summary
 java.lang.String getFingerPrint(JSch jsch)
           
 java.lang.String getHost()
           
 java.lang.String getKey()
           
 java.lang.String getType()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SSHDSS

public static final int SSHDSS
See Also:
Constant Field Values

SSHRSA

public static final int SSHRSA
See Also:
Constant Field Values
Constructor Detail

HostKey

public HostKey(java.lang.String host,
               byte[] key)
        throws JSchException
Throws:
JSchException
Method Detail

getHost

public java.lang.String getHost()

getType

public java.lang.String getType()

getKey

public java.lang.String getKey()

getFingerPrint

public java.lang.String getFingerPrint(JSch jsch)