|
|
java > java.security > java.security.messagedigestspi >
Class: java.security.MessageDigestSpi java.lang.Object java.security.MessageDigestSpi
public abstract class MessageDigestSpi extends Object
FIELDS:
CONSTRUCTORS:
| | | public | MessageDigestSpi() |
| |
|
|
|
METHODS:
| | | | public | Object | clone() Throws: CloneNotSupportedException Overrides: Object |
| | protected abstract | byte[] | engineDigest() |
| | protected | int | engineDigest(byte[] buf, int offset, int len) Throws: DigestException |
| | protected | int | engineGetDigestLength() |
| | protected abstract | void | engineReset() |
| | protected abstract | void | engineUpdate(byte input) |
| | protected abstract | void | engineUpdate(byte[] input, int offset, int len) |
| | protected | void | engineUpdate(ByteBuffer input) |
| |
|
|
|
INHERITED METHODS:
| getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|