[
https://issues.apache.org/jira/browse/WSS-63?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12587659#action_12587659
]
Fred Dushin commented on WSS-63:
--------------------------------
Muthiah,
You have not granted Apache the right to use this code. Could you please
change this ticket to allow us to use your patch?
Also, would it be possible to submit a test case for this bug?
Thanks!
> RSA transformation string can be externalized when creating Cipher Instance
> ---------------------------------------------------------------------------
>
> Key: WSS-63
> URL: https://issues.apache.org/jira/browse/WSS-63
> Project: WSS4J
> Issue Type: Improvement
> Reporter: Muthiah Mohan
> Attachments: wss-63.txt
>
>
> WSS4J tries to create the Cipher Instance using the transformation String
> RSA/NONE/PKCS1PADDING
> I am not using Bouncy Castle as a JCE Provider and I have my own Security
> Provider that does not
> understand the Cipher Mode "NONE" but works fine with "ECB" as the Cipher
> Mode. . It would be really
> great if we do not hardcode this transformation string and take it from a
> System Property. If the
> value of the System Property is NULL then the default transformation
> (RSA/NONE/PKCS1PADDING) can be
> used. In my case I need to set the transformation string as
> RSA/ECB/PKCS1Padding.
> This needs a change to the "getCipherInstance" method of
> org/apache/ws/security/util/WSSecurityUtil.java
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]