EdECPrivateKeySpec(NamedParameterSpec, Byte[]) Constructor

Definition

Construct a private key spec using the supplied parameters and bit string.

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

Parameters

params
NamedParameterSpec

the algorithm parameters.

bytes
Byte[]

the key as a byte array. This array is copied to protect against subsequent modification.

Attributes

Remarks

Construct a private key spec using the supplied parameters and bit string.

Java documentation for java.security.spec.EdECPrivateKeySpec.EdECPrivateKeySpec(java.security.spec.NamedParameterSpec, 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