Uses of Class
com.nimbusds.jose.JOSEObjectJSON
-
Packages that use JOSEObjectJSON Package Description com.nimbusds.jose Base Javascript Object Signing and Encryption (JOSE) interfaces and classes. -
-
Uses of JOSEObjectJSON in com.nimbusds.jose
Subclasses of JOSEObjectJSON in com.nimbusds.jose Modifier and Type Class Description classJWEObjectJSONJSON Web Encryption (JWE) secured object with JSON serialisation.classJWSObjectJSONJSON Web Signature (JWS) secured object with JSON serialisation.Methods in com.nimbusds.jose that return JOSEObjectJSON Modifier and Type Method Description static JOSEObjectJSONJOSEObjectJSON. parse(String json)Parses a JOSE secured object from the specified JSON string.static JOSEObjectJSONJOSEObjectJSON. parse(Map<String,Object> jsonObject)Parses a JOSE secured object from the specified JSON object representation.
-