Interface ASiCFilenameFactory

All Superinterfaces:
Serializable
All Known Subinterfaces:
ASiCWithCAdESFilenameFactory, ASiCWithXAdESFilenameFactory
All Known Implementing Classes:
DefaultASiCWithCAdESFilenameFactory, DefaultASiCWithXAdESFilenameFactory, SimpleASiCWithCAdESFilenameFactory, SimpleASiCWithXAdESFilenameFactory

public interface ASiCFilenameFactory extends Serializable
This interface is used to provide filenames for newly created ZIP-entries during a signature creation or extension for ASiC containers. NOTE: Names of signature or manifest files shall be defined with leading "META-INF/" string, specifying the target folder of the signature file within a container. As the same factory is used for ASiC-S and ASiC-E container types, it shall implement logic for both container types, when applicable. The type of the container can be obtained from asicContent.getContainerType() method.