Uses of Interface
com.nimbusds.jose.JWEProvider
Packages that use JWEProvider
Package
Description
Base Javascript Object Signing and Encryption (JOSE) interfaces and classes.
Implementations of standard Javascript Object Signing and Encryption (JOSE)
algorithms.
JWS signer, JWS verifier, JWE encrypter and JWE decrypter factory
implementations.
Cryptographic primitives for JWS signers, JWS verifiers, JWE encrypters and
JWE decrypters in the
com.nimbusds.jose.crypto package.Framework for application-specific verification and decryption of JOSE
objects (with arbitrary payloads).
-
Uses of JWEProvider in com.nimbusds.jose
Subinterfaces of JWEProvider in com.nimbusds.joseModifier and TypeInterfaceDescriptioninterfaceJSON Web Encryption (JWE) decrypter.interfaceJSON Web Encryption (JWE) encrypter. -
Uses of JWEProvider in com.nimbusds.jose.crypto
Classes in com.nimbusds.jose.crypto that implement JWEProviderModifier and TypeClassDescriptionclassAES and AES GCM key wrap decrypter ofJWE objects.classAES and AES GCM key wrap encrypter ofJWE objects.classDirect decrypter ofJWE objectswith a shared symmetric key.classDirect encrypter ofJWE objectswith a shared symmetric key.classElliptic Curve Diffie-Hellman decrypter ofJWE objectsfor curves using an EC JWK.classElliptic Curve Diffie-Hellman encrypter ofJWE objectsfor curves using an EC JWK.classElliptic Curve Diffie-Hellman decrypter ofJWE objectsfor curves using an OKP JWK.classElliptic Curve Diffie-Hellman encrypter ofJWE objectsfor curves using an OKP JWK.classElliptic Curve Diffie-Hellman decrypter ofJWE objectsfor curves using EC JWK keys.classElliptic Curve Diffie-Hellman encrypter ofJWE objectsfor curves using EC JWK keys.classMulti-recipient decrypter ofJWE objects.classMulti-recipient encrypter ofJWE objects.classPassword-based decrypter ofJWE objects.classPassword-based encrypter ofJWE objects.classRSA decrypter ofJWE objects.classRSA encrypter ofJWE objects.classCurve25519 Elliptic Curve Diffie-Hellman decrypter ofJWE objects.classCurve25519 Elliptic Curve Diffie-Hellman encrypter ofJWE objects. -
Uses of JWEProvider in com.nimbusds.jose.crypto.factories
Classes in com.nimbusds.jose.crypto.factories that implement JWEProviderModifier and TypeClassDescriptionclassDefault JSON Web Encryption (JWE) decrypter factory. -
Uses of JWEProvider in com.nimbusds.jose.crypto.impl
Classes in com.nimbusds.jose.crypto.impl that implement JWEProviderModifier and TypeClassDescriptionclassThe base abstract class for AES and AES GCM key wrap encrypters and decrypters ofJWE objects.classThe base abstract class for JSON Web Encryption (JWE) encrypters and decrypters.classThe base abstract class for direct encrypters and decrypters ofJWE objectswith a shared symmetric key.classThe base abstract class for Elliptic Curve Diffie-Hellman One-Pass Unified Model encrypters and decrypters ofJWE objects.classThe base abstract class for Elliptic Curve Diffie-Hellman encrypters and decrypters ofJWE objects.classThe base abstract class for multi-recipient encrypters and decrypters ofJWE objectswith a shared symmetric key.classThe base abstract class for password-based encrypters and decrypters ofJWE objects.classThe base abstract class for RSA encrypters and decrypters ofJWE objects. -
Uses of JWEProvider in com.nimbusds.jose.proc
Subinterfaces of JWEProvider in com.nimbusds.jose.procModifier and TypeInterfaceDescriptioninterfaceJSON Web Encryption (JWE) decrypter factory.