EdECPublicKeySpec(NamedParameterSpec, EdECPoint) Constructor

Definition

Construct a public key spec using the supplied parameters and point.

[Android.Runtime.Register(".ctor", "(Ljava/security/spec/NamedParameterSpec;Ljava/security/spec/EdECPoint;)V", "", ApiSince=33)]
public EdECPublicKeySpec (Java.Security.Spec.NamedParameterSpec params, Java.Security.Spec.EdECPoint point);
[<Android.Runtime.Register(".ctor", "(Ljava/security/spec/NamedParameterSpec;Ljava/security/spec/EdECPoint;)V", "", ApiSince=33)>]
new Java.Security.Spec.EdECPublicKeySpec : Java.Security.Spec.NamedParameterSpec * Java.Security.Spec.EdECPoint -> Java.Security.Spec.EdECPublicKeySpec

Parameters

params
NamedParameterSpec

the algorithm parameters.

point
EdECPoint

the point representing the public key.

Attributes

Remarks

Construct a public key spec using the supplied parameters and point.

Java documentation for java.security.spec.EdECPublicKeySpec.EdECPublicKeySpec(java.security.spec.NamedParameterSpec, java.security.spec.EdECPoint).

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