| 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. |
| HybridDecryptFactory | Deprecated
Use
keysetHandle.GetPrimitive(HybridDecrypt.class) after registering the
HybridDecryptWrapper instead. |
| HybridDecryptWrapper |
The implementation of
PrimitiveWrapper<HybridDecrypt>. |
| HybridEncryptFactory | Deprecated
Use
keysetHandle.GetPrimitive(HybridEncrypt.class) after registering the
HybridEncryptWrapper instead. |
| HybridKeyTemplates | Deprecated
use
KeyTemplates.get(java.lang.String), e.g.,
KeyTemplates.get("ECIES_P256_HKDF_HMAC_SHA256_AES128_GCM") |