/xmlbench/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/xmlbench/trunk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
diff -dPNur xml-security/src/org/apache/xml/security/encryption/XMLCipher.java xml-security-ds/src/org/apache/xml/security/encryption/XMLCipher.java
--- xml-security/src/org/apache/xml/security/encryption/XMLCipher.java	2009-01-25 10:11:30.000000000 +0100
+++ xml-security-ds/src/org/apache/xml/security/encryption/XMLCipher.java	2009-01-25 10:06:02.000000000 +0100
@@ -1283,7 +1283,7 @@
 
 		String jceKeyAlgorithm =
 			JCEMapper.getJCEKeyAlgorithmFromURI(algorithm);
-		System.out.println("keyAlg:"+jceKeyAlgorithm);
+		//System.out.println("keyAlg:"+jceKeyAlgorithm);
 
 		Cipher c;
 		if (_contextCipher == null) {
@@ -1292,7 +1292,7 @@
 			String jceAlgorithm =
 				JCEMapper.translateURItoJCEID(
 					encryptedKey.getEncryptionMethod().getAlgorithm());
-		        System.out.println("jcekeyAlg:"+jceAlgorithm);
+//		        System.out.println("jcekeyAlg:"+jceAlgorithm);
 
 			logger.debug("JCE Algorithm = " + jceAlgorithm);
 
@@ -1483,7 +1483,7 @@
 
 		String jceAlgorithm = 
 			JCEMapper.translateURItoJCEID(encryptedData.getEncryptionMethod().getAlgorithm());
-		System.out.println("alg:"+jceAlgorithm);
+//		System.out.println("alg:"+jceAlgorithm);
 
 		Cipher c;
 		try {
diff -dPNur xml-security/src/org/apache/xml/security/signature/Reference.java xml-security-ds/src/org/apache/xml/security/signature/Reference.java
--- xml-security/src/org/apache/xml/security/signature/Reference.java	2009-01-25 10:11:27.000000000 +0100
+++ xml-security-ds/src/org/apache/xml/security/signature/Reference.java	2009-01-25 08:26:15.000000000 +0100
@@ -761,7 +761,7 @@
          log.warn("Expected Digest: " + Base64.encode(elemDig));
          log.warn("Actual Digest: " + Base64.encode(calcDig));
       } else {
-         log.info("Verification successful for URI \"" + this.getURI() + "\"");
+//         log.info("Verification successful for URI \"" + this.getURI() + "\"");
       }
 
       return equal;