| Package | Description |
|---|---|
| com.google.crypto.tink.hybrid | |
| com.google.crypto.tink.hybrid.internal |
| Modifier and Type | Method and Description |
|---|---|
static HpkePrivateKey |
HpkePrivateKey.create(HpkePublicKey publicKey,
SecretBytes privateKeyBytes)
Creates a new HPKE private key.
|
| Modifier and Type | Method and Description |
|---|---|
static HybridDecrypt |
HpkeDecrypt.create(HpkePrivateKey privateKey) |
static HpkeKemPrivateKey |
HpkeKemKeyFactory.createPrivate(HpkePrivateKey privateKey) |