XECPrivateKeySpec 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
XECPrivateKeySpec(IAlgorithmParameterSpec, Byte[]) |
Construct a private key spec using the supplied parameters and encoded scalar value. |
XECPrivateKeySpec(IntPtr, JniHandleOwnership) |
XECPrivateKeySpec(IAlgorithmParameterSpec, Byte[])
Construct a private key spec using the supplied parameters and encoded scalar value.
[Android.Runtime.Register(".ctor", "(Ljava/security/spec/AlgorithmParameterSpec;[B)V", "", ApiSince=33)]
public XECPrivateKeySpec (Java.Security.Spec.IAlgorithmParameterSpec? params, byte[]? scalar);
[<Android.Runtime.Register(".ctor", "(Ljava/security/spec/AlgorithmParameterSpec;[B)V", "", ApiSince=33)>]
new Java.Security.Spec.XECPrivateKeySpec : Java.Security.Spec.IAlgorithmParameterSpec * byte[] -> Java.Security.Spec.XECPrivateKeySpec
Parameters
- params
- IAlgorithmParameterSpec
the algorithm parameters
- scalar
- Byte[]
the unpruned encoded scalar value. This array is copied to protect against subsequent modification.
- Attributes
Remarks
Construct a private key spec using the supplied parameters and encoded scalar value.
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
XECPrivateKeySpec(IntPtr, JniHandleOwnership)
protected XECPrivateKeySpec (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Security.Spec.XECPrivateKeySpec : nativeint * Android.Runtime.JniHandleOwnership -> Java.Security.Spec.XECPrivateKeySpec
Parameters
- javaReference
-
IntPtr
nativeint
- transfer
- JniHandleOwnership