Package com.jcraft.jsch
Class KnownHosts.HashedHostKey
java.lang.Object
com.jcraft.jsch.HostKey
com.jcraft.jsch.KnownHosts.HashedHostKey
- Enclosing class:
KnownHosts
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionHashedHostKey
(String host, byte[] key) HashedHostKey
(String host, int type, byte[] key) HashedHostKey
(String marker, String host, int type, byte[] key, String comment) -
Method Summary
Methods inherited from class com.jcraft.jsch.HostKey
getComment, getFingerPrint, getHost, getKey, getMarker, getType, name2type
-
Field Details
-
HASH_MAGIC
- See Also:
-
HASH_DELIM
- See Also:
-
hashed
private boolean hashed -
salt
byte[] salt -
hash
byte[] hash
-
-
Constructor Details
-
HashedHostKey
HashedHostKey(String host, byte[] key) throws JSchException - Throws:
JSchException
-
HashedHostKey
HashedHostKey(String host, int type, byte[] key) throws JSchException - Throws:
JSchException
-
HashedHostKey
HashedHostKey(String marker, String host, int type, byte[] key, String comment) throws JSchException - Throws:
JSchException
-
-
Method Details