Package org.digidoc4j.impl.asic.cades
Interface TimestampAndManifestPair
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AsicContainerTimestamp,AsicSContainerTimestamp,ContainerTimestampWrapper
An interface representing a pair of a CAdES timestamp and an optional ASiCArchiveManifest.
-
Method Summary
Modifier and TypeMethodDescriptionReturns an instance ofAsicArchiveManifestassociated with this entity, if present.Returns an instance ofCadesTimestampassociated with this entity.
-
Method Details
-
getCadesTimestamp
CadesTimestamp getCadesTimestamp()Returns an instance ofCadesTimestampassociated with this entity.- Returns:
- CAdES timestamp instance
-
getArchiveManifest
AsicArchiveManifest getArchiveManifest()Returns an instance ofAsicArchiveManifestassociated with this entity, if present.- Returns:
- ASiCArchiveManifest or
null
-