Class JAdESReferenceValidation
java.lang.Object
eu.europa.esig.dss.validation.ReferenceValidation
eu.europa.esig.dss.jades.validation.JAdESReferenceValidation
- All Implemented Interfaces:
Serializable
public class JAdESReferenceValidation extends ReferenceValidation
The JAdES reference validation result
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class eu.europa.esig.dss.validation.ReferenceValidation
transforms
-
Constructor Summary
Constructors Constructor Description JAdESReferenceValidation()
-
Method Summary
Modifier and Type Method Description List<String>
getErrorMessages()
Gets 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()
-
-
Method Details