Uses of Class
com.nimbusds.jose.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
Modifier 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. -
Uses of JWSObject in com.nimbusds.jose.mint
Modifier and TypeMethodDescription -
Uses of JWSObject in com.nimbusds.jose.proc
-
Uses of JWSObject in com.nimbusds.jwt