Cipher.PublicKey Field

Definition

Caution

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

Constant used to indicate the to-be-unwrapped key is a "public key".

[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

Field Value

Value = 1
Attributes

Remarks

Constant used to indicate the to-be-unwrapped key is a "public key".

Java documentation for javax.crypto.Cipher.PUBLIC_KEY.

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