|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.maverick.ssh.components.standalone.AbstractHmac
com.maverick.ssh.components.standalone.SHA1HMac96
public class SHA1HMac96
SHA1 HMac 96 bit implementation for SSH2
| Constructor Summary | |
|---|---|
SHA1HMac96()
|
|
| Method Summary | |
|---|---|
void |
init(byte[] keydata)
Initialize the MAC |
| Methods inherited from class com.maverick.ssh.components.standalone.AbstractHmac |
|---|
doFinal, generate, getAlgorithm, getMacLength, update, verify |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SHA1HMac96()
| Method Detail |
|---|
public void init(byte[] keydata)
throws SshException
AbstractHmac
init in interface SshHmacinit in class AbstractHmackeydata - the key data
SshException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||