SPT Core API

Package com.sptci.util

Utility classes developed by SPT.

See:
          Description

Class Summary
AESEncrypt A utility class used to implement AES encryption and decryption of strings.
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.
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.
 

Package com.sptci.util Description

Utility classes developed by SPT.


SPT Core API