public interface Digest
| Modifier and Type | Method and Description |
|---|---|
byte[] |
digest() |
int |
getBlockSize() |
void |
init() |
void |
update(byte[] foo,
int start,
int len) |
void init()
throws java.lang.Exception
java.lang.Exceptionint getBlockSize()
void update(byte[] foo,
int start,
int len)
throws java.lang.Exception
java.lang.Exceptionbyte[] digest()
throws java.lang.Exception
java.lang.ExceptionCopyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.