Interface JsonJOSEObject<A>

Type Parameters:
A - the payload type
All Known Subinterfaces:
JsonJWE<A,B>, JsonJWS<A,B>

public interface JsonJOSEObject<A>

A JSON JOSE object supporting JSON representation.

A JSON JOSE object is serialized to a JSON representation as defined by RFC7515 Section 7.2 and RFC7516 Section 7.2.

Since:
1.5
Author:
Jeremy Kuhn
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Serializes the JOSE object to a JSON representation.
  • Method Details