DigestOutputStream.MessageDigest Property

Definition

Returns the message digest associated with this stream. -or- Associates the specified message digest with this stream.

public virtual Java.Security.MessageDigest? MessageDigest { [Android.Runtime.Register("getMessageDigest", "()Ljava/security/MessageDigest;", "GetGetMessageDigestHandler")] get; [Android.Runtime.Register("setMessageDigest", "(Ljava/security/MessageDigest;)V", "GetSetMessageDigest_Ljava_security_MessageDigest_Handler")] set; }
[<get: Android.Runtime.Register("getMessageDigest", "()Ljava/security/MessageDigest;", "GetGetMessageDigestHandler")>]
[<set: Android.Runtime.Register("setMessageDigest", "(Ljava/security/MessageDigest;)V", "GetSetMessageDigest_Ljava_security_MessageDigest_Handler")>]
member this.MessageDigest : Java.Security.MessageDigest with get, set

Property Value

MessageDigest

the message digest associated with this stream.

Attributes

Remarks

Property getter documentation:

Java documentation for java.security.DigestOutputStream.getMessageDigest().

Property setter documentation:

Java documentation for java.security.DigestOutputStream.setMessageDigest(java.security.MessageDigest).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to