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 TypeMethodDescriptionbooleanGets ASiCEvidenceRecordManifest file to be added within the containerinthashCode()voidsetAsicEvidenceRecordManifest(DSSDocument asicEvidenceRecordManifest) (Optional) Sets a custom ASiCEvidenceRecordManifest to be added within the container.toString()Methods inherited from class ASiCParameters
getContainerType, getMimeType, isZipComment, setContainerType, setMimeType, setZipComment
-
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-DSSDocumentrepresenting a valid ASiCEvidenceRecordManifest file
-
toString
- Overrides:
toStringin classASiCParameters
-
equals
- Overrides:
equalsin classASiCParameters
-
hashCode
public int hashCode()- Overrides:
hashCodein classASiCParameters
-