KeyGenParameterSpec.IsMgf1DigestsSpecified Property

Definition

Returns true if the set of digests for the MGF1 mask generation function, with which the key can be used, has been specified.

public bool IsMgf1DigestsSpecified { [Android.Runtime.Register("isMgf1DigestsSpecified", "()Z", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("isMgf1DigestsSpecified", "()Z", "", ApiSince=35)>]
member this.IsMgf1DigestsSpecified : bool

Property Value

Attributes

Remarks

Returns true if the set of digests for the MGF1 mask generation function, with which the key can be used, has been specified. Useful with the RSA-OAEP scheme.

Java documentation for android.security.keystore.KeyGenParameterSpec.isMgf1DigestsSpecified().

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