Package com.pushtotest.tool.util

Interface Summary
Codec This class provides an interface for building encoding methods.
Crypt This class provides an interface for building encryption methods.
 

Class Summary
Base64Codec This class provides a Base64 Encoding method.
Convert  
HexCodec This class provides a method of encoding a string to its Hexadecimal value and decoding a Hex String to ASCII characters.
Lingo Lingo creates dummy text for message body and message subject.
PropertyFinder This is a simple wrapper around a ResourceBundle that simplifies loading it and getting a value from it.
Queue A Thread-safe Queue implementation.
RandomIntGenerator Generates more random numbers than those generated by java.lang.Math.random() This class was originally written in Core Java 2, Volume 1 Fundamentals by Cay Horstmann and Garay Cornell, published by Prentice Hall, Pages 147-149 Core Java 2 credits the algorithm to: Donald E.
Timer  
URLCodec This class provides a URL Encoding functionality.