Java.Security.MessageDigest.Digest Method
Performs the final update and then computes and returns the final hash value for this Java.Security.MessageDigest.

Syntax

[Android.Runtime.Register("digest", "([B)[B", "GetDigest_arrayBHandler")]
public virtual byte[] Digest (byte[] input)

See Also

MessageDigest.Reset

Parameters

input
the byte array

Returns

Documentation for this section has not yet been entered.

Remarks

Performs the final update and then computes and returns the final hash value for this Java.Security.MessageDigest. After the digest is computed the receiver is reset.

[Android Documentation]

Requirements

Namespace: Java.Security
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1