EdECPrivateKeySpec(NamedParameterSpec, Byte[]) 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 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.
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.