Class ASiCWithCAdESManifestParser
java.lang.Object
eu.europa.esig.dss.asic.cades.validation.ASiCWithCAdESManifestParser
This class parses the manifest document and produces a
ManifestFile
-
Method Summary
Modifier and TypeMethodDescriptionstatic DSSDocument
getLinkedManifest
(List<DSSDocument> manifestDocuments, String signatureName) Returns the relative manifests for the given signature namestatic ManifestFile
getManifestFile
(DSSDocument manifestDocument) Parses and convertsDSSDocument
toManifestFile
-
Method Details
-
getManifestFile
Parses and convertsDSSDocument
toManifestFile
- Parameters:
manifestDocument
-DSSDocument
to 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 manifestsDSSDocument
in the container (candidates)signatureName
-String
name of the signature to get related manifest for- Returns:
DSSDocument
the related manifests
-