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 TypeInterfaceDescriptioninterface
JSON Web Encryption (JWE) decrypter.interface
JSON Web Encryption (JWE) encrypter. -
Uses of JWEProvider in com.nimbusds.jose.crypto
Classes in com.nimbusds.jose.crypto that implement JWEProviderModifier and TypeClassDescriptionclass
AES and AES GCM key wrap decrypter ofJWE objects
.class
AES and AES GCM key wrap encrypter ofJWE objects
.class
Direct decrypter ofJWE objects
with a shared symmetric key.class
Direct encrypter ofJWE objects
with a shared symmetric key.class
Elliptic Curve Diffie-Hellman decrypter ofJWE objects
for curves using an EC JWK.class
Elliptic Curve Diffie-Hellman encrypter ofJWE objects
for curves using an EC JWK.class
Elliptic Curve Diffie-Hellman decrypter ofJWE objects
for curves using an OKP JWK.class
Elliptic Curve Diffie-Hellman encrypter ofJWE objects
for curves using an OKP JWK.class
Elliptic Curve Diffie-Hellman decrypter ofJWE objects
for curves using EC JWK keys.class
Elliptic Curve Diffie-Hellman encrypter ofJWE objects
for curves using EC JWK keys.class
Multi-recipient decrypter ofJWE objects
.class
Multi-recipient encrypter ofJWE objects
.class
Password-based decrypter ofJWE objects
.class
Password-based encrypter ofJWE objects
.class
RSA decrypter ofJWE objects
.class
RSA encrypter ofJWE objects
.class
Curve25519 Elliptic Curve Diffie-Hellman decrypter ofJWE objects
.class
Curve25519 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 TypeClassDescriptionclass
Default 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 TypeClassDescriptionclass
The base abstract class for AES and AES GCM key wrap encrypters and decrypters ofJWE objects
.class
The base abstract class for JSON Web Encryption (JWE) encrypters and decrypters.class
The base abstract class for direct encrypters and decrypters ofJWE objects
with a shared symmetric key.class
The base abstract class for Elliptic Curve Diffie-Hellman One-Pass Unified Model encrypters and decrypters ofJWE objects
.class
The base abstract class for Elliptic Curve Diffie-Hellman encrypters and decrypters ofJWE objects
.class
The base abstract class for multi-recipient encrypters and decrypters ofJWE objects
with a shared symmetric key.class
The base abstract class for password-based encrypters and decrypters ofJWE objects
.class
The 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 TypeInterfaceDescriptioninterface
JSON Web Encryption (JWE) decrypter factory.