Class CBORObject

java.lang.Object
org.webpki.cbor.CBORObject
All Implemented Interfaces:
Cloneable, Comparable<CBORObject>
Direct Known Subclasses:
CBORArray, CBORBoolean, CBORBytes, CBORFloat, CBORInt, CBORMap, CBORNonFinite, CBORNull, CBORSimple, CBORString, CBORTag

public abstract class CBORObject extends Object implements Cloneable, Comparable<CBORObject>
Base class for all CBOR objects.

In this implementation "object" should be regarded as equivalent to the CBOR [RFC8949] term, "data item".