| Package | Description |
|---|---|
| com.google.crypto.tink.hybrid | |
| com.google.crypto.tink.hybrid.internal | |
| 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(RegistryConfiguration.get(),
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 |
HpkeEncrypt
Hybrid Public Key Encryption (HPKE) encryption.
|
class |
LegacyFullHybridEncrypt
Takes an arbitrary raw HybridEncrypt and makes it a full primitive.
|
| Modifier and Type | Method and Description |
|---|---|
static HybridEncrypt |
HpkeEncrypt.create(HpkePublicKey key) |
static HybridEncrypt |
LegacyFullHybridEncrypt.create(LegacyProtoKey key)
This method covers the cases where users created their own aead/key classes.
|
| 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).
|
| Modifier and Type | Method and Description |
|---|---|
static HybridEncrypt |
EciesAeadHkdfHybridEncrypt.create(EciesPublicKey key) |