Package com.jcraft.jsch
Class HostKey
java.lang.Object
com.jcraft.jsch.HostKey
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
UNKNOWN
public static final int UNKNOWN- See Also:
-
GUESS
public static final int GUESS- See Also:
-
SSHDSS
public static final int SSHDSS- See Also:
-
SSHRSA
public static final int SSHRSA- See Also:
-
ECDSA256
public static final int ECDSA256- See Also:
-
ECDSA384
public static final int ECDSA384- See Also:
-
ECDSA521
public static final int ECDSA521- See Also:
-
ED25519
public static final int ED25519- See Also:
-
ED448
public static final int ED448- See Also:
-
marker
-
host
-
type
protected int type -
key
protected byte[] key -
comment
-
-
Constructor Details
-
HostKey
- Throws:
JSchException
-
HostKey
- Throws:
JSchException
-
HostKey
- Throws:
JSchException
-
HostKey
public HostKey(String marker, String host, int type, byte[] key, String comment) throws JSchException - Throws:
JSchException
-
-
Method Details
-
getHost
-
getType
-
name2type
-
getKey
-
getFingerPrint
-
getComment
-
getMarker
-