Uses of Class
com.nimbusds.jose.JOSEObjectJSON
Packages that use JOSEObjectJSON
Package
Description
Base Javascript Object Signing and Encryption (JOSE) interfaces and classes.
-
Uses of JOSEObjectJSON in com.nimbusds.jose
Subclasses of JOSEObjectJSON in com.nimbusds.joseModifier and TypeClassDescriptionclass
JSON Web Encryption (JWE) secured object with JSON serialisation.class
JSON Web Signature (JWS) secured object with JSON serialisation.Methods in com.nimbusds.jose that return JOSEObjectJSONModifier and TypeMethodDescriptionstatic JOSEObjectJSON
Parses a JOSE secured object from the specified JSON string.static JOSEObjectJSON
Parses a JOSE secured object from the specified JSON object representation.