Uses of Class
com.nimbusds.jose.JWSObject
Packages that use JWSObject
Package
Description
Base Javascript Object Signing and Encryption (JOSE) interfaces and classes.
JSON Web Signature (JWS) minting framework.
Framework for application-specific verification and decryption of JOSE
objects (with arbitrary payloads).
JSON Web Token (JWT) interfaces and classes.
-
Uses of JWSObject in com.nimbusds.jose
Methods in com.nimbusds.jose that return JWSObjectModifier and TypeMethodDescriptionstatic JWSObject
Parses a JWS object from the specified string in compact format.static JWSObject
Parses a JWS object from the specified string in compact format and a detached payload which can be optionally unencoded (RFC 7797).JWSObjectJSON.Signature.toJWSObject()
Returns the compact JWS object representation of this individual signature.Payload.toJWSObject()
Returns a JWS object representation of this payload.Constructors in com.nimbusds.jose with parameters of type JWSObject -
Uses of JWSObject in com.nimbusds.jose.mint
Methods in com.nimbusds.jose.mint that return JWSObjectModifier and TypeMethodDescription -
Uses of JWSObject in com.nimbusds.jose.proc
Methods in com.nimbusds.jose.proc with parameters of type JWSObject -
Uses of JWSObject in com.nimbusds.jwt
Subclasses of JWSObject in com.nimbusds.jwt