Uses of Class
org.digidoc4j.TimestampBuilder
Packages that use TimestampBuilder
Package
Description
DigiDoc4J public api
-
Uses of TimestampBuilder in org.digidoc4j
Methods in org.digidoc4j that return TimestampBuilderModifier and TypeMethodDescriptionstatic TimestampBuilderTimestampBuilder.aTimestamp(Container container) Creates an instance of a timestamp builder for the contents of the specified container.TimestampBuilder.withReferenceDigestAlgorithm(DigestAlgorithm digestAlgorithm) Configures the reference digest algorithm to be used by this builder.TimestampBuilder.withTimestampDigestAlgorithm(DigestAlgorithm digestAlgorithm) Configures the timestamp digest algorithm to be used by this builder.TimestampBuilder.withTspSource(String tspSource) Configures the TSP source URL string to be used by this builder.Method parameters in org.digidoc4j with type arguments of type TimestampBuilderModifier and TypeMethodDescriptionCompositeContainerBuilder.buildTimestamped(Consumer<TimestampBuilder> timestampBuilderConfigurator) Builds a timestamped composite container. -
Uses of TimestampBuilder in org.digidoc4j.impl.asic.asics
Subclasses of TimestampBuilder in org.digidoc4j.impl.asic.asicsModifier and TypeClassDescriptionclassAn implementation of a timestamp builder for ASiC-S containers. -
Uses of TimestampBuilder in org.digidoc4j.impl.asic.cades
Subclasses of TimestampBuilder in org.digidoc4j.impl.asic.cadesModifier and TypeClassDescriptionclassAn abstract base class for timestamp builders for ASiC containers.