|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.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 HASHjava.lang.Exception
public void update(byte[] foo,
int start,
int len)
throws java.lang.Exception
update in interface HASHjava.lang.Exception
public byte[] digest()
throws java.lang.Exception
digest in interface HASHjava.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||