CipherMode Enum

Definition

Enumerates values returned by several types and taken as a parameter of several methods of Cipher.

public enum CipherMode
type CipherMode = 
Inheritance
CipherMode

Fields

DecryptMode 2

Constant for decryption operation mode.

EncryptMode 1

Constant for encryption operation mode.

UnwrapMode 4

Constant for key unwrapping operation mode.

WrapMode 3

Constant for key wrapping operation mode.

Remarks

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