Class ASiCWithCAdESManifestParser

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

@Deprecated public class ASiCWithCAdESManifestParser extends Object
Deprecated.
since DSS 5.13. Use eu.europa.esig.dss.asic.common.validation.ASiCManifestParser class instead.
This class parses the manifest document and produces a ManifestFile
  • Method Details

    • getManifestFile

      @Deprecated public static ManifestFile getManifestFile(DSSDocument manifestDocument)
      Deprecated.
      since DSS 5.13. Use ASiCManifestParser.getManifestFile(manifestDocument) instead.
      Parses and converts DSSDocument to ManifestFile
      Parameters:
      manifestDocument - DSSDocument to parse
      Returns:
      ManifestFile
    • getLinkedManifest

      @Deprecated public static DSSDocument getLinkedManifest(List<DSSDocument> manifestDocuments, String signatureName)
      Deprecated.
      since DSS 5.13. Use ASiCManifestParser.getLinkedManifest(manifestDocuments, signatureName) instead.
      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