Package com.bfo.box
Class C2PA_AssertionCloudData
java.lang.Object
com.bfo.box.Box
com.bfo.box.JUMBox
com.bfo.box.CborContainerBox
com.bfo.box.C2PA_AssertionCloudData
- All Implemented Interfaces:
C2PA_Assertion
A C2PA Assertion for the "c2pa.cloud-data" type
Note: this is a placeholder class; verify will throw an UnsupportedOperationException
- Since:
- 5
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionverify()Verify this assertion, returning a list of status codes describing why this assertion failed or an empty list if it succeeded.Methods inherited from class com.bfo.box.CborContainerBox
cbor, getBoxMethods inherited from class com.bfo.box.Box
add, dump, duplicate, first, fullType, getEncoded, insertBefore, isSparse, length, next, parent, remove, toString, typeMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.bfo.box.C2PA_Assertion
asBox, getManifest
-
Constructor Details
-
C2PA_AssertionCloudData
public C2PA_AssertionCloudData()Create a new assertion
-
-
Method Details
-
verify
Description copied from interface:C2PA_AssertionVerify this assertion, returning a list of status codes describing why this assertion failed or an empty list if it succeeded. The default implementation succeeds, and returns an empty list.- Specified by:
verifyin interfaceC2PA_Assertion- Returns:
- a list of status codes, which may be empty on success
-