Package org.digidoc4j.impl.asic.asics
Class AsicSContainerTimestamp
java.lang.Object
org.digidoc4j.impl.asic.cades.AsicContainerTimestamp
org.digidoc4j.impl.asic.asics.AsicSContainerTimestamp
- All Implemented Interfaces:
Serializable,TimestampAndManifestPair,Timestamp
An implementation of timestamp token that covers the contents of ASiC-S containers.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAsicSContainerTimestamp(CadesTimestamp cadesTimestamp) Creates an ASiC-S timestamp token without ASiCArchiveManifest.AsicSContainerTimestamp(CadesTimestamp timestamp, AsicArchiveManifest manifest) Creates an ASiC-S timestamp token with ASiCArchiveManifest. -
Method Summary
Methods inherited from class org.digidoc4j.impl.asic.cades.AsicContainerTimestamp
getArchiveManifest, getCadesTimestamp, getCertificate, getCreationTime, getDigestAlgorithm, getTimeStampToken, getUniqueId
-
Constructor Details
-
AsicSContainerTimestamp
Creates an ASiC-S timestamp token without ASiCArchiveManifest.- Parameters:
cadesTimestamp- CAdES timestamp
-
AsicSContainerTimestamp
Creates an ASiC-S timestamp token with ASiCArchiveManifest.- Parameters:
timestamp- CAdES timestampmanifest- ASiCArchiveManifest
-