The methods of Java.Security.MessageDigestSpi are listed below. For a list of all members, see the MessageDigestSpi Members list.
See Also: Inherited members from Java.Lang.Object
Clone()Creates and returns a copy of this Object. |
abstract | EngineDigest()Computes and returns the final hash value for this Java.Security.MessageDigestSpi. | |
EngineDigest(byte[], int, int)Computes and stores the final hash value for this Java.Security.MessageDigestSpi. | ||
EngineGetDigestLength()Returns the engine digest length in bytes. | ||
abstract | EngineReset()Puts this MessageDigestSpi back in an initial state, such that it is ready to compute a one way hash value. | |
EngineUpdate(Java.Nio.ByteBuffer)Updates this MessageDigestSpi using the given input. | ||
abstract | EngineUpdate(sbyte)Updates this MessageDigestSpi using the given byte. | |
abstract | EngineUpdate(byte[], int, int)Updates this MessageDigestSpi using the given byte[]. |