Compartilhar via


XdhKeySpec(Byte[]) Constructor

Definition

Creates an instance of XdhKeySpec by passing a public or private key in its raw format.

[Android.Runtime.Register(".ctor", "([B)V", "", ApiSince=35)]
public XdhKeySpec (byte[] encoded);
[<Android.Runtime.Register(".ctor", "([B)V", "", ApiSince=35)>]
new Android.Crypto.Hpke.XdhKeySpec : byte[] -> Android.Crypto.Hpke.XdhKeySpec

Parameters

encoded
Byte[]
Attributes

Remarks

Creates an instance of XdhKeySpec by passing a public or private key in its raw format.

Java documentation for android.crypto.hpke.XdhKeySpec.XdhKeySpec(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