Re: Java bindings

2005-09-27 Thread Chris Gray
On Sunday 25 September 2005 16:19, Bear Giles wrote: I looked at this a while back, ultimately decided to go with a pure java implementation (BouncyCastle, iirc) since it was sufficient for my needs. Hi Bear, thanks for the reply. BouncyCastle is what we're doing now. I was looking for

Java bindings

2005-09-25 Thread Chris Gray
Hello all, I'm looking for ways to use OpenSLL from Java on an embedded platform (J2ME CDC), in order to be able to take advantage of the hardware crypto acceleration which is available on that platform. Does anyone out there have experience of this? Google comes up with a number of projects:

Re: Java bindings

2005-09-25 Thread Bear Giles
I looked at this a while back, ultimately decided to go with a pure java implementation (BouncyCastle, iirc) since it was sufficient for my needs. Anyway, you can use JNI to create a binding between the OpenSSL library and Java. This is a C layer and your main hassle will be ensuring that you