Class Summary |
ArchiveUtil |
Util for extracting *.jar, *.war and *.zip archives. |
ArrayUtil |
|
B64Code |
Fast B64 Encoder/Decoder as described in RFC 1421. |
ClassLoaderUtil |
ClassLoader util for loading classes and finding resources. |
Cryptography |
Encryption and Decryption utility |
Delim |
Common delimiters (used to split strings into arrays)
that are pre-compiled to increase efficiency. |
DiffieHellman |
Diffie-Hellman key exchange is a cryptographic protocol that allows two parties
that have no prior knowledge of each other to jointly establish a shared secret
key over an insecure communications channel. |
DigestUtil |
Util for digesting and encoding bytes/strings. |
ResourceUtil |
Util for files and streams. |