Uses of Class
eu.europa.esig.dss.policy.jaxb.SignatureConstraints
-
Uses of SignatureConstraints in eu.europa.esig.dss.policy
Modifier 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
Modifier and TypeFieldDescriptionprotected SignatureConstraints
ConstraintsParameters.counterSignatureConstraints
protected SignatureConstraints
ConstraintsParameters.signatureConstraints
Modifier 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.Modifier 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.