| 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 | |
| HybridParameters |
Represents a description of a
HybridPrivateKey and the corresponding HybridPublicKey excluding the randomly chosen key material. |
| HybridPrivateKey |
Representation of the decryption function for a hybrid encryption primitive.
|
| HybridPublicKey |
Representation of the encryption function for a hybrid encryption primitive.
|