Author: ruchithf
Date: Sat Nov 18 23:30:18 2006
New Revision: 476746

URL: http://svn.apache.org/viewvc?view=rev&rev=476746
Log:
fixed WSS-58, Thanks Cedric BODIN

Modified:
    webservices/wss4j/trunk/src/org/apache/ws/security/policy/Constants.java

Modified: 
webservices/wss4j/trunk/src/org/apache/ws/security/policy/Constants.java
URL: 
http://svn.apache.org/viewvc/webservices/wss4j/trunk/src/org/apache/ws/security/policy/Constants.java?view=diff&rev=476746&r1=476745&r2=476746
==============================================================================
--- webservices/wss4j/trunk/src/org/apache/ws/security/policy/Constants.java 
(original)
+++ webservices/wss4j/trunk/src/org/apache/ws/security/policy/Constants.java 
Sat Nov 18 23:30:18 2006
@@ -133,11 +133,11 @@
 
     public final static String TRIPLE_DES = 
"http://www.w3.org/2001/04/xmlenc#tripledes-cbc";;
 
-    public final static String KW_AES128 = 
"http://www.w3.org/2001/04/xmlenc#kw-aes256";;
+    public final static String KW_AES128 = 
"http://www.w3.org/2001/04/xmlenc#kw-aes128";;
 
     public final static String KW_AES192 = 
"http://www.w3.org/2001/04/xmlenc#kw-aes192";;
 
-    public final static String KW_AES256 = 
"http://www.w3.org/2001/04/xmlenc#kw-aes128";;
+    public final static String KW_AES256 = 
"http://www.w3.org/2001/04/xmlenc#kw-aes256";;
 
     public final static String KW_TRIPLE_DES = 
"http://www.w3.org/2001/04/xmlenc#kw-tripledes";;
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to