| Interface | Description |
|---|---|
| AeadFactory |
Provides AEAD instances with a specific raw key.
|
| Class | Description |
|---|---|
| AesGcmFactory |
An
AeadFactory that creates new instances of AES-GCM from raw keys |
| AesGcmSiv |
This primitive implements AES-GCM-SIV (as defined in RFC 8452) using JCE.
|