Uses of Class
eu.europa.esig.dss.policy.jaxb.SignatureConstraints
Packages that use SignatureConstraints
-
Uses of SignatureConstraints in eu.europa.esig.dss.policy
Methods in eu.europa.esig.dss.policy that return SignatureConstraintsModifier and TypeMethodDescriptionEtsiValidationPolicy.getCounterSignatureConstraints()
ValidationPolicy.getCounterSignatureConstraints()
Returns the constraint used for Counter Signature validationEtsiValidationPolicy.getSignatureConstraints()
ValidationPolicy.getSignatureConstraints()
Returns the constraint used for Signature validation -
Uses of SignatureConstraints in eu.europa.esig.dss.policy.jaxb
Fields in eu.europa.esig.dss.policy.jaxb declared as SignatureConstraintsModifier and TypeFieldDescriptionprotected SignatureConstraints
ConstraintsParameters.counterSignatureConstraints
protected SignatureConstraints
ConstraintsParameters.signatureConstraints
Methods in eu.europa.esig.dss.policy.jaxb that return SignatureConstraintsModifier and TypeMethodDescriptionObjectFactory.createSignatureConstraints()
Create an instance ofSignatureConstraints
ConstraintsParameters.getCounterSignatureConstraints()
Gets the value of the counterSignatureConstraints property.ConstraintsParameters.getSignatureConstraints()
Gets the value of the signatureConstraints property.Methods in eu.europa.esig.dss.policy.jaxb with parameters of type SignatureConstraintsModifier and TypeMethodDescriptionvoid
ConstraintsParameters.setCounterSignatureConstraints
(SignatureConstraints value) Sets the value of the counterSignatureConstraints property.void
ConstraintsParameters.setSignatureConstraints
(SignatureConstraints value) Sets the value of the signatureConstraints property.