|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BlockCipher | |
---|---|
org.h2.security | Security classes, such as encryption and cryptographically secure hash algorithms. |
Uses of BlockCipher in org.h2.security |
---|
Classes in org.h2.security that implement BlockCipher | |
---|---|
class |
AES
An implementation of the AES block cipher algorithm, also known as Rijndael. |
class |
Fog
A pseudo-encryption algorithm that makes the data appear to be encrypted. |
class |
XTEA
An implementation of the XTEA block cipher algorithm. |
Methods in org.h2.security that return BlockCipher | |
---|---|
static BlockCipher |
CipherFactory.getBlockCipher(java.lang.String algorithm)
Get a new block cipher object for the given algorithm. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |