Package eu.europa.esig.dss.asic.common
Class ASiCContainerEvidenceRecordParameters
java.lang.Object
eu.europa.esig.dss.asic.common.ASiCParameters
eu.europa.esig.dss.asic.common.ASiCContainerEvidenceRecordParameters
- All Implemented Interfaces:
Serializable
Parameters defining the configuration for creation of an ASiC container containing an evidence record document
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets ASiCEvidenceRecordManifest file to be added within the containervoid
setAsicEvidenceRecordManifest
(DSSDocument asicEvidenceRecordManifest) (Optional) Sets a custom ASiCEvidenceRecordManifest to be added within the container.Methods inherited from class eu.europa.esig.dss.asic.common.ASiCParameters
equals, getContainerType, getMimeType, hashCode, isZipComment, setContainerType, setMimeType, setZipComment, toString
-
Constructor Details
-
ASiCContainerEvidenceRecordParameters
public ASiCContainerEvidenceRecordParameters()Default constructor
-
-
Method Details
-
getAsicEvidenceRecordManifest
Gets ASiCEvidenceRecordManifest file to be added within the container- Returns:
DSSDocument
-
setAsicEvidenceRecordManifest
(Optional) Sets a custom ASiCEvidenceRecordManifest to be added within the container. When defined, the current manifest file will be used for the evidence record incorporation. When not provided, application will create a new ASiCEvidenceRecordManifest based on the objects covered by the evidence record. The filename of the manifest file will be taken from the document name. The filename of the evidence record document will be taken from the manifest signature reference.- Parameters:
asicEvidenceRecordManifest
-DSSDocument
representing a valid ASiCEvidenceRecordManifest file
-