Changed Methods |
String getAlgorithm()
|
Documentation changed from old to new. |
Returns a string that identifies the algorithm independent of implementation details. |
int getDigestLength()
|
Documentation changed from old to new. |
Returns the length of the digest in bytes or 0 if this operation is not supported by the provider and the implementation is not cloneable. |
byte[] digest(byte[] )
|
Documentation changed from old to new. |
Performs a final update on the digest using the specified array of bytes then completes the digest computation. |