For Programmers: Free Programming Magazines  


Home > Archive > Java Security > April 2004 > [ANN] open source JCE taglib 1.0 final released









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author [ANN] open source JCE taglib 1.0 final released
yb

2004-04-15, 9:46 am

After a long period of beta cycles, version 1.0 of the JCE taglib
project has been released.

JCE taglib is a set of Open Source JSP tags, communicating with Sun's
JCE (Java Cryptographic Extensions) library (BouncyCastle
JCE provider) to provide strong encryption for your JSP applications.

This final version adds support for JSP 2.0 EL (Expression Language) functions.

There are also two other packages available:

- CryptoLib is basically the same as the main package (equal code),
but is stripped down and repackaged without the jsp-specific code so
it can be used easily for your non-JSP projects (JMS, EJB, etc...).
- LightCrypto is a set of Open Source Java classes with basic cryptographic
routines using the BouncyCastle lightweight API. It uses a minimal amount of
memory so it can be used with J2ME (Java 2 Micro Edition), browser applets,
on small Java devices such as PDA's or Java enabled mobile phones or in
any other situation where JCE (Java Cryptographic Extensions) is too heavy
for the job.

Documentation (javadoc & tag reference) is available in different formats
such as html, pdf and chm.

Project home: http://jcetaglib.sourceforge.net
Source: http://sourceforge.net/projects/jcetaglib
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com