public interface JSONSerializable
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
toFlattenedJSONObject()
Returns a Flattened JSON object representation of the JOSE Object.
|
Map<String,Object> |
toGeneralJSONObject()
Returns a General JSON object representation of the JOSE Object.
|
Map<String,Object> toGeneralJSONObject()
IllegalStateException - If the JOSE object is not in a state
that permits serialisation.Map<String,Object> toFlattenedJSONObject()
IllegalStateException - If the JOSE object is not in a state
that permits serialisation.Copyright © 2021 Connect2id Ltd.. All rights reserved.