Class JOSEObjectJSON

java.lang.Object
com.nimbusds.jose.JOSEObjectJSON
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JWEObjectJSON, JWSObjectJSON

public abstract class JOSEObjectJSON extends Object implements Serializable
The base abstract class for JSON Web Signature (JWS) secured and JSON Web Encryption (JWE) secured objects serialisable to JSON.
Version:
2021-10-05
Author:
Vladimir Dzhuvinov
See Also: