* @throws Exception
*/
public void test_twenty_three_enveloping_hmac_sha1() throws Exception {
String filename = merlinsDir23 + "signature-enveloping-hmac-sha1.xml";
boolean verify = this.verifyHMAC(filename, new OfflineResolver(), false,
"secret".getBytes("ASCII"));
if (!verify) {
log.error("Verification failed for " + filename);
}