Uses of Class
eu.europa.esig.dss.policy.jaxb.IntValueConstraint
Packages that use IntValueConstraint
Package
Description
-
Uses of IntValueConstraint in eu.europa.esig.dss.policy
Methods in eu.europa.esig.dss.policy that return IntValueConstraintModifier and TypeMethodDescriptionEtsiValidationPolicy.getCertificateMinQcEuLimitValueConstraint
(Context context, SubContext subContext) ValidationPolicy.getCertificateMinQcEuLimitValueConstraint
(Context context, SubContext subContext) Indicates the minimal allowed QcEuLimitValue transaction limit for which the end user certificate used for the signature can be used.EtsiValidationPolicy.getCertificateMinQcEuRetentionPeriodConstraint
(Context context, SubContext subContext) ValidationPolicy.getCertificateMinQcEuRetentionPeriodConstraint
(Context context, SubContext subContext) Indicates the minimal allowed QC retention period for material information relevant to the use of the end user certificate used for the signature. -
Uses of IntValueConstraint in eu.europa.esig.dss.policy.jaxb
Fields in eu.europa.esig.dss.policy.jaxb declared as IntValueConstraintModifier and TypeFieldDescriptionprotected IntValueConstraint
CertificateConstraints.minQcEuLimitValue
protected IntValueConstraint
CertificateConstraints.minQcEuRetentionPeriod
Methods in eu.europa.esig.dss.policy.jaxb that return IntValueConstraintModifier and TypeMethodDescriptionObjectFactory.createIntValueConstraint()
Create an instance ofIntValueConstraint
CertificateConstraints.getMinQcEuLimitValue()
Gets the value of the minQcEuLimitValue property.CertificateConstraints.getMinQcEuRetentionPeriod()
Gets the value of the minQcEuRetentionPeriod property.Methods in eu.europa.esig.dss.policy.jaxb with parameters of type IntValueConstraintModifier and TypeMethodDescriptionvoid
CertificateConstraints.setMinQcEuLimitValue
(IntValueConstraint value) Sets the value of the minQcEuLimitValue property.void
CertificateConstraints.setMinQcEuRetentionPeriod
(IntValueConstraint value) Sets the value of the minQcEuRetentionPeriod property. -
Uses of IntValueConstraint 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 IntValueConstraintModifierConstructorDescriptionCertificateMinQcEuRetentionPeriodCheck
(I18nProvider i18nProvider, XmlSubXCV result, CertificateWrapper certificate, IntValueConstraint constraint) Default constructorCertificateMinQcTransactionLimitCheck
(I18nProvider i18nProvider, XmlSubXCV result, CertificateWrapper certificate, IntValueConstraint constraint) Default constructor