Uses of Interface
com.nimbusds.jose.JWEDecrypter
Packages that use JWEDecrypter
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.
Framework for application-specific verification and decryption of JOSE
objects (with arbitrary payloads).
-
Uses of JWEDecrypter in com.nimbusds.jose
Methods in com.nimbusds.jose with parameters of type JWEDecrypterModifier and TypeMethodDescriptionvoidJWEObject.decrypt(JWEDecrypter decrypter) Decrypts this JWE object with the specified decrypter.voidJWEObjectJSON.decrypt(JWEDecrypter decrypter) Decrypts this JWE object with the specified decrypter. -
Uses of JWEDecrypter in com.nimbusds.jose.crypto
Classes in com.nimbusds.jose.crypto that implement JWEDecrypterModifier and TypeClassDescriptionclassAES and AES GCM key wrap decrypter ofJWE objects.classDirect decrypter ofJWE objectswith a shared symmetric key.classElliptic Curve Diffie-Hellman decrypter ofJWE objectsfor curves using an EC JWK.classElliptic Curve Diffie-Hellman decrypter ofJWE objectsfor curves using an OKP JWK.classElliptic Curve Diffie-Hellman decrypter ofJWE objectsfor curves using EC JWK keys.classMulti-recipient decrypter ofJWE objects.classPassword-based decrypter ofJWE objects.classRSA decrypter ofJWE objects.classCurve25519 Elliptic Curve Diffie-Hellman decrypter ofJWE objects. -
Uses of JWEDecrypter in com.nimbusds.jose.crypto.factories
Methods in com.nimbusds.jose.crypto.factories that return JWEDecrypterModifier and TypeMethodDescriptionDefaultJWEDecrypterFactory.createJWEDecrypter(JWEHeader header, Key key) -
Uses of JWEDecrypter in com.nimbusds.jose.proc
Methods in com.nimbusds.jose.proc that return JWEDecrypterModifier and TypeMethodDescriptionJWEDecrypterFactory.createJWEDecrypter(JWEHeader header, Key key) Creates a new JWE decrypter for the specified header and key.