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="ThisUpdatePresent" type="{http://dss.esig.europa.eu/validation/policy}LevelConstraint" minOccurs="0"/>
         <element name="RevocationIssuerKnown" type="{http://dss.esig.europa.eu/validation/policy}LevelConstraint" minOccurs="0"/>
         <element name="RevocationIssuerValidAtProductionTime" type="{http://dss.esig.europa.eu/validation/policy}LevelConstraint" minOccurs="0"/>
         <element name="RevocationAfterCertificateIssuance" type="{http://dss.esig.europa.eu/validation/policy}LevelConstraint" minOccurs="0"/>
         <element name="RevocationHasInformationAboutCertificate" 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
    • getThisUpdatePresent

      public LevelConstraint getThisUpdatePresent()
      Gets the value of the thisUpdatePresent property.
      Returns:
      possible object is LevelConstraint
    • setThisUpdatePresent

      public void setThisUpdatePresent(LevelConstraint value)
      Sets the value of the thisUpdatePresent property.
      Parameters:
      value - allowed object is LevelConstraint
    • getRevocationIssuerKnown

      public LevelConstraint getRevocationIssuerKnown()
      Gets the value of the revocationIssuerKnown property.
      Returns:
      possible object is LevelConstraint
    • setRevocationIssuerKnown

      public void setRevocationIssuerKnown(LevelConstraint value)
      Sets the value of the revocationIssuerKnown property.
      Parameters:
      value - allowed object is LevelConstraint
    • getRevocationIssuerValidAtProductionTime

      public LevelConstraint getRevocationIssuerValidAtProductionTime()
      Gets the value of the revocationIssuerValidAtProductionTime property.
      Returns:
      possible object is LevelConstraint
    • setRevocationIssuerValidAtProductionTime

      public void setRevocationIssuerValidAtProductionTime(LevelConstraint value)
      Sets the value of the revocationIssuerValidAtProductionTime property.
      Parameters:
      value - allowed object is LevelConstraint
    • getRevocationAfterCertificateIssuance

      public LevelConstraint getRevocationAfterCertificateIssuance()
      Gets the value of the revocationAfterCertificateIssuance property.
      Returns:
      possible object is LevelConstraint
    • setRevocationAfterCertificateIssuance

      public void setRevocationAfterCertificateIssuance(LevelConstraint value)
      Sets the value of the revocationAfterCertificateIssuance property.
      Parameters:
      value - allowed object is LevelConstraint
    • getRevocationHasInformationAboutCertificate

      public LevelConstraint getRevocationHasInformationAboutCertificate()
      Gets the value of the revocationHasInformationAboutCertificate property.
      Returns:
      possible object is LevelConstraint
    • setRevocationHasInformationAboutCertificate

      public void setRevocationHasInformationAboutCertificate(LevelConstraint value)
      Sets the value of the revocationHasInformationAboutCertificate 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