| Class | Description |
|---|---|
| EciesAeadHkdfPrivateKeyManager |
This key manager generates new
EciesAeadHkdfPrivateKey keys and produces new instances of
EciesAeadHkdfHybridDecrypt. |
| HybridConfig |
Static methods and constants for registering with the
Registry all
instances of HybridEncrypt and HybridDecrypt key types supported in a particular release of Tink. |
| HybridDecryptConfig | Deprecated
use
Config and HybridConfig |
| HybridDecryptFactory | Deprecated
Use
keysetHandle.GetPrimitive(HybridDecrypt.class) after registering the
HybridDecryptWrapper instead. |
| HybridDecryptWrapper |
The implementation of
PrimitiveWrapper<HybridDecrypt>. |
| HybridEncryptConfig | Deprecated
use
Config and HybridConfig |
| HybridEncryptFactory | Deprecated
Use
keysetHandle.GetPrimitive(HybridEncrypt.class) after registering the
HybridEncryptWrapper instead. |
| HybridEncryptWrapper |
The implementation of
PrimitiveWrapper<HybridEncrypt>. |
| HybridKeyTemplates |