|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jcraft.jsch.jce.SHA256
public class SHA256
Constructor Summary | |
---|---|
SHA256()
|
Method Summary | |
---|---|
byte[] |
digest()
|
int |
getBlockSize()
|
void |
init()
|
void |
update(byte[] foo,
int start,
int len)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SHA256()
Method Detail |
---|
public int getBlockSize()
getBlockSize
in interface HASH
public void init() throws java.lang.Exception
init
in interface HASH
java.lang.Exception
public void update(byte[] foo, int start, int len) throws java.lang.Exception
update
in interface HASH
java.lang.Exception
public byte[] digest() throws java.lang.Exception
digest
in interface HASH
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |