EdECPublicKeySpec(NamedParameterSpec, EdECPoint) Constructor
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.
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.
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.