MGF1ParameterSpec.DigestAlgorithm Property

Definition

Returns the algorithm name of the message digest used by the mask generation function.

public virtual string? DigestAlgorithm { [Android.Runtime.Register("getDigestAlgorithm", "()Ljava/lang/String;", "GetGetDigestAlgorithmHandler")] get; }
[<get: Android.Runtime.Register("getDigestAlgorithm", "()Ljava/lang/String;", "GetGetDigestAlgorithmHandler")>]
member this.DigestAlgorithm : string

Property Value

the algorithm name of the message digest.

Attributes

Remarks

Returns the algorithm name of the message digest used by the mask generation function.

Java documentation for java.security.spec.MGF1ParameterSpec.getDigestAlgorithm().

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