org.h2.security |
Javadoc package documentation
Security classes, such as encryption and cryptographically secure hash algorithms.
|
Java Source File Name | Type | Comment |
AES.java | Class | An implementation of the AES block cipher algorithm,
also known as Rijndael. |
BlockCipher.java | Interface | A block cipher is a data encryption algorithm that operates on blocks. |
CipherFactory.java | Class | A factory to create new block cipher objects. |
SecureFileStore.java | Class | A file store that encrypts all data before writing,
and decrypts all data after reading. |
SecureSocketFactory.java | Class | A factory to create encrypted sockets. |
SHA256.java | Class | This class implements the cryptographic hash function SHA-256. |
XTEA.java | Class | An implementation of the XTEA block cipher algorithm. |