Uses of Class
com.google.crypto.tink.hybrid.EciesPrivateKey
-
Packages that use EciesPrivateKey Package Description com.google.crypto.tink.hybrid com.google.crypto.tink.subtle -
-
Uses of EciesPrivateKey in com.google.crypto.tink.hybrid
Methods in com.google.crypto.tink.hybrid that return EciesPrivateKey Modifier and Type Method Description static EciesPrivateKeyEciesPrivateKey. createForCurveX25519(EciesPublicKey publicKey, SecretBytes x25519PrivateKeyBytes)Creates a new ECIES private key using Curve25519.static EciesPrivateKeyEciesPrivateKey. createForNistCurve(EciesPublicKey publicKey, SecretBigInteger nistPrivateKeyValue)Creates a new ECIES private key using NIST Curves. -
Uses of EciesPrivateKey in com.google.crypto.tink.subtle
Methods in com.google.crypto.tink.subtle with parameters of type EciesPrivateKey Modifier and Type Method Description static HybridDecryptEciesAeadHkdfHybridDecrypt. create(EciesPrivateKey key)
-