Uses of Class
com.nimbusds.jose.PlainObject
Packages that use PlainObject
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 PlainObject in com.nimbusds.jose
Methods in com.nimbusds.jose that return PlainObjectModifier and TypeMethodDescriptionstatic PlainObject
Parses an unsecured JOSE object from the specified string in compact format. -
Uses of PlainObject in com.nimbusds.jose.proc
Methods in com.nimbusds.jose.proc with parameters of type PlainObjectModifier and TypeMethodDescriptionDefaultJOSEProcessor.process
(PlainObject plainObject, C context) JOSEProcessor.process
(PlainObject plainObject, C context) Processes the specified unsecured (plain) JOSE object, typically by checking its context. -
Uses of PlainObject in com.nimbusds.jwt
Subclasses of PlainObject in com.nimbusds.jwt