Class ASiCEWithCAdESManifestParser

java.lang.Object
eu.europa.esig.dss.asic.cades.validation.ASiCEWithCAdESManifestParser

public class ASiCEWithCAdESManifestParser
extends Object
  • Constructor Details

  • Method Details

    • getManifestFile

      public static eu.europa.esig.dss.validation.ManifestFile getManifestFile​(eu.europa.esig.dss.model.DSSDocument manifestDocument)
      Parses and converts DSSDocument to ManifestFile
      Parameters:
      manifestDocument - DSSDocument to 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 manifests DSSDocument in the container (candidates)
      signatureName - String name of the signature to get related manifest for
      Returns:
      DSSDocument the related manifests