Uses of Class
com.bfo.box.C2PAManifest
-
Uses of C2PAManifest in com.bfo.box
Methods in com.bfo.box that return C2PAManifestModifier and TypeMethodDescriptionC2PAStore.getActiveManifest()
Return the active manifest, which is just the last one in the list returned byC2PAStore.getManifests()
default C2PAManifest
C2PA_Assertion.getManifest()
Return the manifest box containing this assertionC2PA_AssertionIngredient.getTargetManifest()
If this ingredient has a c2pa_manifest value, return the target manifest, or null if it's not specified or can't be foundMethods in com.bfo.box that return types with arguments of type C2PAManifestModifier and TypeMethodDescriptionC2PAStore.getManifests()
Return a live list of themanifest
objects in this storeMethods in com.bfo.box with parameters of type C2PAManifestModifier and TypeMethodDescriptionvoid
C2PA_AssertionIngredient.setTargetManifest
(String relationship, C2PAManifest manifest, List<C2PAStatus> status) Set this ingredient to refer to the specified manifest.