Package | Description |
---|---|
com.jcraft.jsch | |
com.jcraft.jsch.jce |
Modifier and Type | Field and Description |
---|---|
private HASH |
KeyPair.hash |
protected HASH |
KeyExchange.sha |
Modifier and Type | Method and Description |
---|---|
private HASH |
KeyPair.genHash() |
(package private) HASH |
KeyExchange.getHash() |
Modifier and Type | Method and Description |
---|---|
private byte[] |
Session.expandKey(Buffer buf,
byte[] K,
byte[] H,
byte[] key,
HASH hash,
int required_length) |
(package private) static java.lang.String |
Util.getFingerPrint(HASH hash,
byte[] data) |
Modifier and Type | Class and Description |
---|---|
class |
MD5 |
class |
SHA1 |
class |
SHA256 |
class |
SHA384 |
class |
SHA512 |