Package org.h2.security
Security classes, such as encryption and cryptographically secure hash algorithms.
-
Interface Summary Interface Description BlockCipher A block cipher is a data encryption algorithm that operates on blocks. -
Class Summary Class Description AES An implementation of the AES block cipher algorithm, also known as Rijndael.CipherFactory A factory to create new block cipher objects.Fog A pseudo-encryption algorithm that makes the data appear to be encrypted.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.SHA3 SHA-3 message digest family.XTEA An implementation of the XTEA block cipher algorithm.