Share via


XECPublicKeySpec Constructors

Definition

Overloads

XECPublicKeySpec(IAlgorithmParameterSpec, BigInteger)

Construct a public key spec using the supplied parameters and u coordinate.

XECPublicKeySpec(IntPtr, JniHandleOwnership)

XECPublicKeySpec(IAlgorithmParameterSpec, BigInteger)

Construct a public key spec using the supplied parameters and u coordinate.

[Android.Runtime.Register(".ctor", "(Ljava/security/spec/AlgorithmParameterSpec;Ljava/math/BigInteger;)V", "", ApiSince=33)]
public XECPublicKeySpec (Java.Security.Spec.IAlgorithmParameterSpec? params, Java.Math.BigInteger? u);
[<Android.Runtime.Register(".ctor", "(Ljava/security/spec/AlgorithmParameterSpec;Ljava/math/BigInteger;)V", "", ApiSince=33)>]
new Java.Security.Spec.XECPublicKeySpec : Java.Security.Spec.IAlgorithmParameterSpec * Java.Math.BigInteger -> Java.Security.Spec.XECPublicKeySpec

Parameters

params
IAlgorithmParameterSpec

the algorithm parameters

u
BigInteger

the u-coordinate of the point, represented using a BigInteger which may hold any value

Attributes

Remarks

Construct a public key spec using the supplied parameters and u coordinate.

Java documentation for java.security.spec.XECPublicKeySpec.XECPublicKeySpec(java.security.spec.AlgorithmParameterSpec, java.math.BigInteger).

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

XECPublicKeySpec(IntPtr, JniHandleOwnership)

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

Parameters

javaReference
IntPtr

nativeint

Applies to