Uses of Class
eu.europa.esig.dss.policy.jaxb.ValueConstraint
-
Uses of ValueConstraint in eu.europa.esig.dss.policy
Methods in eu.europa.esig.dss.policy that return ValueConstraint Modifier and Type Method Description ValueConstraint
EtsiValidationPolicy. getContentHintsConstraint()
ValueConstraint
ValidationPolicy. getContentHintsConstraint()
Indicates if the signed property: content-hints should be checked.ValueConstraint
EtsiValidationPolicy. getContentIdentifierConstraint()
ValueConstraint
ValidationPolicy. getContentIdentifierConstraint()
Indicates if the signed property: content-identifier should be checked.ValueConstraint
EtsiValidationPolicy. getContentTypeConstraint()
ValueConstraint
ValidationPolicy. getContentTypeConstraint()
Indicates if the signed property: content-type should be checked.ValueConstraint
EtsiValidationPolicy. getTLVersionConstraint()
ValueConstraint
ValidationPolicy. getTLVersionConstraint()
-
Uses of ValueConstraint in eu.europa.esig.dss.policy.jaxb
Fields in eu.europa.esig.dss.policy.jaxb declared as ValueConstraint Modifier and Type Field Description protected ValueConstraint
SignedAttributesConstraints. contentHints
protected ValueConstraint
SignedAttributesConstraints. contentIdentifier
protected ValueConstraint
SignedAttributesConstraints. contentType
protected ValueConstraint
EIDAS. tlVersion
Methods in eu.europa.esig.dss.policy.jaxb that return ValueConstraint Modifier and Type Method Description ValueConstraint
ObjectFactory. createValueConstraint()
Create an instance ofValueConstraint
ValueConstraint
SignedAttributesConstraints. getContentHints()
Gets the value of the contentHints property.ValueConstraint
SignedAttributesConstraints. getContentIdentifier()
Gets the value of the contentIdentifier property.ValueConstraint
SignedAttributesConstraints. getContentType()
Gets the value of the contentType property.ValueConstraint
EIDAS. getTLVersion()
Gets the value of the tlVersion property.Methods in eu.europa.esig.dss.policy.jaxb with parameters of type ValueConstraint Modifier and Type Method Description void
SignedAttributesConstraints. setContentHints(ValueConstraint value)
Sets the value of the contentHints property.void
SignedAttributesConstraints. setContentIdentifier(ValueConstraint value)
Sets the value of the contentIdentifier property.void
SignedAttributesConstraints. setContentType(ValueConstraint value)
Sets the value of the contentType property.void
EIDAS. setTLVersion(ValueConstraint value)
Sets the value of the tlVersion property. -
Uses of ValueConstraint in eu.europa.esig.dss.validation.process.bbb.sav.checks
Constructors in eu.europa.esig.dss.validation.process.bbb.sav.checks with parameters of type ValueConstraint Constructor Description ContentHintsCheck(I18nProvider i18nProvider, XmlSAV result, SignatureWrapper signature, ValueConstraint constraint)
ContentIdentifierCheck(I18nProvider i18nProvider, XmlSAV result, SignatureWrapper signature, ValueConstraint constraint)
ContentTypeCheck(I18nProvider i18nProvider, XmlSAV result, SignatureWrapper signature, ValueConstraint constraint)
-
Uses of ValueConstraint in eu.europa.esig.dss.validation.process.qualification.trust.checks
Constructors in eu.europa.esig.dss.validation.process.qualification.trust.checks with parameters of type ValueConstraint Constructor Description TLVersionCheck(I18nProvider i18nProvider, XmlTLAnalysis result, XmlTrustedList currentTl, Date currentTime, ValueConstraint constraint)