Class RevocationConstraints

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

public class RevocationConstraints extends LevelConstraint implements Serializable
Group of constraints on the revocation data

Java class for RevocationConstraints complex type.

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

 <complexType name="RevocationConstraints">
   <complexContent>
     <extension base="{http://dss.esig.europa.eu/validation/policy}LevelConstraint">
       <sequence>
         <element name="UnknownStatus" type="{http://dss.esig.europa.eu/validation/policy}LevelConstraint" minOccurs="0"/>
         <element name="OCSPResponderIdMatch" type="{http://dss.esig.europa.eu/validation/policy}LevelConstraint" minOccurs="0"/>
         <element name="OCSPCertHashPresent" type="{http://dss.esig.europa.eu/validation/policy}LevelConstraint" minOccurs="0"/>
         <element name="OCSPCertHashMatch" type="{http://dss.esig.europa.eu/validation/policy}LevelConstraint" minOccurs="0"/>
         <element name="SelfIssuedOCSP" type="{http://dss.esig.europa.eu/validation/policy}LevelConstraint" minOccurs="0"/>
         <element name="BasicSignatureConstraints" type="{http://dss.esig.europa.eu/validation/policy}BasicSignatureConstraints" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also: