Uses of Class
com.nimbusds.jose.JWEObject
Packages that use JWEObject
Package
Description
Base Javascript Object Signing and Encryption (JOSE) interfaces and classes.
Framework for application-specific verification and decryption of JOSE
objects (with arbitrary payloads).
JSON Web Token (JWT) interfaces and classes.
-
Uses of JWEObject in com.nimbusds.jose
Methods in com.nimbusds.jose that return JWEObjectModifier and TypeMethodDescriptionstatic JWEObjectParses a JWE object from the specified string in compact form.Constructors in com.nimbusds.jose with parameters of type JWEObjectModifierConstructorDescriptionJWEObjectJSON(JWEObject jweObject) Creates a new JWE JSON object from the specified JWE object with compact serialisation. -
Uses of JWEObject in com.nimbusds.jose.proc
Methods in com.nimbusds.jose.proc with parameters of type JWEObject -
Uses of JWEObject in com.nimbusds.jwt
Subclasses of JWEObject in com.nimbusds.jwt