Java.Security.MessageDigestSpi Members

The members of Java.Security.MessageDigestSpi are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

Clone() : Java.Lang.Object
Creates and returns a copy of this Object.

Protected Methods

abstract
EngineDigest() : byte[]
Computes and returns the final hash value for this Java.Security.MessageDigestSpi.
EngineDigest(byte[], int, int) : int
Computes and stores the final hash value for this Java.Security.MessageDigestSpi.
EngineGetDigestLength() : int
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[].