XECPublicKeySpec 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
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
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.
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
- transfer
- JniHandleOwnership