Package eu.europa.esig.dss.policy.jaxb
Class TimestampConstraints
- java.lang.Object
-
- eu.europa.esig.dss.policy.jaxb.TimestampConstraints
-
- All Implemented Interfaces:
Serializable
public class TimestampConstraints extends Object implements Serializable
Group of constraints on the timestampsJava class for TimestampConstraints complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimestampConstraints"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="TimestampDelay" type="{http://dss.esig.europa.eu/validation/policy}TimeConstraint" minOccurs="0"/> <element name="RevocationTimeAgainstBestSignatureTime" type="{http://dss.esig.europa.eu/validation/policy}LevelConstraint" minOccurs="0"/> <element name="BestSignatureTimeBeforeIssuanceDateOfSigningCertificate" type="{http://dss.esig.europa.eu/validation/policy}LevelConstraint" minOccurs="0"/> <element name="Coherence" 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> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected BasicSignatureConstraintsbasicSignatureConstraintsprotected LevelConstraintbestSignatureTimeBeforeIssuanceDateOfSigningCertificateprotected LevelConstraintcoherenceprotected LevelConstraintrevocationTimeAgainstBestSignatureTimeprotected TimeConstrainttimestampDelay
-
Constructor Summary
Constructors Constructor Description TimestampConstraints()
-
Method Summary
Modifier and Type Method Description BasicSignatureConstraintsgetBasicSignatureConstraints()Gets the value of the basicSignatureConstraints property.LevelConstraintgetBestSignatureTimeBeforeIssuanceDateOfSigningCertificate()Gets the value of the bestSignatureTimeBeforeIssuanceDateOfSigningCertificate property.LevelConstraintgetCoherence()Gets the value of the coherence property.LevelConstraintgetRevocationTimeAgainstBestSignatureTime()Gets the value of the revocationTimeAgainstBestSignatureTime property.TimeConstraintgetTimestampDelay()Gets the value of the timestampDelay property.voidsetBasicSignatureConstraints(BasicSignatureConstraints value)Sets the value of the basicSignatureConstraints property.voidsetBestSignatureTimeBeforeIssuanceDateOfSigningCertificate(LevelConstraint value)Sets the value of the bestSignatureTimeBeforeIssuanceDateOfSigningCertificate property.voidsetCoherence(LevelConstraint value)Sets the value of the coherence property.voidsetRevocationTimeAgainstBestSignatureTime(LevelConstraint value)Sets the value of the revocationTimeAgainstBestSignatureTime property.voidsetTimestampDelay(TimeConstraint value)Sets the value of the timestampDelay property.
-
-
-
Field Detail
-
timestampDelay
protected TimeConstraint timestampDelay
-
revocationTimeAgainstBestSignatureTime
protected LevelConstraint revocationTimeAgainstBestSignatureTime
-
bestSignatureTimeBeforeIssuanceDateOfSigningCertificate
protected LevelConstraint bestSignatureTimeBeforeIssuanceDateOfSigningCertificate
-
coherence
protected LevelConstraint coherence
-
basicSignatureConstraints
protected BasicSignatureConstraints basicSignatureConstraints
-
-
Method Detail
-
getTimestampDelay
public TimeConstraint getTimestampDelay()
Gets the value of the timestampDelay property.- Returns:
- possible object is
TimeConstraint
-
setTimestampDelay
public void setTimestampDelay(TimeConstraint value)
Sets the value of the timestampDelay property.- Parameters:
value- allowed object isTimeConstraint
-
getRevocationTimeAgainstBestSignatureTime
public LevelConstraint getRevocationTimeAgainstBestSignatureTime()
Gets the value of the revocationTimeAgainstBestSignatureTime property.- Returns:
- possible object is
LevelConstraint
-
setRevocationTimeAgainstBestSignatureTime
public void setRevocationTimeAgainstBestSignatureTime(LevelConstraint value)
Sets the value of the revocationTimeAgainstBestSignatureTime property.- Parameters:
value- allowed object isLevelConstraint
-
getBestSignatureTimeBeforeIssuanceDateOfSigningCertificate
public LevelConstraint getBestSignatureTimeBeforeIssuanceDateOfSigningCertificate()
Gets the value of the bestSignatureTimeBeforeIssuanceDateOfSigningCertificate property.- Returns:
- possible object is
LevelConstraint
-
setBestSignatureTimeBeforeIssuanceDateOfSigningCertificate
public void setBestSignatureTimeBeforeIssuanceDateOfSigningCertificate(LevelConstraint value)
Sets the value of the bestSignatureTimeBeforeIssuanceDateOfSigningCertificate property.- Parameters:
value- allowed object isLevelConstraint
-
getCoherence
public LevelConstraint getCoherence()
Gets the value of the coherence property.- Returns:
- possible object is
LevelConstraint
-
setCoherence
public void setCoherence(LevelConstraint value)
Sets the value of the coherence property.- Parameters:
value- allowed object isLevelConstraint
-
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 isBasicSignatureConstraints
-
-