Class CertificateValuesConstraint

java.lang.Object
eu.europa.esig.dss.policy.jaxb.LevelConstraint
eu.europa.esig.dss.policy.jaxb.CertificateValuesConstraint
All Implemented Interfaces:
Serializable

public class CertificateValuesConstraint extends LevelConstraint implements 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: