XECPrivateKeySpec Constructors

Definition

Overloads

Name Description
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

Exceptions

if params or scalar is null.

Remarks

Construct a private key spec using the supplied parameters and encoded scalar value.

Java documentation for java.security.spec.XECPrivateKeySpec.XECPrivateKeySpec(java.security.spec.AlgorithmParameterSpec, byte[]).

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

Applies to