|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jcraft.jsch.jce.HMACSHA1
Constructor Summary | |
---|---|
HMACSHA1()
|
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 HMACSHA1()
Method Detail |
---|
public int getBlockSize()
getBlockSize
in interface MAC
public void init(byte[] key) throws java.lang.Exception
init
in interface MAC
java.lang.Exception
public void update(int i)
update
in interface MAC
public void update(byte[] foo, int s, int l)
update
in interface MAC
public byte[] doFinal()
doFinal
in interface MAC
public java.lang.String getName()
getName
in interface MAC
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |