Package com.bfo.box
Class C2PA_AssertionSchema
java.lang.Object
com.bfo.box.Box
com.bfo.box.JUMBox
com.bfo.box.JsonContainerBox
com.bfo.box.C2PA_AssertionSchema
- All Implemented Interfaces:
C2PA_Assertion
A C2PA Assertion for the "stds.exif", "stds.iptc", "stds.schema-org.ClaimReview", "stds.schema-org.CreativeWork" types
Note: no validation is made on the schema; any Json object is accepted.
- Since:
- 5
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bfo.box.JsonContainerBox
getBox, json
Methods inherited from class com.bfo.box.Box
add, dump, duplicate, first, fullType, getEncoded, insertBefore, isSparse, length, next, parent, remove, toString, type
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.bfo.box.C2PA_Assertion
asBox, getManifest, verify
-
Constructor Details
-
C2PA_AssertionSchema
Create a new assertion- Parameters:
schema
- one of "stds.exif", "stds.iptc", "stds.schema-org.ClaimReview", "stds.schema-org.CreativeWork"json
- the JSON data
-