Package com.bfo.box
Class C2PA_AssertionSoftBinding
java.lang.Object
com.bfo.box.Box
com.bfo.box.JUMBox
com.bfo.box.CborContainerBox
com.bfo.box.C2PA_AssertionSoftBinding
- All Implemented Interfaces:
C2PA_Assertion
A C2PA Assertion for the "c2pa.soft-binding" type
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.CborContainerBox
cbor, getBox
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_AssertionSoftBinding
public C2PA_AssertionSoftBinding()Create a new assertion
-