Package com.bfo.box
Class JsonContainerBox
java.lang.Object
com.bfo.box.Box
com.bfo.box.JUMBox
com.bfo.box.JsonContainerBox
- Direct Known Subclasses:
C2PA_AssertionSchema
A JsonContainerBox is a JUMBF wrapper around a single
JsonBox
. It is defined in
ISO19566-5 Appendix B.4- Since:
- 5
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new uninitialized box, for loading.JsonContainerBox
(String label, Json json) Create a new JsonContainerBox -
Method Summary
-
Constructor Details
-
JsonContainerBox
public JsonContainerBox()Create a new uninitialized box, for loading. Don't call this constructor -
JsonContainerBox
Create a new JsonContainerBox- Parameters:
label
- the labeljson
- the Json object, which will be initialized to an empty map if null
-
-
Method Details