ECGenParameterSpec 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
ECGenParameterSpec(String) |
Creates a parameter specification for EC parameter
generation using a standard (or predefined) name
|
ECGenParameterSpec(IntPtr, JniHandleOwnership) |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
ECGenParameterSpec(String)
Creates a parameter specification for EC parameter
generation using a standard (or predefined) name
stdName
in order to generate the corresponding
(precomputed) elliptic curve domain parameters.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
public ECGenParameterSpec (string? stdName);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")>]
new Java.Security.Spec.ECGenParameterSpec : string -> Java.Security.Spec.ECGenParameterSpec
Parameters
- stdName
- String
the standard name of the to-be-generated EC domain parameters.
- Attributes
Remarks
Creates a parameter specification for EC parameter generation using a standard (or predefined) name stdName
in order to generate the corresponding (precomputed) elliptic curve domain parameters. For the list of supported names, please consult the documentation of the provider whose implementation will be used.
Java documentation for java.security.spec.ECGenParameterSpec.ECGenParameterSpec(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
ECGenParameterSpec(IntPtr, JniHandleOwnership)
A constructor used when creating managed representations of JNI objects; called by the runtime.
protected ECGenParameterSpec (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Security.Spec.ECGenParameterSpec : nativeint * Android.Runtime.JniHandleOwnership -> Java.Security.Spec.ECGenParameterSpec
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.