Class LevelConstraintWrapper

java.lang.Object
eu.europa.esig.dss.policy.LevelConstraintWrapper
All Implemented Interfaces:
eu.europa.esig.dss.model.policy.LevelRule
Direct Known Subclasses:
CertificateValuesConstraintWrapper, CryptographicConstraintWrapper, IntValueConstraintWrapper, MultiValuesConstraintWrapper, TimeConstraintWrapper, ValueConstraintWrapper

public class LevelConstraintWrapper extends Object implements eu.europa.esig.dss.model.policy.LevelRule
Wraps eu.europa.esig.dss.policy.jaxb.LevelConstraint into a eu.europa.esig.dss.model.policy.LevelRule
  • Field Details

    • constraint

      protected final LevelConstraint constraint
      The constraint containing the behavior rules for the corresponding check execution
  • Constructor Details

  • Method Details

    • getLevel

      public eu.europa.esig.dss.enumerations.Level getLevel()
      Specified by:
      getLevel in interface eu.europa.esig.dss.model.policy.LevelRule
    • getConstraint

      public LevelConstraint getConstraint()
      Gets the original constraint
      Returns:
      LevelConstraint