From 112714ae0184695598ca19a28ede55c3af660ab9 Mon Sep 17 00:00:00 2001 From: Tareq Abedrabbo Date: Wed, 30 Sep 2009 13:14:15 +0000 Subject: [PATCH] Minrot correction to the documentation about supported signature algorithms --- .../ws/soap/security/wss4j/Wss4jSecurityInterceptor.java | 5 +++-- src/docbkx/security.xml | 3 +-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/security/src/main/java/org/springframework/ws/soap/security/wss4j/Wss4jSecurityInterceptor.java b/security/src/main/java/org/springframework/ws/soap/security/wss4j/Wss4jSecurityInterceptor.java index 0fd8643b..77a3eae5 100755 --- a/security/src/main/java/org/springframework/ws/soap/security/wss4j/Wss4jSecurityInterceptor.java +++ b/security/src/main/java/org/springframework/ws/soap/security/wss4j/Wss4jSecurityInterceptor.java @@ -276,8 +276,9 @@ public class Wss4jSecurityInterceptor extends AbstractWsSecurityInterceptor impl } /** - * Defines which signature algorithm to use. Currently this parameter is ignored - SHA1RSA is the only supported - * algorithm, will be enhanced soon. + * Defines which signature algorithm to use. + * @see WSConstants#RSA + * @see WSConstants#DSA */ public void setSecurementSignatureAlgorithm(String securementSignatureAlgorithm) { handler.setOption(WSHandlerConstants.SIG_ALGO, securementSignatureAlgorithm); diff --git a/src/docbkx/security.xml b/src/docbkx/security.xml index 997cebb8..d3b026a6 100644 --- a/src/docbkx/security.xml +++ b/src/docbkx/security.xml @@ -1617,8 +1617,7 @@ Furthermore, the signature algorithm can be defined via the - securementSignatureAlgorithm - (Currently this parameter is ignored - SHA1RSA is the only supported algorithm). + securementSignatureAlgorithm. The key identifier type to use can be customized via the