| 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 |
Pre-generated
KeyTemplate for DeterministicAead keys. |
| DeterministicAeadWrapper |
The implementation of
PrimitiveWrapper<DeterministicAead>. |