Class ContainerEntryDocument

java.lang.Object
eu.europa.esig.dss.model.CommonDocument
eu.europa.esig.dss.asic.common.ContainerEntryDocument
All Implemented Interfaces:
DSSZipEntryDocument, DSSDocument, Serializable

public class ContainerEntryDocument extends CommonDocument implements DSSZipEntryDocument
Represents an entry within a ZIP archive, containing its metadata and file's content. This class can be used to create a file entry to be incorporated within an ASiC container with customized ZipEntry metadata (e.g. creation time, compression method, etc.).
See Also: