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 TypeClassDescriptionclassJSON Web Encryption (JWE) secured object with JSON serialisation.classJSON Web Signature (JWS) secured object with JSON serialisation.Methods in com.nimbusds.jose that return JOSEObjectJSONModifier and TypeMethodDescriptionstatic JOSEObjectJSONParses a JOSE secured object from the specified JSON string.static JOSEObjectJSONParses a JOSE secured object from the specified JSON object representation.