Package com.tailf.util


package com.tailf.util
Utility classes for representing compiled ConfNamespaces.
  • Class
    Description
    AES algorithm encryption/decryption utility class
    Tools for array manipulation.
    Encodes and decodes to and from Base64 notation.
    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.
    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.
     
    Utility class to transform ConfXMLParam[] which represents a XML-fragment to a equivalent DOM (org.w3c.dom.Document) or to a string XML representation.
    DES3 algorithm encryption/decryption utility class
    Base class for encryption algorithm utility classes
     
     
     
    Convenience utility class for transformation from a XML String to a ConfXMLParam[] structure.