A
B
C
D
E
F
G
H
I
K
L
M
N
P
R
S
T
V
W
X
Z
F
- fillInStackTrace() - function in java.lang.SodiumException
- fillInStackTrace() - function in java.lang.LibraryLoadingException
- fromBase64String(String,Base64Facade) - function in com.goterl.lazysodium.utils.Key
- Create a Key from a base64 string.
- fromBase64String(String) - function in com.goterl.lazysodium.utils.Key
- Create a Key from a base64 string.
- fromBytes(LazySodium,Array) - function in com.goterl.lazysodium.interfaces.Ristretto255.RistrettoPoint
- Creates a new RistrettoPoint from the binary representation.
- fromBytes(Array) - function in com.goterl.lazysodium.utils.Key
- Create a Key by supplying raw bytes.
- fromHex(LazySodium,String) - function in com.goterl.lazysodium.interfaces.Ristretto255.RistrettoPoint
- Creates a new RistrettoPoint from the hexadecimal representation.
- fromHexString(String) - function in com.goterl.lazysodium.utils.Key
- Create a Key from a hexadecimal string.
- fromPlainString(String) - function in com.goterl.lazysodium.utils.Key
- Create a Key from a regular, unmodified, not encoded string.
- fromPlainString(String,Charset) - function in com.goterl.lazysodium.utils.Key
- Create a Key from a regular, unmodified, not encoded string.
- fromString(LazySodium,String) - function in com.goterl.lazysodium.interfaces.Ristretto255.RistrettoPoint
- Creates a new RistrettoPoint from the encoded representation, using the LazySodium's associated MessageEncoder.