Minrot correction to the documentation about supported signature algorithms
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user