Uses of Class
com.google.crypto.tink.hybrid.EciesPublicKey
-
Packages that use EciesPublicKey Package Description com.google.crypto.tink.hybrid com.google.crypto.tink.subtle -
-
Uses of EciesPublicKey in com.google.crypto.tink.hybrid
Methods in com.google.crypto.tink.hybrid that return EciesPublicKey Modifier and Type Method Description static EciesPublicKeyEciesPublicKey. createForCurveX25519(EciesParameters parameters, Bytes publicPointBytes, java.lang.Integer idRequirement)Creates a new ECIES public key using Curve25519.static EciesPublicKeyEciesPublicKey. createForNistCurve(EciesParameters parameters, java.security.spec.ECPoint publicPoint, java.lang.Integer idRequirement)Creates a new ECIES public key using a NIST Curve.EciesPublicKeyEciesPrivateKey. getPublicKey()Methods in com.google.crypto.tink.hybrid with parameters of type EciesPublicKey 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 EciesPublicKey in com.google.crypto.tink.subtle
Methods in com.google.crypto.tink.subtle with parameters of type EciesPublicKey Modifier and Type Method Description static HybridEncryptEciesAeadHkdfHybridEncrypt. create(EciesPublicKey key)
-