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:
  • Field Details

  • Constructor Details

    • RevocationConstraints

      public RevocationConstraints()
  • Method Details

    • getUnknownStatus

      public LevelConstraint getUnknownStatus()
      Gets the value of the unknownStatus property.
      Returns:
      possible object is LevelConstraint
    • setUnknownStatus

      public void setUnknownStatus(LevelConstraint value)
      Sets the value of the unknownStatus property.
      Parameters:
      value - allowed object is LevelConstraint
    • getOCSPResponderIdMatch

      public LevelConstraint getOCSPResponderIdMatch()
      Gets the value of the ocspResponderIdMatch property.
      Returns:
      possible object is LevelConstraint
    • setOCSPResponderIdMatch

      public void setOCSPResponderIdMatch(LevelConstraint value)
      Sets the value of the ocspResponderIdMatch property.
      Parameters:
      value - allowed object is LevelConstraint
    • getOCSPCertHashPresent

      public LevelConstraint getOCSPCertHashPresent()
      Gets the value of the ocspCertHashPresent property.
      Returns:
      possible object is LevelConstraint
    • setOCSPCertHashPresent

      public void setOCSPCertHashPresent(LevelConstraint value)
      Sets the value of the ocspCertHashPresent property.
      Parameters:
      value - allowed object is LevelConstraint
    • getOCSPCertHashMatch

      public LevelConstraint getOCSPCertHashMatch()
      Gets the value of the ocspCertHashMatch property.
      Returns:
      possible object is LevelConstraint
    • setOCSPCertHashMatch

      public void setOCSPCertHashMatch(LevelConstraint value)
      Sets the value of the ocspCertHashMatch property.
      Parameters:
      value - allowed object is LevelConstraint
    • getSelfIssuedOCSP

      public LevelConstraint getSelfIssuedOCSP()
      Gets the value of the selfIssuedOCSP property.
      Returns:
      possible object is LevelConstraint
    • setSelfIssuedOCSP

      public void setSelfIssuedOCSP(LevelConstraint value)
      Sets the value of the selfIssuedOCSP property.
      Parameters:
      value - allowed object is LevelConstraint
    • getBasicSignatureConstraints

      public BasicSignatureConstraints getBasicSignatureConstraints()
      Gets the value of the basicSignatureConstraints property.
      Returns:
      possible object is BasicSignatureConstraints
    • setBasicSignatureConstraints

      public void setBasicSignatureConstraints(BasicSignatureConstraints value)
      Sets the value of the basicSignatureConstraints property.
      Parameters:
      value - allowed object is BasicSignatureConstraints