Uses of Class
eu.europa.esig.dss.policy.jaxb.ValueConstraint
-
-
Uses of ValueConstraint in eu.europa.esig.dss.policy
Methods in eu.europa.esig.dss.policy that return ValueConstraint Modifier and Type Method Description ValueConstraintEtsiValidationPolicy. getContentHintsConstraint()ValueConstraintValidationPolicy. getContentHintsConstraint()Indicates if the signed property: content-hints should be checked.ValueConstraintEtsiValidationPolicy. getContentIdentifierConstraint()ValueConstraintValidationPolicy. getContentIdentifierConstraint()Indicates if the signed property: content-identifier should be checked.ValueConstraintEtsiValidationPolicy. getContentTypeConstraint()ValueConstraintValidationPolicy. getContentTypeConstraint()Indicates if the signed property: content-type should be checked.ValueConstraintEtsiValidationPolicy. getTLVersionConstraint()ValueConstraintValidationPolicy. getTLVersionConstraint() -
Uses of ValueConstraint in eu.europa.esig.dss.policy.jaxb
Fields in eu.europa.esig.dss.policy.jaxb declared as ValueConstraint Modifier and Type Field Description protected ValueConstraintSignedAttributesConstraints. contentHintsprotected ValueConstraintSignedAttributesConstraints. contentIdentifierprotected ValueConstraintSignedAttributesConstraints. contentTypeprotected ValueConstraintEIDAS. tlVersionMethods in eu.europa.esig.dss.policy.jaxb that return ValueConstraint Modifier and Type Method Description ValueConstraintObjectFactory. createValueConstraint()Create an instance ofValueConstraintValueConstraintSignedAttributesConstraints. getContentHints()Gets the value of the contentHints property.ValueConstraintSignedAttributesConstraints. getContentIdentifier()Gets the value of the contentIdentifier property.ValueConstraintSignedAttributesConstraints. getContentType()Gets the value of the contentType property.ValueConstraintEIDAS. getTLVersion()Gets the value of the tlVersion property.Methods in eu.europa.esig.dss.policy.jaxb with parameters of type ValueConstraint Modifier and Type Method Description voidSignedAttributesConstraints. 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.voidEIDAS. setTLVersion(ValueConstraint value)Sets the value of the tlVersion property. -
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 ValueConstraint Constructor Description ContentHintsCheck(XmlSAV result, SignatureWrapper signature, ValueConstraint constraint)ContentIdentifierCheck(XmlSAV result, SignatureWrapper signature, ValueConstraint constraint)ContentTypeCheck(XmlSAV result, SignatureWrapper signature, ValueConstraint constraint) -
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 ValueConstraint Constructor Description TLVersionCheck(XmlTLAnalysis result, XmlTrustedList currentTl, Date currentTime, ValueConstraint constraint)
-