Class ASiCEWithCAdESManifestParser
java.lang.Object
eu.europa.esig.dss.asic.cades.validation.ASiCEWithCAdESManifestParser
public class ASiCEWithCAdESManifestParser extends Object
-
Constructor Summary
Constructors Constructor Description ASiCEWithCAdESManifestParser() -
Method Summary
Modifier and Type Method Description static DSSDocumentgetLinkedManifest(List<DSSDocument> manifestDocuments, String signatureName)Returns the relative manifests for the given signature namestatic ManifestFilegetManifestFile(DSSDocument manifestDocument)Parses and convertsDSSDocumenttoManifestFile
-
Constructor Details
-
ASiCEWithCAdESManifestParser
public ASiCEWithCAdESManifestParser()
-
-
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
-