| 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 HybridEncrypt |
HybridEncryptFactory.getPrimitive(KeysetHandle keysetHandle)
Deprecated.
Use
keysetHandle.GetPrimitive(HybridEncrypt.class) after registering the
HybridEncryptWrapper instead. |
HybridEncrypt |
HybridEncryptWrapper.wrap(PrimitiveSet<HybridEncrypt> primitives) |
| Modifier and Type | Method and Description |
|---|---|
Class<HybridEncrypt> |
HybridEncryptWrapper.getInputPrimitiveClass() |
Class<HybridEncrypt> |
HybridEncryptWrapper.getPrimitiveClass() |
| Modifier and Type | Method and Description |
|---|---|
HybridEncrypt |
HybridEncryptWrapper.wrap(PrimitiveSet<HybridEncrypt> primitives) |
| Modifier and Type | Class and Description |
|---|---|
class |
RsaKemHybridEncrypt
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 |
EciesAeadHkdfHybridEncrypt
ECIES encryption with HKDF-KEM (key encapsulation mechanism) and AEAD-DEM (data
encapsulation mechanism).
|