All Classes and Interfaces
Class
Description
High-performance base64 codec based on the algorithm used in Mikael Grev's MiG Base64.
A native library loader that will extract and load a shared library contained in a jar.
A
LibraryLoader
attempts to load the appropriate native library
for the current platform.LibraryLoaders
will create the appropriate LibraryLoader
for
the VM it is running on.A native library loader that refuses to load libraries.
An implementation of the Password-Based Key Derivation Function as specified
in RFC 2898.
A platform is a unique combination of CPU architecture and operating system.
A native library loader that simply invokes
System.loadLibrary(java.lang.String)
.Exception thrown when the current platform cannot be detected.