Package org.h2.security

Security classes, such as encryption and cryptographically secure hash algorithms.

See:
          Description

Interface Summary
BlockCipher A block cipher is a data encryption algorithm that operates on blocks.
 

Class Summary
AES An implementation of the AES block cipher algorithm, also known as Rijndael.
CipherFactory A factory to create new block cipher objects.
SecureFileStore A file store that encrypts all data before writing, and decrypts all data after reading.
SHA256 This class implements the cryptographic hash function SHA-256.
XTEA An implementation of the XTEA block cipher algorithm.
 

Package org.h2.security Description

Security classes, such as encryption and cryptographically secure hash algorithms.