| Class | Description |
|---|---|
| AesEncrypter |
AES algorithm encryption/decryption utility class
|
| ArrayTool |
Tools for array manipulation.
|
| Base64 |
Encodes and decodes to and from Base64 notation.
|
| Base64.InputStream |
A
Base64.InputStream will read data from another
java.io.InputStream, given in the constructor, and encode/decode
to/from Base64 notation on the fly. |
| Base64.OutputStream |
A
Base64.OutputStream will write data to another
java.io.OutputStream, given in the constructor, and
encode/decode to/from Base64 notation on the fly. |
| ConfXMLParamToXML |
Utility class to transform
ConfXMLParam[]
which represents a XML-fragment to a equivalent
DOM (org.w3c.dom.Document) or to a string
XML representation. |
| Des3Encrypter |
DES3 algorithm encryption/decryption utility class
|
| Encrypter |
Base class for encryption algorithm utility classes
|
| UTF8 | |
| XMLtoConfXMLParam |
Convenience utility class for transformation from
a XML String to a ConfXMLParam[] structure.
|