Package com.jcraft.jsch
Class HostKey
java.lang.Object
com.jcraft.jsch.HostKey
- Direct Known Subclasses:
KnownHosts.HashedHostKey
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
names
private static final byte[][] names -
GUESS
protected 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:
-
UNKNOWN
static final int UNKNOWN- 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
-
isMatched
-
isIncluded
-