Class ASiCManifestParser
java.lang.Object
eu.europa.esig.dss.asic.common.validation.ASiCManifestParser
Parses ASiC Manifest file and produces a
ManifestFile-
Method Summary
Modifier and TypeMethodDescriptionstatic DSSDocumentgetLinkedManifest(List<DSSDocument> manifestDocuments, String signatureName) Returns the relative manifests for the given signature namestatic ManifestFilegetManifestFile(DSSDocument manifestDocument) Parses and convertsDSSDocumenttoManifestFile
-
Method Details
-
getManifestFile
Parses and convertsDSSDocumenttoManifestFile- Parameters:
manifestDocument-DSSDocumentto parse- Returns:
ManifestFile
-
getLinkedManifest
public static DSSDocument getLinkedManifest(List<DSSDocument> manifestDocuments, String signatureName) Returns the relative manifests for the given signature name- Parameters:
manifestDocuments- list of found manifestsDSSDocumentin the container (candidates)signatureName-Stringname of the signature to get related manifest for- Returns:
DSSDocumentthe related manifests
-