Interface TimestampAndManifestPair

All Superinterfaces:
Serializable
All Known Implementing Classes:
AsicContainerTimestamp, AsicSContainerTimestamp, ContainerTimestampWrapper

public interface TimestampAndManifestPair extends Serializable
An interface representing a pair of a CAdES timestamp and an optional ASiCArchiveManifest.
  • Method Details

    • getCadesTimestamp

      CadesTimestamp getCadesTimestamp()
      Returns an instance of CadesTimestamp associated with this entity.
      Returns:
      CAdES timestamp instance
    • getArchiveManifest

      AsicArchiveManifest getArchiveManifest()
      Returns an instance of AsicArchiveManifest associated with this entity, if present.
      Returns:
      ASiCArchiveManifest or null