Uses of Class
com.nimbusds.jose.crypto.impl.BaseJWEProvider
Packages that use BaseJWEProvider
Package
Description
Implementations of standard Javascript Object Signing and Encryption (JOSE)
algorithms.
Cryptographic primitives for JWS signers, JWS verifiers, JWE encrypters and
JWE decrypters in the
com.nimbusds.jose.crypto
package.-
Uses of BaseJWEProvider in com.nimbusds.jose.crypto
Subclasses of BaseJWEProvider in com.nimbusds.jose.cryptoModifier 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 BaseJWEProvider in com.nimbusds.jose.crypto.impl
Subclasses of BaseJWEProvider in com.nimbusds.jose.crypto.implModifier and TypeClassDescriptionclass
The base abstract class for AES and AES GCM key wrap encrypters and decrypters ofJWE objects
.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
.