Class | Description |
---|---|
EncryptUtil |
Utility class to encrypt and decrypt a text or file using the
Advanced Encryption Standard algorithm with the Galois/Counter Mode
and No Padding (AES/GCM/NoPadding).
|
Exception | Description |
---|---|
EncryptUtilException |
Wrapper Exception used in the EncryptUtil class.
|