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 Summary
FieldsModifier and TypeFieldDescriptionprotected final LevelConstraintThe constraint containing the behavior rules for the corresponding check execution -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the original constrainteu.europa.esig.dss.enumerations.LevelgetLevel()
-
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
public eu.europa.esig.dss.enumerations.Level getLevel()- Specified by:
getLevelin interfaceeu.europa.esig.dss.model.policy.LevelRule
-
getConstraint
Gets the original constraint- Returns:
LevelConstraint
-