Package org.h2.security


package org.h2.security

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

  • Class
    Description
    An implementation of the AES block cipher algorithm, also known as Rijndael.
    A block cipher is a data encryption algorithm that operates on blocks.
    A factory to create new block cipher objects.
    A pseudo-encryption algorithm that makes the data appear to be encrypted.
    A file store that encrypts all data before writing, and decrypts all data after reading.
    This class implements the cryptographic hash function SHA-256.
    SHA-3 message digest family.
    An implementation of the XTEA block cipher algorithm.