>www.bouncycastle.org's BouncyCastle crypto provider is open-source and
>has AES/Rijndael in both its JCE provider and its lightweight API.
For my personal use, I want something tiny that can be tacked onto a
Applet jar.

Signature
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
Michael Amling - 23 Jul 2004 03:22 GMT
>>www.bouncycastle.org's BouncyCastle crypto provider is open-source and
>>has AES/Rijndael in both its JCE provider and its lightweight API.
>
> For my personal use, I want something tiny that can be tacked onto a
> Applet jar.
Is the bouncycastle lightweight API too heavy?
--Mike Amling
Roedy Green - 23 Jul 2004 04:49 GMT
> Is the bouncycastle lightweight API too heavy?
It has an amazing amount in it. I don't know if it is designed to be
taken apart so you just include the parts you use.

Signature
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
Bjoern - 10 Dec 2004 16:24 GMT
>> Is the bouncycastle lightweight API too heavy?
>
> It has an amazing amount in it. I don't know if it is designed to be
> taken apart so you just include the parts you use.
It certainly is, as it includes all kinds of encryption algorithms. I
use it for a mobile phone application and have an obfuscator remove all
the unnecessary classes.