| Package | Description |
|---|---|
| com.google.crypto.tink.hybrid | |
| com.google.crypto.tink.hybrid.subtle | |
| com.google.crypto.tink.subtle |
| Modifier and Type | Method and Description |
|---|---|
static HybridDecrypt |
HybridDecryptFactory.getPrimitive(KeysetHandle keysetHandle)
Deprecated.
Use
keysetHandle.GetPrimitive(HybridDecrypt.class) after registering the
HybridDecryptWrapper instead. |
HybridDecrypt |
HybridDecryptWrapper.wrap(PrimitiveSet<HybridDecrypt> primitives) |
| Modifier and Type | Method and Description |
|---|---|
Class<HybridDecrypt> |
HybridDecryptWrapper.getInputPrimitiveClass() |
Class<HybridDecrypt> |
HybridDecryptWrapper.getPrimitiveClass() |
| Modifier and Type | Method and Description |
|---|---|
HybridDecrypt |
HybridDecryptWrapper.wrap(PrimitiveSet<HybridDecrypt> primitives) |
| Modifier and Type | Class and Description |
|---|---|
class |
RsaKemHybridDecrypt
Hybrid encryption with RSA-KEM as defined in Shoup's ISO standard proposal as KEM, and AEAD as
DEM and HKDF as KDF.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EciesAeadHkdfHybridDecrypt
ECIES encryption with HKDF-KEM (key encapsulation mechanism) and AEAD-DEM (data encapsulation
mechanism).
|