public class SodiumSecretBox
extends java.lang.Object
SodiumLibrary.cryptoSecretBoxDetached(byte[], byte[], byte[])
and
SodiumLibrary.cryptoSecretBoxOpenDetached(SodiumSecretBox, byte[], byte[])
Constructor and Description |
---|
SodiumSecretBox() |
Modifier and Type | Method and Description |
---|---|
byte[] |
getCipherText() |
byte[] |
getMac() |
void |
setCipherText(byte[] cipherText) |
void |
setMac(byte[] mac) |