Uses of Class
com.google.crypto.tink.hybrid.HpkePrivateKey
-
Packages that use HpkePrivateKey Package Description com.google.crypto.tink.hybrid com.google.crypto.tink.hybrid.internal -
-
Uses of HpkePrivateKey in com.google.crypto.tink.hybrid
Methods in com.google.crypto.tink.hybrid that return HpkePrivateKey Modifier and Type Method Description static HpkePrivateKeyHpkePrivateKey. create(HpkePublicKey publicKey, SecretBytes privateKeyBytes)Creates a new HPKE private key. -
Uses of HpkePrivateKey in com.google.crypto.tink.hybrid.internal
Methods in com.google.crypto.tink.hybrid.internal with parameters of type HpkePrivateKey Modifier and Type Method Description static HybridDecryptHpkeDecrypt. create(HpkePrivateKey privateKey)static HpkeKemPrivateKeyHpkeKemKeyFactory. createPrivate(HpkePrivateKey privateKey)
-