| Interface | Description |
|---|---|
| Encryptor<T,R> |
The
Encryptor interface. |
| Class | Description |
|---|---|
| BytesEncryptor | |
| StringEncryptor |
The
StringEncryptor can be used to encrypt/decrypt String values. |
| Enum | Description |
|---|---|
| OperationMode |
Cipher operation modes. |
| PaddingScheme |
Cipher padding schemes. |
| Exception | Description |
|---|---|
| EncryptorException |
The unchecked exception is thrown by
Encryptor classes if there is any error while
encrypting or decrypting values. |