org.gridkit.internal.com.jcraft.jsch
Class HostKey
java.lang.Object
org.gridkit.internal.com.jcraft.jsch.HostKey
public class HostKey
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GUESS
protected static final int GUESS
- See Also:
- Constant Field Values
SSHDSS
public static final int SSHDSS
- See Also:
- Constant Field Values
SSHRSA
public static final int SSHRSA
- See Also:
- Constant Field Values
host
protected String host
type
protected int type
key
protected byte[] key
HostKey
public HostKey(String host,
byte[] key)
throws JSchException
- Throws:
JSchException
HostKey
public HostKey(String host,
int type,
byte[] key)
throws JSchException
- Throws:
JSchException
getHost
public String getHost()
getType
public String getType()
getKey
public String getKey()
getFingerPrint
public String getFingerPrint(JSch jsch)
Copyright © 2017. All Rights Reserved.