Re: Can the same certificate have two different RSA-Modulus, RSA-Exponent pairs? --> YES!

2004-06-10 Thread Berin Lautenbach
Martin Labarthe Dubois wrote: someone here told once that the same certificate could not have two different modulus+exponent representation, this seems to be the exception. And it's still true :>. The two modulus values are actually exactly the same, it's just that one has a leading '0' byte that

XMLEncryptionException: Padding: ISO10126PADDING not implemented

2004-06-10 Thread Dominik Schadow
Hello, I always get a n org.apache.xml.security.encryption.XMLEncryptionException: Padding: ISO10126PADDING not implemented exception when I try to create a XMLCipher xmlCipher = XMLCipher.getInstance(XMLCipher.AES_128); It doesn't matter which algorithm I use here. Always the same exception.

Tag for 1_1_0 Release

2004-06-10 Thread Vishal Mahajan
Which is the tag corresponding to 1_1_0 release? Thanks in advance, Vishal

DO NOT REPLY [Bug 29507] New: - Support for IBM JCE provider in WebSphere v5

2004-06-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 29507] - Support for IBM JCE provider in WebSphere v5

2004-06-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

RE: XMLEncryptionException: Padding: ISO10126PADDING not implemented

2004-06-10 Thread Axl Mattheus
Which cryptographic provider are you using? I do not think that the SunJCE provides this padding scheme. Use Bouncy Castle instead. Ax/ -Original Message- From: Dominik Schadow [mailto:[EMAIL PROTECTED] Sent: 10 June 2004 01:11 PM To: [EMAIL PROTECTED] Subject: XMLEncryptionException: Pa

RE: XMLEncryptionException: Padding: ISO10126PADDING not implemented

2004-06-10 Thread Axl Mattheus
Which cryptographic provider are you using? I do not think that the SunJCE provides this padding scheme. Use Bouncy Castle instead. Ax/ -Original Message- From: Dominik Schadow [mailto:[EMAIL PROTECTED] Sent: 10 June 2004 01:11 PM To: [EMAIL PROTECTED] Subject: XMLEncryptionException: Pa

Re: XMLEncryptionException: Padding: ISO10126PADDING not implemented

2004-06-10 Thread Vishal Mahajan
Dominik Schadow wrote: Hello, I always get a n org.apache.xml.security.encryption.XMLEncryptionException: Padding: ISO10126PADDING not implemented exception when I try to create a XMLCipher xmlCipher = XMLCipher.getInstance(XMLCipher.AES_128); It doesn't matter which algorithm I use here. Always