|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jcraft.jsch.jce.HMACSHA196
public class HMACSHA196
| Constructor Summary | |
|---|---|
HMACSHA196()
|
|
| Method Summary | |
|---|---|
byte[] |
doFinal()
|
int |
getBlockSize()
|
java.lang.String |
getName()
|
void |
init(byte[] key)
|
void |
update(byte[] foo,
int s,
int l)
|
void |
update(int i)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HMACSHA196()
| Method Detail |
|---|
public int getBlockSize()
getBlockSize in interface MAC
public void init(byte[] key)
throws java.lang.Exception
init in interface MACjava.lang.Exceptionpublic void update(int i)
update in interface MAC
public void update(byte[] foo,
int s,
int l)
update in interface MACpublic byte[] doFinal()
doFinal in interface MACpublic java.lang.String getName()
getName in interface MAC
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||