Class ConstraintsParameters

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

public class ConstraintsParameters extends Object implements Serializable
Root element for the DSS validation policy : that allows customization of the validation process : add/remove checks and set its criticality.

Java class for ConstraintsParameters complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ConstraintsParameters">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ContainerConstraints" type="{http://dss.esig.europa.eu/validation/policy}ContainerConstraints" minOccurs="0"/>
         <element name="PDFAConstraints" type="{http://dss.esig.europa.eu/validation/policy}PDFAConstraints" minOccurs="0"/>
         <element name="SignatureConstraints" type="{http://dss.esig.europa.eu/validation/policy}SignatureConstraints" minOccurs="0"/>
         <element name="CounterSignatureConstraints" type="{http://dss.esig.europa.eu/validation/policy}SignatureConstraints" minOccurs="0"/>
         <element name="Timestamp" type="{http://dss.esig.europa.eu/validation/policy}TimestampConstraints" minOccurs="0"/>
         <element name="Revocation" type="{http://dss.esig.europa.eu/validation/policy}RevocationConstraints" minOccurs="0"/>
         <element name="Cryptographic" type="{http://dss.esig.europa.eu/validation/policy}CryptographicConstraint" minOccurs="0"/>
         <element name="Model" type="{http://dss.esig.europa.eu/validation/policy}ModelConstraint" minOccurs="0"/>
         <element name="eIDAS" type="{http://dss.esig.europa.eu/validation/policy}eIDAS" minOccurs="0"/>
       </sequence>
       <attribute name="Name" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also: