Repository: cxf
Updated Branches:
  refs/heads/master eafa719cd -> 0642440cd


Fixing MGF test


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/0642440c
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/0642440c
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/0642440c

Branch: refs/heads/master
Commit: 0642440cd3114db0ca86ca99987617d98634697f
Parents: eafa719
Author: Colm O hEigeartaigh <[email protected]>
Authored: Tue Aug 11 11:59:00 2015 +0100
Committer: Colm O hEigeartaigh <[email protected]>
Committed: Tue Aug 11 11:59:00 2015 +0100

----------------------------------------------------------------------
 .../org/apache/cxf/systest/ws/gcm/MGF256AlgorithmSuiteLoader.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/0642440c/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/gcm/MGF256AlgorithmSuiteLoader.java
----------------------------------------------------------------------
diff --git 
a/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/gcm/MGF256AlgorithmSuiteLoader.java
 
b/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/gcm/MGF256AlgorithmSuiteLoader.java
index a9af663..9e64b4c 100644
--- 
a/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/gcm/MGF256AlgorithmSuiteLoader.java
+++ 
b/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/gcm/MGF256AlgorithmSuiteLoader.java
@@ -80,7 +80,7 @@ public class MGF256AlgorithmSuiteLoader implements 
AlgorithmSuiteLoader {
                     SPConstants.SHA1,
                     "http://www.w3.org/2009/xmlenc11#aes256-gcm";,
                     SPConstants.KW_AES256,
-                    SPConstants.KW_RSA_OAEP,
+                    WSConstants.KEYTRANSPORT_RSAOEP_XENC11,
                     SPConstants.P_SHA1_L256,
                     SPConstants.P_SHA1_L192,
                     256, 192, 256, 256, 1024, 4096

Reply via email to