Uses of Class
eu.europa.esig.dss.policy.jaxb.ConstraintsParameters
Package | Description |
---|---|
eu.europa.esig.dss.policy | |
eu.europa.esig.dss.policy.jaxb | |
eu.europa.esig.dss.validation |
-
Uses of ConstraintsParameters in eu.europa.esig.dss.policy
Methods in eu.europa.esig.dss.policy that return types with arguments of type ConstraintsParameters Modifier and Type Method Description protected JAXBElement<ConstraintsParameters>
ValidationPolicyFacade. wrap(ConstraintsParameters jaxbObject)
Methods in eu.europa.esig.dss.policy with parameters of type ConstraintsParameters Modifier and Type Method Description protected JAXBElement<ConstraintsParameters>
ValidationPolicyFacade. wrap(ConstraintsParameters jaxbObject)
Constructors in eu.europa.esig.dss.policy with parameters of type ConstraintsParameters Constructor Description EtsiValidationPolicy(ConstraintsParameters policy)
-
Uses of ConstraintsParameters in eu.europa.esig.dss.policy.jaxb
Methods in eu.europa.esig.dss.policy.jaxb that return ConstraintsParameters Modifier and Type Method Description ConstraintsParameters
ObjectFactory. createConstraintsParameters()
Create an instance ofConstraintsParameters
Methods in eu.europa.esig.dss.policy.jaxb that return types with arguments of type ConstraintsParameters Modifier and Type Method Description JAXBElement<ConstraintsParameters>
ObjectFactory. createConstraintsParameters(ConstraintsParameters value)
Methods in eu.europa.esig.dss.policy.jaxb with parameters of type ConstraintsParameters Modifier and Type Method Description JAXBElement<ConstraintsParameters>
ObjectFactory. createConstraintsParameters(ConstraintsParameters value)
-
Uses of ConstraintsParameters in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation with parameters of type ConstraintsParameters Modifier and Type Method Description Reports
DocumentValidator. validateDocument(ConstraintsParameters validationPolicyJaxb)
Validates the document and all its signatures.Reports
SignedDocumentValidator. validateDocument(ConstraintsParameters validationPolicyJaxb)
Validates the document and all its signatures.