語言

EdECPrivateKeySpec.GetBytes 方法

定義

取得代表私鑰的位元組陣列。

[Android.Runtime.Register("getBytes", "()[B", "", ApiSince=33)]
public byte[] GetBytes();
[<Android.Runtime.Register("getBytes", "()[B", "", ApiSince=33)>]
member this.GetBytes : unit -> byte[]

傳回

Byte[]

私鑰則以位元組陣列的形式呈現。

屬性

備註

取得代表私鑰的位元組陣列。 每次呼叫此方法時,都會回傳一份新的陣列副本。

java.security.spec.EdECPrivateKeySpec.getBytes()Java 檔。

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於