A
B
C
D
E
F
G
H
I
K
L
M
N
P
R
S
T
V
W
X
Z
L
- LazySodium - class in com.goterl.lazysodium
- LazySodiumAndroid - class in com.goterl.lazysodium
- LazySodiumJava - class in com.goterl.lazysodium
- LibraryLoader - class in com.goterl.lazysodium.utils
- A simple library class which helps with loading dynamic sodium library stored in the JAR archive.
- LibraryLoader.Mode - class in com.goterl.lazysodium.utils.LibraryLoader
- Library loading mode controls which libraries are attempted to be loaded (installed in the system or bundledin the Lazysodium JAR) and in which order.
- LibraryLoadingException - class in com.goterl.lazysodium.utils
- Indicates a failure to load the required library.
- loadAbsolutePath(String) - function in com.goterl.lazysodium.utils.LibraryLoader
- loadLibrary(LibraryLoader.Mode,String) - function in com.goterl.lazysodium.utils.LibraryLoader
- Loads the sodium library and registers the native methods of Sodium and SodiumJava using the specified loading mode.The library will be loaded at most once.
- loadSystemLibrary(String) - function in com.goterl.lazysodium.utils.LibraryLoader