Uses of Class
eu.europa.esig.dss.policy.jaxb.IntValueConstraint
Package
Description
-
Uses of IntValueConstraint in eu.europa.esig.dss.policy
Modifier 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
Modifier and TypeFieldDescriptionprotected IntValueConstraint
CertificateConstraints.minQcEuLimitValue
protected IntValueConstraint
CertificateConstraints.minQcEuRetentionPeriod
Modifier 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.Modifier 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
ModifierConstructorDescriptionCertificateMinQcEuRetentionPeriodCheck
(I18nProvider i18nProvider, XmlSubXCV result, CertificateWrapper certificate, IntValueConstraint constraint) Default constructorCertificateMinQcTransactionLimitCheck
(I18nProvider i18nProvider, XmlSubXCV result, CertificateWrapper certificate, IntValueConstraint constraint) Default constructor