Package eu.europa.esig.dss.policy.jaxb
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="RevocationFreshness" type="{http://dss.esig.europa.eu/validation/policy}TimeConstraint" minOccurs="0"/> <element name="UnknownStatus" 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="BasicSignatureConstraints" type="{http://dss.esig.europa.eu/validation/policy}BasicSignatureConstraints" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected BasicSignatureConstraints
basicSignatureConstraints
protected LevelConstraint
ocspCertHashMatch
protected LevelConstraint
ocspCertHashPresent
protected TimeConstraint
revocationFreshness
protected LevelConstraint
unknownStatus
-
Constructor Summary
Constructors Constructor Description RevocationConstraints()
-
Method Summary
Modifier and Type Method Description BasicSignatureConstraints
getBasicSignatureConstraints()
Gets the value of the basicSignatureConstraints property.LevelConstraint
getOCSPCertHashMatch()
Gets the value of the ocspCertHashMatch property.LevelConstraint
getOCSPCertHashPresent()
Gets the value of the ocspCertHashPresent property.TimeConstraint
getRevocationFreshness()
Gets the value of the revocationFreshness property.LevelConstraint
getUnknownStatus()
Gets the value of the unknownStatus property.void
setBasicSignatureConstraints(BasicSignatureConstraints value)
Sets the value of the basicSignatureConstraints property.void
setOCSPCertHashMatch(LevelConstraint value)
Sets the value of the ocspCertHashMatch property.void
setOCSPCertHashPresent(LevelConstraint value)
Sets the value of the ocspCertHashPresent property.void
setRevocationFreshness(TimeConstraint value)
Sets the value of the revocationFreshness property.void
setUnknownStatus(LevelConstraint value)
Sets the value of the unknownStatus property.
-
Field Details
-
Constructor Details
-
RevocationConstraints
public RevocationConstraints()
-
-
Method Details
-
getRevocationFreshness
Gets the value of the revocationFreshness property.- Returns:
- possible object is
TimeConstraint
-
setRevocationFreshness
Sets the value of the revocationFreshness property.- Parameters:
value
- allowed object isTimeConstraint
-
getUnknownStatus
Gets the value of the unknownStatus property.- Returns:
- possible object is
LevelConstraint
-
setUnknownStatus
Sets the value of the unknownStatus property.- Parameters:
value
- allowed object isLevelConstraint
-
getOCSPCertHashPresent
Gets the value of the ocspCertHashPresent property.- Returns:
- possible object is
LevelConstraint
-
setOCSPCertHashPresent
Sets the value of the ocspCertHashPresent property.- Parameters:
value
- allowed object isLevelConstraint
-
getOCSPCertHashMatch
Gets the value of the ocspCertHashMatch property.- Returns:
- possible object is
LevelConstraint
-
setOCSPCertHashMatch
Sets the value of the ocspCertHashMatch property.- Parameters:
value
- allowed object isLevelConstraint
-
getBasicSignatureConstraints
Gets the value of the basicSignatureConstraints property.- Returns:
- possible object is
BasicSignatureConstraints
-
setBasicSignatureConstraints
Sets the value of the basicSignatureConstraints property.- Parameters:
value
- allowed object isBasicSignatureConstraints
-