Package | Description |
---|---|
com.sshtools.daemon.transport | |
com.sshtools.j2ssh.transport | |
com.sshtools.j2ssh.transport.hmac |
Modifier and Type | Method and Description |
---|---|
protected void |
TransportProtocolServer.setupNewKeys(byte[] encryptCSKey,
byte[] encryptCSIV,
byte[] encryptSCKey,
byte[] encryptSCIV,
byte[] macCSKey,
byte[] macSCKey) |
Modifier and Type | Method and Description |
---|---|
protected void |
TransportProtocolClient.setupNewKeys(byte[] encryptCSKey,
byte[] encryptCSIV,
byte[] encryptSCKey,
byte[] encryptSCIV,
byte[] macCSKey,
byte[] macSCKey) |
protected abstract void |
TransportProtocolCommon.setupNewKeys(byte[] encryptCSKey,
byte[] encryptCSIV,
byte[] encryptSCKey,
byte[] encryptSCIV,
byte[] macCSKey,
byte[] macSCKey) |
Modifier and Type | Method and Description |
---|---|
void |
HmacMd5.init(byte[] keydata) |
void |
HmacSha.init(byte[] keydata) |
void |
SshHmac.init(byte[] keydata) |
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.