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.
 
 
An implementation of the scrypt key derivation function.
Simple SCrypt interface for hashing passwords using the scrypt key derivation function and comparing a plain text password to a hashed one.
A native library loader that simply invokes System.loadLibrary(java.lang.String).
Exception thrown when the current platform cannot be detected.