log.debug("SignatureValue = "
+ HexDump.byteArrayToHexString(sigBytes));
//Have SignatureAlgorithm sign the input bytes and compare them to the
//bytes that were stored in the signature.
boolean verify = sa.verify(sigBytes);
return verify;
} catch (XMLSecurityException ex) {
throw new XMLSignatureException("empty", ex);
} catch (IOException ex) {