| Interface | Description |
|---|---|
| Cryptor |
Interface defining a utility that can perform both encryption and decryption.
|
| Class | Description |
|---|---|
| BasicCryptor |
Public methods in this class throw only
CryptoExceptions. |
| DhKeyGenerator |
Helper class that supports anonymous ephemeral Diffie-Hellman
Parameters are stored in the dh.properties file
|
| NullCryptor | |
| SymmetricCryptor |
Provides a symmetric cryptor using AES
|
| Exception | Description |
|---|---|
| CryptoException |
A catch-all exception for any exceptions related to encryption and decryption
operations.
|
Copyright © 2019. All rights reserved.