Javax.Crypto.Cipher: Field Members

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

Public Fields

const
DecryptModeCipherMode (2). Constant for decryption operation mode.
const
EncryptModeCipherMode (1). Constant for encryption operation mode.
const
PrivateKeyKeyType (2). Constant indicating that the key to be unwrapped is a private key.
const
PublicKeyKeyType (1). Constant indicating that the key to be unwrapped is a public key.
const
SecretKeyKeyType (3). Constant indicating that the key to be unwrapped is a secret key.
const
UnwrapModeCipherMode (4). Constant for key unwrapping operation mode.
const
WrapModeCipherMode (3). Constant for key wrapping operation mode.