If
true is returned then the verifier will go-on as if there was no validation failure. If
false is returned than the verifier will throw an {@link XmlSignatureInvalidException}.
Best practice is to return false
to ensure that after a core validation failure, the verification fails.
@return true or false
@throws Exception