Cipher.DecryptMode Field

Definition

Caution

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

Constant used to initialize cipher to decryption mode.

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

Field Value

Value = 2
Attributes

Remarks

Constant used to initialize cipher to decryption mode.

Java documentation for javax.crypto.Cipher.DECRYPT_MODE.

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