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 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 BaseJWEProvider in com.nimbusds.jose.crypto.impl
Subclasses of BaseJWEProvider in com.nimbusds.jose.crypto.implModifier and TypeClassDescriptionclassThe base abstract class for AES and AES GCM key wrap encrypters and decrypters ofJWE objects.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.