Uses of Class
eu.europa.esig.dss.policy.jaxb.ValueConstraint
Packages that use ValueConstraint
-
Uses of ValueConstraint in eu.europa.esig.dss.policy
Constructors in eu.europa.esig.dss.policy with parameters of type ValueConstraintModifierConstructorDescriptionValueConstraintWrapper
(ValueConstraint constraint) Default constructor -
Uses of ValueConstraint in eu.europa.esig.dss.policy.jaxb
Fields in eu.europa.esig.dss.policy.jaxb declared as ValueConstraintModifier and TypeFieldDescriptionprotected ValueConstraint
SignedAttributesConstraints.contentHints
protected ValueConstraint
SignedAttributesConstraints.contentIdentifier
protected ValueConstraint
SignedAttributesConstraints.contentType
protected ValueConstraint
CertificateConstraints.qcEuLimitValueCurrency
Methods in eu.europa.esig.dss.policy.jaxb that return ValueConstraintModifier 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.Methods in eu.europa.esig.dss.policy.jaxb with parameters of type ValueConstraintModifier 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.