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 eu.europa.esig.dss.model.DSSDocumentgetLinkedManifest(List<eu.europa.esig.dss.model.DSSDocument> manifestDocuments, String signatureName)Returns the relative manifests for the given signature namestatic eu.europa.esig.dss.validation.ManifestFilegetManifestFile(eu.europa.esig.dss.model.DSSDocument manifestDocument)Parses and convertsDSSDocumenttoManifestFile
-
Constructor Details
-
ASiCEWithCAdESManifestParser
public ASiCEWithCAdESManifestParser()
-
-
Method Details
-
getManifestFile
public static eu.europa.esig.dss.validation.ManifestFile getManifestFile(eu.europa.esig.dss.model.DSSDocument manifestDocument)Parses and convertsDSSDocumenttoManifestFile- Parameters:
manifestDocument-DSSDocumentto parse- Returns:
ManifestFile
-
getLinkedManifest
public static eu.europa.esig.dss.model.DSSDocument getLinkedManifest(List<eu.europa.esig.dss.model.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
-