Minrot correction to the documentation about supported signature algorithms

This commit is contained in:
Tareq Abedrabbo
2009-09-30 13:14:15 +00:00
parent 25b6de4f55
commit 112714ae01
2 changed files with 4 additions and 4 deletions

View File

@@ -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);

View File

@@ -1617,8 +1617,7 @@
<para>
Furthermore, the signature algorithm can be defined
via the
<property>securementSignatureAlgorithm</property>
(Currently this parameter is ignored - SHA1RSA is the only supported algorithm).
<property>securementSignatureAlgorithm</property>.
</para>
<para>
The key identifier type to use can be customized via the