Re: Bouncy Castle JCE provider and WSS4J

2008-01-17 Thread Ruchith Fernando
You should be able to use a provider that has support for all required algorithms. I haven't used used WSS4J with any other and I get errors due to missing algo implementations when using the default Sun JCE impls. Thanks, Ruchith On Jan 17, 2008 2:46 AM, George Stanchev <[EMAIL PROTECTED]> wrote

Re: How to pass WSE 3.0 authentication using wss4j?

2008-01-17 Thread Ruchith Fernando
I'm not sure about WSE 3.0 and ServiceMix interoperability but we recently tested Apache Rampart (which is based on WSS4J library) with WCF and we interop on all WS-Security 1.0,1.1 and WS-SecureConversation scenarios (of WCF plugfest), this includes UsernameToken as well. Thanks, Ruchith On

How to encrypt message with RSA/DES ?

2008-01-17 Thread Maciej Kwiecien
Hello, How can I encrypt message using RSA algorithm, I try do encrypt in that way: public void encryptMessage(Document doc) throws WSSecurityException { WSSecEncrypt builder = new WSSecEncrypt(); builder.setUserInfo("myalias", "mykeypass"); builder.setKeyIdentifierType(WSConstants.BST_DIRECT_R

[Axis2] [ANN] Apache Axis2/C 1.2.0 Released

2008-01-17 Thread Damitha Kumarage
Apache Axis2/C Team is pleased to announce the release of Apache Axis2/C version 1.2.0 You can download this release from http://ws.apache.org/axis2/c/download.cgi Key Features 1. Support for one-way messaging (In-Only) and request response messaging (In-Out) 2. Client APIs: Easy to u