Class AbstractAlgorithmCryptographicChecker

java.lang.Object
eu.europa.esig.dss.validation.process.Chain<XmlCC>
eu.europa.esig.dss.validation.process.bbb.aov.cc.AbstractAlgorithmCryptographicChecker
Direct Known Subclasses:
DigestAlgorithmCryptographicChecker, SignatureAlgorithmCryptographicChecker

public abstract class AbstractAlgorithmCryptographicChecker extends Chain<XmlCC>
Abstract class to perform cryptographic validation
  • Field Details

    • ALGORITHM_UNIDENTIFIED

      protected static final String ALGORITHM_UNIDENTIFIED
      The name string for a unidentified (unsupported) algorithm
      See Also:
    • ALGORITHM_UNIDENTIFIED_URN

      protected static final String ALGORITHM_UNIDENTIFIED_URN
      The urn for a not identified (unsupported) algorithm
      See Also:
    • validationDate

      protected final Date validationDate
      The validation time
    • cryptographicSuite

      protected final CryptographicSuite cryptographicSuite
      Cryptographic constraint
    • position

      protected final MessageTag position
      The validation constraint position
    • cryptographicAlgorithm

      protected XmlCryptographicAlgorithm cryptographicAlgorithm
      The verified cryptographic algorithm
  • Constructor Details

  • Method Details