Uses of Class
eu.europa.esig.dss.policy.jaxb.ValueConstraint
Package
Description
-
Uses of ValueConstraint in eu.europa.esig.dss.policy
Modifier and TypeMethodDescriptionEtsiValidationPolicy.getCertificateQcEuLimitValueCurrencyConstraint
(Context context, SubContext subContext) ValidationPolicy.getCertificateQcEuLimitValueCurrencyConstraint
(Context context, SubContext subContext) Indicates the allowed currency used to specify certificate's QCLimitValue statement.EtsiValidationPolicy.getContentHintsConstraint
(Context context) ValidationPolicy.getContentHintsConstraint
(Context context) Indicates if the signed property: content-hints should be checked.EtsiValidationPolicy.getContentIdentifierConstraint
(Context context) ValidationPolicy.getContentIdentifierConstraint
(Context context) Indicates if the signed property: content-identifier should be checked.EtsiValidationPolicy.getContentTypeConstraint
(Context context) ValidationPolicy.getContentTypeConstraint
(Context context) Indicates if the signed property: content-type should be checked.EtsiValidationPolicy.getTLVersionConstraint()
ValidationPolicy.getTLVersionConstraint()
Returns TLVersion constraint if present in the policy, null otherwise -
Uses of ValueConstraint in eu.europa.esig.dss.policy.jaxb
Modifier and TypeFieldDescriptionprotected ValueConstraint
SignedAttributesConstraints.contentHints
protected ValueConstraint
SignedAttributesConstraints.contentIdentifier
protected ValueConstraint
SignedAttributesConstraints.contentType
protected ValueConstraint
CertificateConstraints.qcEuLimitValueCurrency
protected ValueConstraint
EIDAS.tlVersion
Modifier and TypeMethodDescriptionObjectFactory.createValueConstraint()
Create an instance ofValueConstraint
SignedAttributesConstraints.getContentHints()
Gets the value of the contentHints property.SignedAttributesConstraints.getContentIdentifier()
Gets the value of the contentIdentifier property.SignedAttributesConstraints.getContentType()
Gets the value of the contentType property.CertificateConstraints.getQcEuLimitValueCurrency()
Gets the value of the qcEuLimitValueCurrency property.EIDAS.getTLVersion()
Gets the value of the tlVersion property.Modifier and TypeMethodDescriptionvoid
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
CertificateConstraints.setQcEuLimitValueCurrency
(ValueConstraint value) Sets the value of the qcEuLimitValueCurrency property.void
EIDAS.setTLVersion
(ValueConstraint value) Sets the value of the tlVersion property. -
Uses of ValueConstraint in eu.europa.esig.dss.validation.process.bbb
ModifierConstructorDescriptionprotected
AbstractValueCheckItem
(I18nProvider i18nProvider, T result, ValueConstraint constraint) Default constructor -
Uses of ValueConstraint in eu.europa.esig.dss.validation.process.bbb.sav.checks
ModifierConstructorDescriptionContentHintsCheck
(I18nProvider i18nProvider, XmlSAV result, SignatureWrapper signature, ValueConstraint constraint) Default constructorContentIdentifierCheck
(I18nProvider i18nProvider, XmlSAV result, SignatureWrapper signature, ValueConstraint constraint) Default constructorContentTypeCheck
(I18nProvider i18nProvider, XmlSAV result, SignatureWrapper signature, ValueConstraint constraint) Default constructor -
Uses of ValueConstraint in eu.europa.esig.dss.validation.process.bbb.xcv.sub.checks
ModifierConstructorDescriptionCertificateQcEuLimitValueCurrencyCheck
(I18nProvider i18nProvider, XmlSubXCV result, CertificateWrapper certificate, ValueConstraint constraint) Default constructor -
Uses of ValueConstraint in eu.europa.esig.dss.validation.process.qualification.trust.checks
ModifierConstructorDescriptionTLVersionCheck
(I18nProvider i18nProvider, XmlTLAnalysis result, XmlTrustedList currentTl, Date currentTime, ValueConstraint constraint) Default constructor