RE: [Java] Newb question concerning XML-Sec JCE requirements

2004-01-23 Thread Anderson Jonathan
Sean, you've been a huge help. Last round of questions, I promise. In the context of the J2SE 1.4.2_03 distro: rt.jar (Sun JCA provider part 1/2) (SHA1 hash algorithm) sunrsaasign.jar (Sun JCA provider part 2/2) (SHA1withRSA signature algorithm - assumed PKCS#1 impl as opposed to NIST X9.42 imp

Re: [Java] Newb question concerning XML-Sec JCE requirements

2004-01-23 Thread Sean Mullan
Anderson Jonathan wrote: Many, many thanks Sean. You just settled quite a few discussions in my shop. You're welcome. A follow up question: Slides presented at JavaOne referred to JSR 105 and 106 being included in J2SE 1.5. What does this imply, exactly? 105/106 were originally targeted for J

RE: [Java] Newb question concerning XML-Sec JCE requirements

2004-01-23 Thread Anderson Jonathan
Many, many thanks Sean. You just settled quite a few discussions in my shop. A follow up question: Slides presented at JavaOne referred to JSR 105 and 106 being included in J2SE 1.5. What does this imply, exactly? Are JSR 105 and 106 built around an SPI model like JCA/JCE are? Will there be a

Re: [Java] Newb question concerning XML-Sec JCE requirements

2004-01-23 Thread Sean Mullan
Anderson Jonathan wrote: Hi everyone, Apologies in advance for what is probably a rather naive question. Current distributions of Apache XML-Security contain no third party JCE, but all of the documentation points to using the latest versions of the Bouncy Castle JCE as the provider for XM

[Java] Newb question concerning XML-Sec JCE requirements

2004-01-23 Thread Anderson Jonathan
Hi everyone, Apologies in advance for what is probably a rather naive question. Current distributions of Apache XML-Security contain no third party JCE, but all of the documentation points to using the latest versions of the Bouncy Castle JCE as the provider for XML-Security. I am dealing

[Java] XMLCipher: cloning instances

2004-01-23 Thread Luis Lopez Soria (ML/EEM)
Hi, there are cases where the receiver of an XML document that includes encrypted data is not the consumer of that data (e.g. does not own the private key). This "proxy" entity is expected to copy the encrypted information into another document and send it to the intended consumer. The existing

RE: [c++] Signing of URL

2004-01-23 Thread Milan Tomic
When I set XSECURIResolverGenericWin32 I got an error when verifying detached signature in separate file, if signed file have space (" ") in its folder or file name. Example: XSECURIResolverGenericWin32 theResolver; sig->setURIResolver(&theResolver); Best regards, Milan

AW: Decryption Exception

2004-01-23 Thread Dittmann Werner
Hi heyjung, IMHO you should use the ed.getElementsByTagNameNS() method to get the xenc:... element because its a namespace qualified element. Please refer to DOM API documentation. Regards, Werner > -Ursprüngliche Nachricht- > Von: news [mailto:[EMAIL PROTECTED] Im Auftrag von hyejun