| Class | Description |
|---|---|
| Encryption |
This class simplifies and attempts to merge all java cipher/encryption apis
|
| Encryption.EncryptionType |
Eases the management of algorithms, modes, and padding
See http://docs.oracle.com/javase/7/docs/technotes/guides/security/StandardNames.html#Cipher for a description
of each.
|
| SecretValue<V,K,M> |
This holds various info about an encryption/decryption.
|