Uses of Class
com.nimbusds.jose.crypto.impl.ECDHCryptoProvider
-
Packages that use ECDHCryptoProvider Package Description com.nimbusds.jose.crypto Implementations of standard Javascript Object Signing and Encryption (JOSE) algorithms. -
-
Uses of ECDHCryptoProvider in com.nimbusds.jose.crypto
Subclasses of ECDHCryptoProvider in com.nimbusds.jose.crypto Modifier and Type Class Description classECDHDecrypterElliptic Curve Diffie-Hellman decrypter ofJWE objectsfor curves using EC JWK keys.classECDHEncrypterElliptic Curve Diffie-Hellman encrypter ofJWE objectsfor curves using EC JWK keys.classX25519DecrypterCurve25519 Elliptic Curve Diffie-Hellman decrypter ofJWE objects.classX25519EncrypterCurve25519 Elliptic Curve Diffie-Hellman encrypter ofJWE objects.
-