Package com.tailf.util
package com.tailf.util
Utility classes for representing compiled ConfNamespaces.
-
ClassDescriptionAES algorithm encryption/decryption utility classTools for array manipulation.Encodes and decodes to and from Base64 notation.A
Base64.InputStream
will read data from anotherjava.io.InputStream
, given in the constructor, and encode/decode to/from Base64 notation on the fly.ABase64.OutputStream
will write data to anotherjava.io.OutputStream
, given in the constructor, and encode/decode to/from Base64 notation on the fly.Utility class to transformConfXMLParam[]
which represents a XML-fragment to a equivalent DOM (org.w3c.dom.Document
) or to a string XML representation.DES3 algorithm encryption/decryption utility classBase class for encryption algorithm utility classesConvenience utility class for transformation from a XML String to a ConfXMLParam[] structure.