Share via


Cipher.PublicKey フィールド

定義

注意事項

This constant will be removed in the future version. Use Javax.Crypto.KeyType enum directly instead of this field.

ラップ解除するキーが "公開キー" であることを示すために使用される定数。

[Android.Runtime.Register("PUBLIC_KEY")]
[System.Obsolete("This constant will be removed in the future version. Use Javax.Crypto.KeyType enum directly instead of this field.", true)]
public const Javax.Crypto.KeyType PublicKey = 1;
[<Android.Runtime.Register("PUBLIC_KEY")>]
[<System.Obsolete("This constant will be removed in the future version. Use Javax.Crypto.KeyType enum directly instead of this field.", true)>]
val mutable PublicKey : Javax.Crypto.KeyType

フィールド値

Value = 1
属性

注釈

ラップ解除するキーが "公開キー" であることを示すために使用される定数。

の Java ドキュメント javax.crypto.Cipher.PUBLIC_KEY

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象