Package org.digidoc4j.impl.asic.asics
Class AsicSContainerTimestampBuilder
java.lang.Object
org.digidoc4j.TimestampBuilder
org.digidoc4j.impl.asic.cades.AsicContainerTimestampBuilder
org.digidoc4j.impl.asic.asics.AsicSContainerTimestampBuilder
- All Implemented Interfaces:
Serializable
,TimestampParameters
An implementation of a timestamp builder for ASiC-S containers.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAsicSContainerTimestampBuilder
(Container container) Creates an instance of the builder. -
Method Summary
Methods inherited from class org.digidoc4j.TimestampBuilder
aTimestamp, getReferenceDigestAlgorithm, getTimestampDigestAlgorithm, getTspSource, invokeTimestamping, withReferenceDigestAlgorithm, withTimestampDigestAlgorithm, withTspSource
-
Constructor Details
-
AsicSContainerTimestampBuilder
Creates an instance of the builder.- Parameters:
container
- the container to build a timestamp for- Throws:
IllegalArgumentException
- if the container is not an instance ofAsicSContainer
-