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 TypeClassDescriptionclassThis class provides a default implementation ofASiCWithCAdESFilenameFactoryused within basic configuration of DSS for creation of filenames for new container entries.classThis 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 ASiCWithCAdESFilenameFactoryAbstractASiCWithCAdESContainerMerger.asicFilenameFactoryDefines rules for filename creation for new ZIP entries (e.g. signature files, etc.)Methods in eu.europa.esig.dss.asic.cades.merge with parameters of type ASiCWithCAdESFilenameFactoryModifier and TypeMethodDescriptionvoidAbstractASiCWithCAdESContainerMerger.setAsicFilenameFactory(ASiCWithCAdESFilenameFactory asicFilenameFactory) SetsASiCWithCAdESFilenameFactorydefining 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 ASiCWithCAdESFilenameFactoryASiCWithCAdESDataToSignHelperBuilder.asicFilenameFactoryDefines rules for filename creation for new manifest files.Methods in eu.europa.esig.dss.asic.cades.signature with parameters of type ASiCWithCAdESFilenameFactoryModifier and TypeMethodDescriptionvoidASiCWithCAdESService.setAsicFilenameFactory(ASiCWithCAdESFilenameFactory asicFilenameFactory) SetsASiCWithCAdESFilenameFactorydefining 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 ASiCWithCAdESFilenameFactoryModifierConstructorDescriptionprotectedASiCWithCAdESDataToSignHelperBuilder(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 ASiCWithCAdESFilenameFactoryModifierConstructorDescriptionprotectedASiCEWithCAdESManifestBuilder(ASiCContent asicContent, String documentFilename, DigestAlgorithm digestAlgorithm, ASiCWithCAdESFilenameFactory asicFilenameFactory) Constructor with filename factoryASiCWithCAdESSignatureManifestBuilder(ASiCContent asicContent, DigestAlgorithm digestAlgorithm, String signatureFilename, ASiCWithCAdESFilenameFactory asicFilenameFactory) Constructor with filename factoryASiCWithCAdESTimestampManifestBuilder(ASiCContent asicContent, DigestAlgorithm digestAlgorithm, String timestampFilename, 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