Class JAdESReferenceValidation
java.lang.Object
eu.europa.esig.dss.validation.ReferenceValidation
eu.europa.esig.dss.jades.validation.JAdESReferenceValidation
- All Implemented Interfaces:
Serializable
The JAdES reference validation result
- See Also:
-
Field Summary
Fields inherited from class eu.europa.esig.dss.validation.ReferenceValidation
transforms
-
Constructor Summary
ConstructorDescriptionDefault constructor with empty list of error messages -
Method Summary
Modifier and TypeMethodDescriptionGets error messages occurred during the reference validationvoid
setErrorMessages
(List<String> errorMessages) Sets error messages occurred during the reference validationMethods inherited from class eu.europa.esig.dss.validation.ReferenceValidation
getDependentValidations, getDigest, getName, getTransformationNames, getType, isDuplicated, isFound, isIntact, setDigest, setDuplicated, setFound, setIntact, setName, setTransformationNames, setType
-
Constructor Details
-
JAdESReferenceValidation
public JAdESReferenceValidation()Default constructor with empty list of error messages
-
-
Method Details