This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GNU Crypto


"Raif S. Naffah" <raif@fl.net.au> writes:
> beacuse it does not always follow the published interfaces of Sun, the 
> library includes a sub-package (gnu.crypto.jce.*) that contains Adapters 
> for allowing plugging the appropriate algorithms into a JCA/JCE 
> implementation as a Security Provider (GnuCrypto)

Yep, BC works the same way. They implemented all the primitives
according to their own API, then wrote a security provider to act as
an adapter.

I dunno, it just strikes me as strange how there are so many seperate
open source implementations of the same set of primitives... (RSA,
RC4, MD5, SHA1, etc...).

  - a

-- 
Sick of HTML user interfaces?
www.xwt.org

"Through your rags I see your vanity." -- Socrates, to Antisthenes the Cynic


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]