MessageDigest.engineDigest

MessageDigest.engineDigest

Class Overview | Class Members | This Package | All Packages

Syntax
protected abstract byte[] engineDigest()
Returns
the array of bytes for the resulting hash value.
Description
SPI: Completes the hash computation by performing final operations such as padding. Once engineDigest has been called, the engine should be reset (see reset). Resetting is the responsibility of the engine implementor.