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 C2PAManifestC2PA_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 themanifestobjects in this storeMethods in com.bfo.box with parameters of type C2PAManifestModifier and TypeMethodDescriptionvoidC2PA_AssertionIngredient.setTargetManifest(String relationship, C2PAManifest manifest, List<C2PAStatus> status) Set this ingredient to refer to the specified manifest.