Re: Tomcat Servlet & Bouncy Castle Problem

2008-10-06 Thread Jeng Yu
--- Mark Thomas <[EMAIL PROTECTED]> wrote: > Jeng Yu wrote: > > Interestngly, the same RSA public encryption code > with > > Bouncy Castle library works flawlessly when I > develop > > it in Netbeans IDE and run it as a java > application > > (not servlet). In servlet environment, it fails. > Yes

RE: Tomcat Servlet & Bouncy Castle Problem

2008-10-02 Thread Martin Gainty
ssion. > From: [EMAIL PROTECTED] > To: users@tomcat.apache.org > Subject: Re: Tomcat Servlet & Bouncy Castle Problem > Date: Thu, 2 Oct 2008 16:53:46 +0200 > > > - Original Message - > From: "Jeng Yu" <[EMAIL PROTECTED]> > To: > Sent

Re: Tomcat Servlet & Bouncy Castle Problem

2008-10-02 Thread Johnny Kewl
- Original Message - From: "Jeng Yu" <[EMAIL PROTECTED]> To: Sent: Thursday, October 02, 2008 10:19 AM Subject: Tomcat Servlet & Bouncy Castle Problem Hello Friends! I have a debugging problem here that I hope the gurus here can help me figure out. I'm tr

Re: Tomcat Servlet & Bouncy Castle Problem

2008-10-02 Thread Mark Thomas
Jeng Yu wrote: > Interestngly, the same RSA public encryption code with > Bouncy Castle library works flawlessly when I develop > it in Netbeans IDE and run it as a java application > (not servlet). In servlet environment, it fails. Yes, > I added cldc_classes.zip class library file from > Bouncy C

Tomcat Servlet & Bouncy Castle Problem

2008-10-02 Thread Jeng Yu
Hello Friends! I have a debugging problem here that I hope the gurus here can help me figure out. I'm trying to do RSA public key encryption in a servlet that I'm developing inside Netbeans 6.1. I'm using the Bouncy Castle (BC) crypto package. When I build the servlet, there are no errors. Then I