Package eu.europa.esig.dss.policy.jaxb
Class CertificateValuesConstraint
java.lang.Object
eu.europa.esig.dss.policy.jaxb.LevelConstraint
eu.europa.esig.dss.policy.jaxb.CertificateValuesConstraint
- All Implemented Interfaces:
Serializable
Certificate check : follows the specified level behavior if the current certificate matches one if the conditions. '*' can be used and means any value.
Java class for CertificateValuesConstraint complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CertificateValuesConstraint"> <complexContent> <extension base="{http://dss.esig.europa.eu/validation/policy}LevelConstraint"> <sequence> <element name="CertificateExtensions" type="{http://dss.esig.europa.eu/validation/policy}MultiValuesConstraint" minOccurs="0"/> <element name="CertificatePolicies" type="{http://dss.esig.europa.eu/validation/policy}MultiValuesConstraint" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
-
Field Summary
Fields inherited from class eu.europa.esig.dss.policy.jaxb.LevelConstraint
level
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the certificateExtensions property.Gets the value of the certificatePolicies property.void
Sets the value of the certificateExtensions property.void
Sets the value of the certificatePolicies property.Methods inherited from class eu.europa.esig.dss.policy.jaxb.LevelConstraint
getLevel, setLevel
-
Field Details
-
certificateExtensions
-
certificatePolicies
-
-
Constructor Details
-
CertificateValuesConstraint
public CertificateValuesConstraint()
-
-
Method Details
-
getCertificateExtensions
Gets the value of the certificateExtensions property.- Returns:
- possible object is
MultiValuesConstraint
-
setCertificateExtensions
Sets the value of the certificateExtensions property.- Parameters:
value
- allowed object isMultiValuesConstraint
-
getCertificatePolicies
Gets the value of the certificatePolicies property.- Returns:
- possible object is
MultiValuesConstraint
-
setCertificatePolicies
Sets the value of the certificatePolicies property.- Parameters:
value
- allowed object isMultiValuesConstraint
-