Package com.bfo.box

Class C2PA_AssertionCloudData

All Implemented Interfaces:
C2PA_Assertion

public class C2PA_AssertionCloudData extends CborContainerBox implements 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 Details

    • C2PA_AssertionCloudData

      public C2PA_AssertionCloudData()
      Create a new assertion
  • Method Details

    • verify

      public List<C2PAStatus> verify()
      Description copied from interface: C2PA_Assertion
      Verify 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:
      verify in interface C2PA_Assertion
      Returns:
      a list of status codes, which may be empty on success