| Interface | Description |
|---|---|
| SecretKey |
| Class | Description |
|---|---|
| Cipher | |
| Mac |
| Exception | Description |
|---|---|
| AEADBadTagException |
This exception is thrown when a
Cipher operating in an AEAD mode (such as GCM/CCM) is unable to verify the
supplied authentication tag. |
| BadPaddingException | |
| IllegalBlockSizeException | |
| NoSuchPaddingException | |
| ShortBufferException |