Hi all, I have a question regarding Bouncy Castle C# API and support for WSS4J in C#.
Does Bouncy Castle C# API have support for WSS4J? Regards, Jean-Paul Jean-Paul Berthelot | Developer SyncSoft | Ground Floor, 19-23 Prospect Street | Box Hill Vic 3128 | Australia T: +61 3 9236 1936 | M: 0432327799 | F: +61 3 9236 1999 E: [email protected]<mailto:[email protected]> | W: www.syncsoft.com.au<http://www.syncsoft.com.au> ***NOTICE*** This e-mail/facsimile may contain confidential or legally privileged material and if you are not the intended recipient, you are advised that Synchronised Software Pty Ltd does not consent to you reading or copying the material and does not waive any confidentiality or legal privilege associated with it. This e-mail/facsimile may also contain material which is protected by copyright and if you are not the intended recipient, you are advised that Synchronised Software Pty Ltd has not consented to your reproduction of the material and there is no intention to provide you with an implied licence to exercise any of the rights of the copyright owner or an authorised licensee. If you have received this e-mail/facsimile in error, please advise Synchronised Software Pty Ltd immediately by return e-mail/facsimile or by telephone on 61-3-9236-1900. The recipient of this e-mail/facsimile is solely responsible for conducting such tests and virus scanning as may be necessary, before using any attachment, to ensure that the attachment does not contain any virus and that use of the attached materials will in no way corrupt the recipient's data or systems or those of any other person. Please consider the environment before printing this message. From: Peter Dettman [mailto:[email protected]] Sent: Monday, 24 June 2013 10:02 PM To: Jean-Paul Berthelot Subject: Re: [dev-crypto-csharp] Signing and encryption for SWA with Bouncy Castle c# Hi Jean-Paul, BouncyCastle C# APIs more than likely supports the cryptographic algorithms you need, but we don't have any high-level APIs specifically for working with SWA, or XML signing in general. You will find lots of examples of the low-level cryptography operations in the tests that come with the source code, or by searching the web. Regards, Pete Dettman On 24/06/2013 1:16 PM, Jean-Paul Berthelot wrote: Hi all, I am new to the Bouncy Castle C# SDK and I was wondering if the API supports SWA signing and encryption? Essentially I am trying to find a C# API that can support signing and encryption with Soap With Attachments. With regards to signing I am very interested in support for XML signing with X.509 certificates with the RSA SHA-256 algorithm. Also, would there be any online examples of how to approach signing and encryption in bouncy castle? Jean-Paul Berthelot | Senior Developer SyncSoft | Ground Floor, 19-23 Prospect Street | Box Hill Vic 3128 | Australia T: +61 3 9236 1936 | M: 0432327799 | F: +61 3 9236 1999 E: [email protected]<mailto:[email protected]> | W: www.syncsoft.com.au<http://www.syncsoft.com.au> ***NOTICE*** This e-mail/facsimile may contain confidential or legally privileged material and if you are not the intended recipient, you are advised that Synchronised Software Pty Ltd does not consent to you reading or copying the material and does not waive any confidentiality or legal privilege associated with it. This e-mail/facsimile may also contain material which is protected by copyright and if you are not the intended recipient, you are advised that Synchronised Software Pty Ltd has not consented to your reproduction of the material and there is no intention to provide you with an implied licence to exercise any of the rights of the copyright owner or an authorised licensee. If you have received this e-mail/facsimile in error, please advise Synchronised Software Pty Ltd immediately by return e-mail/facsimile or by telephone on 61-3-9236-1900. The recipient of this e-mail/facsimile is solely responsible for conducting such tests and virus scanning as may be necessary, before using any attachment, to ensure that the attachment does not contain any virus and that use of the attached materials will in no way corrupt the recipient's data or systems or those of any other person. Please consider the environment before printing this message.
