| Class | Description |
|---|---|
| AESEncrypt |
A utility class used to implement AES encryption and decryption of strings.
|
| Base64 |
A very fast and memory efficient class to encode and decode to and from BASE64 in full accordance
with RFC 2045.
On Windows XP sp1 with 1.4.2_04 and later ;), this encoder and decoder is about 10 times faster on small arrays (10 - 1000 bytes) and 2-3 times as fast on larger arrays (10000 - 1000000 bytes) compared to sun.misc.Encoder()/Decoder().On byte arrays the encoder is about 20% faster than Jakarta Commons Base64 Codec for encode and about 50% faster for decoding large arrays. |
| BlowfishEncrypt |
A utility class used to implement Blowfish encryption and decryption of
strings.
|
| CalendarUtilities |
A utility class that provides convenience methods for common calendar
routines.
|
| CloseJDBCResources |
A convenience class to close JDBC resources in an error free manner.
|
| DateUtilities |
Utility class that provides convenience methods for performing common
date routines.
|
| Encrypt |
Abstract base class of all classes that implement common encryption routins.
|
| PasswordGenerator |
A utility class that can be used to generate secure random password
values.
|
| StaxParser |
A base StaX parser that provides convenient methods for accessing elements
and iterating over the elements in a stream.
|
| StringUtilities |
Provides utility methods to perform common operations related to
String objects. |
| TripleDESEncrypt |
A utility class used to implement Triple DES (3DES) encryption and decryption
of strings.
|
| XOREncrypt |
A simple encrypter using the popular XOR technique.
|