共用方式為


KeyType 列舉

定義

列舉數種類型所傳回的值,並作為 F:Javax.Crypto.Cipher.Unwrap 成員的參數

public enum KeyType
type KeyType = 
繼承
KeyType

欄位

PrivateKey 2

常數,表示要解除包裝的密鑰是私鑰。

PublicKey 1

常數,表示要解除包裝的密鑰是公鑰。

SecretKey 3

常數,表示要解除包裝的密鑰是秘密金鑰。

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於