Cipher.SecretKey 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 "secret key".

[Android.Runtime.Register("SECRET_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 SecretKey = 3;
[<Android.Runtime.Register("SECRET_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 SecretKey : Javax.Crypto.KeyType

Field Value

Value = 3
Attributes

Remarks

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

Java documentation for javax.crypto.Cipher.SECRET_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