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 SignatureConstraintsConstraintsParameters.counterSignatureConstraintsprotected SignatureConstraintsConstraintsParameters.signatureConstraintsMethods in eu.europa.esig.dss.policy.jaxb that return SignatureConstraintsModifier and TypeMethodDescriptionObjectFactory.createSignatureConstraints()Create an instance ofSignatureConstraintsConstraintsParameters.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 TypeMethodDescriptionvoidConstraintsParameters.setCounterSignatureConstraints(SignatureConstraints value) Sets the value of the counterSignatureConstraints property.voidConstraintsParameters.setSignatureConstraints(SignatureConstraints value) Sets the value of the signatureConstraints property.