Interface | Description |
---|---|
SodiumLibrary.Sodium |
Declare all the supported libsodium C functions in this interface and
implement them in this class as static methods.
|
Class | Description |
---|---|
SodiumKeyPair |
A class to hold the public and private key pairs used by
SodiumLibrary.cryptoBoxKeyPair() |
SodiumLibrary |
SodiumLibrary is a Java binding to libsodium crypto C APIs
using Java Native Access.
|
SodiumSecretBox |
Class to hold cipher text and mac for secret box used by
SodiumLibrary.cryptoSecretBoxDetached(byte[], byte[], byte[]) and
SodiumLibrary.cryptoSecretBoxOpenDetached(SodiumSecretBox, byte[], byte[]) |
SodiumUtils |
A helper class to convert hex to binary and vice versa.
|