3.org/TR/xmldsig-core/#def-ValidationReference">reference validation of all enclosed references using the {@link Reference#verify} method.
This step loops through all {@link Reference}s and does verify the hash values. If one or more verifications fail, the method returns false. If all verifications are successful, it returns true. The results of the individual reference validations are available by using the {@link #getVerificationResult(int)} method
@return true if all References verify, false if one or more do not verify.
@throws MissingResourceFailureException if a {@link Reference} does not verify (throws a {@link org.apache.xml.security.signature.ReferenceNotInitializedException} because of an uninitialized {@link XMLSignatureInput}
@see org.apache.xml.security.signature.Reference#verify
@see org.apache.xml.security.signature.SignedInfo#verify()
@see org.apache.xml.security.signature.MissingResourceFailureException
@throws XMLSecurityException