Share via


NamedParameterSpec Constructors

Definition

Overloads

NamedParameterSpec(String)

Creates a parameter specification using a standard (or predefined) name stdName.

NamedParameterSpec(IntPtr, JniHandleOwnership)

NamedParameterSpec(String)

Creates a parameter specification using a standard (or predefined) name stdName.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=33)]
public NamedParameterSpec (string stdName);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=33)>]
new Java.Security.Spec.NamedParameterSpec : string -> Java.Security.Spec.NamedParameterSpec

Parameters

stdName
String

the standard name of the algorithm parameters. See the ParameterSpec Names section in the Java Security Standard Algorithm Names Specification for information about standard names.

Attributes

Remarks

Creates a parameter specification using a standard (or predefined) name stdName. For the list of supported names, please consult the documentation of the provider whose implementation will be used.

Java documentation for java.security.spec.NamedParameterSpec.NamedParameterSpec(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

NamedParameterSpec(IntPtr, JniHandleOwnership)

protected NamedParameterSpec (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Security.Spec.NamedParameterSpec : nativeint * Android.Runtime.JniHandleOwnership -> Java.Security.Spec.NamedParameterSpec

Parameters

javaReference
IntPtr

nativeint

Applies to