| Class | Description |
|---|---|
| AesSivKeyManager |
This key manager generates new
AesSivKey keys and produces new instances of AesSiv. |
| DeterministicAeadConfig |
Static methods and constants for registering with the
Registry all instances of DeterministicAead key types supported in a particular release of Tink. |
| DeterministicAeadFactory | Deprecated
Use
keysetHandle.GetPrimitive(DeterministicAead.class) after registering the
DeterministicAeadWrapper instead. |
| DeterministicAeadKeyTemplates | Deprecated
use the key template methods in the key managers, e.g.,
AesSivKeyManager.aes256SivTemplate().
|
| DeterministicAeadWrapper |
The implementation of
PrimitiveWrapper<DeterministicAead>. |