Uses of Interface
eu.europa.esig.dss.asic.cades.ASiCWithCAdESFilenameFactory
Packages that use ASiCWithCAdESFilenameFactory
Package
Description
-
Uses of ASiCWithCAdESFilenameFactory in eu.europa.esig.dss.asic.cades
Classes in eu.europa.esig.dss.asic.cades that implement ASiCWithCAdESFilenameFactoryModifier and TypeClassDescriptionclass
This class provides a default implementation ofASiCWithCAdESFilenameFactory
used within basic configuration of DSS for creation of filenames for new container entries.class
This class provides a simple way to define custom names for file entries created within an ASiC with CAdES container, by using set and get methods. -
Uses of ASiCWithCAdESFilenameFactory in eu.europa.esig.dss.asic.cades.merge
Fields in eu.europa.esig.dss.asic.cades.merge declared as ASiCWithCAdESFilenameFactoryModifier and TypeFieldDescriptionprotected ASiCWithCAdESFilenameFactory
AbstractASiCWithCAdESContainerMerger.asicFilenameFactory
Defines rules for filename creation for new ZIP entries (e.g.Methods in eu.europa.esig.dss.asic.cades.merge with parameters of type ASiCWithCAdESFilenameFactoryModifier and TypeMethodDescriptionvoid
AbstractASiCWithCAdESContainerMerger.setAsicFilenameFactory
(ASiCWithCAdESFilenameFactory asicFilenameFactory) SetsASiCWithCAdESFilenameFactory
defining a set of rules for naming of newly create ZIP entries, such as signature files. -
Uses of ASiCWithCAdESFilenameFactory in eu.europa.esig.dss.asic.cades.signature
Fields in eu.europa.esig.dss.asic.cades.signature declared as ASiCWithCAdESFilenameFactoryModifier and TypeFieldDescriptionprotected final ASiCWithCAdESFilenameFactory
ASiCWithCAdESDataToSignHelperBuilder.asicFilenameFactory
Defines rules for filename creation for new manifest files.Methods in eu.europa.esig.dss.asic.cades.signature with parameters of type ASiCWithCAdESFilenameFactoryModifier and TypeMethodDescriptionvoid
ASiCWithCAdESService.setAsicFilenameFactory
(ASiCWithCAdESFilenameFactory asicFilenameFactory) SetsASiCWithCAdESFilenameFactory
defining a set of rules for naming of newly create ZIP entries, such as signature files.Constructors in eu.europa.esig.dss.asic.cades.signature with parameters of type ASiCWithCAdESFilenameFactoryModifierConstructorDescriptionprotected
ASiCWithCAdESDataToSignHelperBuilder
(ASiCWithCAdESFilenameFactory asicFilenameFactory) Default constructorASiCWithCAdESLevelBaselineLTA
(CertificateVerifier certificateVerifier, TSPSource tspSource, ASiCWithCAdESFilenameFactory asicFilenameFactory) Constructor with filename factoryASiCWithCAdESSignatureDataToSignHelperBuilder
(ASiCWithCAdESFilenameFactory asicFilenameFactory) Default constructor -
Uses of ASiCWithCAdESFilenameFactory in eu.europa.esig.dss.asic.cades.signature.manifest
Constructors in eu.europa.esig.dss.asic.cades.signature.manifest with parameters of type ASiCWithCAdESFilenameFactoryModifierConstructorDescriptionprotected
ASiCEWithCAdESManifestBuilder
(ASiCContent asicContent, DigestAlgorithm digestAlgorithm, String documentUri, ASiCWithCAdESFilenameFactory asicFilenameFactory) Constructor with filename factoryASiCWithCAdESSignatureManifestBuilder
(ASiCContent asicContent, DigestAlgorithm digestAlgorithm, String documentUri, ASiCWithCAdESFilenameFactory asicFilenameFactory) Constructor with filename factoryASiCWithCAdESTimestampManifestBuilder
(ASiCContent asicContent, DigestAlgorithm digestAlgorithm, String documentUri, ASiCWithCAdESFilenameFactory asicFilenameFactory) Constructor with filename factory -
Uses of ASiCWithCAdESFilenameFactory in eu.europa.esig.dss.asic.cades.timestamp
Constructors in eu.europa.esig.dss.asic.cades.timestamp with parameters of type ASiCWithCAdESFilenameFactoryModifierConstructorDescriptionASiCWithCAdESTimestampDataToSignHelperBuilder
(ASiCWithCAdESFilenameFactory asicFilenameFactory) Default constructorASiCWithCAdESTimestampService
(TSPSource tspSource, ASiCWithCAdESFilenameFactory asicFilenameFactory) Constructor with filename factory