| Package | Description |
|---|---|
| com.google.crypto.tink.hybrid | |
| com.google.crypto.tink.subtle |
| Modifier and Type | Method and Description |
|---|---|
static EciesPrivateKey |
EciesPrivateKey.createForCurveX25519(EciesPublicKey publicKey,
SecretBytes x25519PrivateKeyBytes)
Creates a new ECIES private key using Curve25519.
|
static EciesPrivateKey |
EciesPrivateKey.createForNistCurve(EciesPublicKey publicKey,
SecretBigInteger nistPrivateKeyValue)
Creates a new ECIES private key using NIST Curves.
|
| Modifier and Type | Method and Description |
|---|---|
static HybridDecrypt |
EciesAeadHkdfHybridDecrypt.create(EciesPrivateKey key) |