| Interface | Description |
|---|---|
| EncryptorInterface<T extends EncryptorInterface<T>> |
Interface for encrypting/decrypting byte arrays.
|
| ValueEncryptorInterface<T extends ValueEncryptorInterface<T>> |
Interface for encrypting/decrypting text and other values.
|
| Class | Description |
|---|---|
| AbstractEncryptor<T extends AbstractEncryptor<T>> |
Abstract class for encrypting/decrypting byte arrays.
|
| AbstractValueEncryptor<T extends AbstractValueEncryptor<T>> |
Abstract class for encrypting/decrypting text and other values.
|
| Encryptor |
Main concrete class which can encrypt/decrypt any type of object.
|
| EncryptorStore |
Provides in-memory storage for encryptors, allowing shared access for application code as well as
Hibernate user types.
|