Uses of Interface
org.h2.security.BlockCipher
-
Packages that use BlockCipher Package Description org.h2.security Security classes, such as encryption and cryptographically secure hash algorithms.org.h2.store.fs.encrypt An encrypted file system abstraction. -
-
Uses of BlockCipher in org.h2.security
Classes in org.h2.security that implement BlockCipher Modifier and Type Class Description classAESAn implementation of the AES block cipher algorithm, also known as Rijndael.classFogA pseudo-encryption algorithm that makes the data appear to be encrypted.classXTEAAn implementation of the XTEA block cipher algorithm.Fields in org.h2.security declared as BlockCipher Modifier and Type Field Description private BlockCipherSecureFileStore. cipherprivate BlockCipherSecureFileStore. cipherForInitVectorMethods in org.h2.security that return BlockCipher Modifier and Type Method Description static BlockCipherCipherFactory. getBlockCipher(java.lang.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 BlockCipher Modifier and Type Field Description private BlockCipherXTS. cipherConstructors in org.h2.store.fs.encrypt with parameters of type BlockCipher Constructor Description XTS(BlockCipher cipher)
-