Javax.Crypto.CipherMode Enumeration
Enumerates values returned by several types and taken as a parameter of several methods of Javax.Crypto.Cipher.

Syntax

public enum CipherMode

Remarks

Enumerates values returned by the following: and taken as a parameter of the following: .

Members

Member NameDescription
DecryptModeConstant for decryption operation mode.
EncryptModeConstant for encryption operation mode.
UnwrapModeConstant for key unwrapping operation mode.
WrapModeConstant for key wrapping operation mode.

Requirements

Namespace: Javax.Crypto
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0