Freigeben über


XdhKeySpec.GetKey Method

Definition

Returns the public or private key in its raw format.

[Android.Runtime.Register("getKey", "()[B", "", ApiSince=35)]
public byte[] GetKey ();
[<Android.Runtime.Register("getKey", "()[B", "", ApiSince=35)>]
member this.GetKey : unit -> byte[]

Returns

Byte[]

key in its raw format.

Attributes

Remarks

Returns the public or private key in its raw format.

Java documentation for android.crypto.hpke.XdhKeySpec.getKey().

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