MGF1ParameterSpec Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
MGF1ParameterSpec(String) |
Constructs a parameter set for mask generation function MGF1 as defined in the PKCS #1 standard. |
MGF1ParameterSpec(IntPtr, JniHandleOwnership) |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
MGF1ParameterSpec(String)
Constructs a parameter set for mask generation function MGF1 as defined in the PKCS #1 standard.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
public MGF1ParameterSpec (string? mdName);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")>]
new Java.Security.Spec.MGF1ParameterSpec : string -> Java.Security.Spec.MGF1ParameterSpec
Parameters
- mdName
- String
the algorithm name for the message digest used in this mask generation function MGF1.
- Attributes
Remarks
Constructs a parameter set for mask generation function MGF1 as defined in the PKCS #1 standard.
Java documentation for java.security.spec.MGF1ParameterSpec.MGF1ParameterSpec(java.lang.String)
.
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
MGF1ParameterSpec(IntPtr, JniHandleOwnership)
A constructor used when creating managed representations of JNI objects; called by the runtime.
protected MGF1ParameterSpec (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Security.Spec.MGF1ParameterSpec : nativeint * Android.Runtime.JniHandleOwnership -> Java.Security.Spec.MGF1ParameterSpec
Parameters
- transfer
- JniHandleOwnership
A JniHandleOwnershipindicating how to handle javaReference
Remarks
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.