Package eu.europa.esig.dss.policy
Class LevelConstraintWrapper
java.lang.Object
eu.europa.esig.dss.policy.LevelConstraintWrapper
- All Implemented Interfaces:
LevelRule
- Direct Known Subclasses:
CertificateValuesConstraintWrapper
,CryptographicConstraintWrapper
,IntValueConstraintWrapper
,MultiValuesConstraintWrapper
,TimeConstraintWrapper
,ValueConstraintWrapper
Wraps
eu.europa.esig.dss.policy.jaxb.LevelConstraint
into a eu.europa.esig.dss.model.policy.LevelRule
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final LevelConstraint
The constraint containing the behavior rules for the corresponding check execution -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the original constraintgetLevel()
Gets the constraint execution level
-
Field Details
-
constraint
The constraint containing the behavior rules for the corresponding check execution
-
-
Constructor Details
-
LevelConstraintWrapper
Default constructor- Parameters:
constraint
-CryptographicConstraint
-
-
Method Details
-
getLevel
Description copied from interface:LevelRule
Gets the constraint execution level -
getConstraint
Gets the original constraint- Returns:
LevelConstraint
-