Uses of Interface
org.h2.security.BlockCipher
Packages that use BlockCipher
Package
Description
Security classes, such as encryption and cryptographically secure hash algorithms.
An encrypted file system abstraction.
-
Uses of BlockCipher in org.h2.security
Classes in org.h2.security that implement BlockCipherModifier and TypeClassDescriptionclass
An implementation of the AES block cipher algorithm, also known as Rijndael.class
A pseudo-encryption algorithm that makes the data appear to be encrypted.class
An implementation of the XTEA block cipher algorithm.Fields in org.h2.security declared as BlockCipherModifier and TypeFieldDescriptionprivate final BlockCipher
SecureFileStore.cipher
private final BlockCipher
SecureFileStore.cipherForInitVector
Methods in org.h2.security that return BlockCipherModifier and TypeMethodDescriptionstatic BlockCipher
CipherFactory.getBlockCipher
(String algorithm) Get a new block cipher object for the given algorithm. -
Uses of BlockCipher in org.h2.store.fs.encrypt
Fields in org.h2.store.fs.encrypt declared as BlockCipherConstructors in org.h2.store.fs.encrypt with parameters of type BlockCipher