The fields of Javax.Crypto.Cipher are listed below. For a list of all members, see the Cipher Members list.
See Also: Inherited members from Java.Lang.Object
| const  | DecryptMode | CipherMode (2). Constant for decryption operation mode. | 
| const  | EncryptMode | CipherMode (1). Constant for encryption operation mode. | 
| const  | PrivateKey | KeyType (2). Constant indicating that the key to be unwrapped is a private key. | 
| const  | PublicKey | KeyType (1). Constant indicating that the key to be unwrapped is a public key. | 
| const  | SecretKey | KeyType (3). Constant indicating that the key to be unwrapped is a secret key. | 
| const  | UnwrapMode | CipherMode (4). Constant for key unwrapping operation mode. | 
| const  | WrapMode | CipherMode (3). Constant for key wrapping operation mode. |