|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sshtools.j2ssh.transport.hmac.HmacSha
com.sshtools.j2ssh.transport.hmac.HmacSha96
public class HmacSha96
| Constructor Summary | |
|---|---|
HmacSha96()
Creates a new HmacSha96 object. |
|
| Method Summary | |
|---|---|
byte[] |
generate(long sequenceNo,
byte[] data,
int offset,
int len)
|
int |
getMacLength()
|
| Methods inherited from class com.sshtools.j2ssh.transport.hmac.HmacSha |
|---|
init, verify |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HmacSha96()
| Method Detail |
|---|
public int getMacLength()
getMacLength in interface SshHmacgetMacLength in class HmacSha
public byte[] generate(long sequenceNo,
byte[] data,
int offset,
int len)
generate in interface SshHmacgenerate in class HmacShasequenceNo - data - offset - len -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||