Package com.bfo.box
Class C2PA_AssertionUnknown
java.lang.Object
com.bfo.box.Box
com.bfo.box.JUMBox
com.bfo.box.C2PA_AssertionUnknown
- All Implemented Interfaces:
C2PA_Assertion
A C2PA Assertion that will be used for unknown types of assertion
Note: this is a placeholder class; verify will return without error
- Since:
- 5
-
Constructor Summary
Constructors -
Method Summary
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_AssertionUnknown
public C2PA_AssertionUnknown()
-
-
Method Details
-
url
Return the URL this assertion was referenced by, if it's in the claim list. If it's in the manifest list, return null- Returns:
- the url
-