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 DSSDocument
getLinkedManifest(List<DSSDocument> manifestDocuments, String signatureName)
Returns the relative manifests for the given signature namestatic ManifestFile
getManifestFile(DSSDocument manifestDocument)
Parses and convertsDSSDocument
toManifestFile
-
Constructor Details
-
ASiCEWithCAdESManifestParser
public ASiCEWithCAdESManifestParser()
-
-
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
-