Java.Security.DigestOutputStream Members

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

See Also: Inherited members from Java.IO.FilterOutputStream

Public Constructors

Constructs a new instance of this DigestOutputStream, using the given stream and the digest.

Protected Constructors

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

Public Properties

MessageDigestMessageDigest. Returns the message digest for this stream.

Protected Properties

DigestMessageDigest. The message digest for this stream.
[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

On(bool)
Enables or disables the digest function (default is on).