For the latest news and information visit The GNU Crypto project | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
IMode
and
IMac
interfaces. Encryption and decryption is done via the
IMode.update(byte[],int,byte[],int)
method, tag generation
is done via the IMac.digest()
method, and header updating
(if supported by the mode) is done via the IMac.update(byte[],int,int)
method.
Fields inherited from interface gnu.crypto.cipher.IBlockCipher | |
CIPHER_BLOCK_SIZE , KEY_MATERIAL |
Fields inherited from interface gnu.crypto.mac.IMac | |
MAC_KEY_MATERIAL , TRUNCATED_SIZE |
Fields inherited from interface gnu.crypto.mode.IMode | |
DECRYPTION , ENCRYPTION , IV , MODE_BLOCK_SIZE , STATE |
Methods inherited from interface gnu.crypto.cipher.IBlockCipher | |
blockSizes , clone , currentBlockSize , decryptBlock , defaultBlockSize , defaultKeySize , encryptBlock , init , keySizes , name , reset , selfTest |
Methods inherited from interface gnu.crypto.mac.IMac | |
clone , digest , init , macSize , name , reset , selfTest , update , update |