Class CMSDocumentAnalyzer

java.lang.Object
eu.europa.esig.dss.spi.validation.analyzer.DefaultDocumentAnalyzer
eu.europa.esig.dss.cades.validation.CMSDocumentAnalyzer
All Implemented Interfaces:
DocumentAnalyzer

public class CMSDocumentAnalyzer extends DefaultDocumentAnalyzer
Validation of CMS document
  • Field Details

    • cms

      protected CMS cms
      The CMS to be validated
  • Constructor Details

    • CMSDocumentAnalyzer

      @Deprecated public CMSDocumentAnalyzer(org.bouncycastle.cms.CMSSignedData cmsSignedData)
      Deprecated.
      since DSS 6.3. Please use new CMSDocumentAnalyzer(CMS cms) constructor instead.
      The default constructor for CMSDocumentAnalyzer.
      Parameters:
      cmsSignedData - pkcs7-signature(s)
    • CMSDocumentAnalyzer

      public CMSDocumentAnalyzer(CMS cms)
      The constructor for CMSDocumentAnalyzer creation from a CMS.
      Parameters:
      cms - CMS representing the pkcs7-signature(s)
    • CMSDocumentAnalyzer

      public CMSDocumentAnalyzer(DSSDocument document)
      The default constructor for CMSDocumentAnalyzer creation from a DSSDocument.
      Parameters:
      document - document to validate (with the signature(s))
  • Method Details