Class JSONObjectReader

java.lang.Object
org.webpki.json.JSONObjectReader
All Implemented Interfaces:
Cloneable

public class JSONObjectReader extends Object implements Cloneable
JSON object reader.

Returned by the parser methods. Also provides built-in support for decoding JSF (JSON Signature Format) and JEF (JSON Encryption Format) constructs.

In addition, there are methods for reading keys supplied in the JWK (JSON Web Key) format.

See Also: