Uses of Class
eu.europa.esig.dss.policy.jaxb.ValueConstraint
Packages that use ValueConstraint
Package
Description
-
Uses of ValueConstraint in eu.europa.esig.dss.policy
Methods in eu.europa.esig.dss.policy that return ValueConstraintModifier 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
Fields in eu.europa.esig.dss.policy.jaxb declared as ValueConstraintModifier and TypeFieldDescriptionprotected ValueConstraintSignedAttributesConstraints.contentHintsprotected ValueConstraintSignedAttributesConstraints.contentIdentifierprotected ValueConstraintSignedAttributesConstraints.contentTypeprotected ValueConstraintCertificateConstraints.qcEuLimitValueCurrencyprotected ValueConstraintEIDAS.tlVersionMethods in eu.europa.esig.dss.policy.jaxb that return ValueConstraintModifier and TypeMethodDescriptionObjectFactory.createValueConstraint()Create an instance ofValueConstraintSignedAttributesConstraints.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.Methods in eu.europa.esig.dss.policy.jaxb with parameters of type ValueConstraintModifier and TypeMethodDescriptionvoidSignedAttributesConstraints.setContentHints(ValueConstraint value) Sets the value of the contentHints property.voidSignedAttributesConstraints.setContentIdentifier(ValueConstraint value) Sets the value of the contentIdentifier property.voidSignedAttributesConstraints.setContentType(ValueConstraint value) Sets the value of the contentType property.voidCertificateConstraints.setQcEuLimitValueCurrency(ValueConstraint value) Sets the value of the qcEuLimitValueCurrency property.voidEIDAS.setTLVersion(ValueConstraint value) Sets the value of the tlVersion property. -
Uses of ValueConstraint in eu.europa.esig.dss.validation.process.bbb
Constructors in eu.europa.esig.dss.validation.process.bbb with parameters of type ValueConstraintModifierConstructorDescriptionprotectedAbstractValueCheckItem(I18nProvider i18nProvider, T result, ValueConstraint constraint) Default constructor -
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 ValueConstraintModifierConstructorDescriptionContentHintsCheck(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
Constructors in eu.europa.esig.dss.validation.process.bbb.xcv.sub.checks with parameters of type ValueConstraintModifierConstructorDescriptionCertificateQcEuLimitValueCurrencyCheck(I18nProvider i18nProvider, XmlSubXCV result, CertificateWrapper certificate, ValueConstraint constraint) Default constructor -
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 ValueConstraintModifierConstructorDescriptionTLVersionCheck(I18nProvider i18nProvider, XmlTLAnalysis result, XmlTrustedList currentTl, Date currentTime, ValueConstraint constraint) Default constructor