Class ASiCEWithXAdESManifestParser

java.lang.Object
eu.europa.esig.dss.asic.xades.validation.ASiCEWithXAdESManifestParser

public class ASiCEWithXAdESManifestParser extends Object
This class parses the ASiC with XAdES manifest document and produces a ManifestFile
  • Constructor Details

    • ASiCEWithXAdESManifestParser

      public ASiCEWithXAdESManifestParser(DSSDocument manifestDocument)
      Constructor with a manifest document only (no assigned signature)
      Parameters:
      manifestDocument - DSSDocument to be parsed
    • ASiCEWithXAdESManifestParser

      public ASiCEWithXAdESManifestParser(DSSDocument signatureDocument, DSSDocument manifestDocument)
      The default constructor
      Parameters:
      signatureDocument - DSSDocument the linked signature
      manifestDocument - DSSDocument to be parsed
  • Method Details