Interface | Description |
---|---|
BlockCipher |
A block cipher is a data encryption algorithm that operates on blocks.
|
Class | Description |
---|---|
AES |
An implementation of the AES block cipher algorithm,
also known as Rijndael.
|
CipherFactory |
A factory to create new block cipher objects.
|
Fog |
A pseudo-encryption algorithm that makes the data appear to be
encrypted.
|
SecureFileStore |
A file store that encrypts all data before writing, and decrypts all data
after reading.
|
SHA256 |
This class implements the cryptographic hash function SHA-256.
|
XTEA |
An implementation of the XTEA block cipher algorithm.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.