Package com.goterl.lazysodium.interfaces
Interface SecretBox
-
public interface SecretBox
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSecretBox.Lazystatic interfaceSecretBox.Native
-
Field Summary
Fields Modifier and Type Field Description static intKEYBYTESstatic intMACBYTESstatic intNONCEBYTESstatic intXSALSA20POLY1305_KEYBYTESstatic intXSALSA20POLY1305_MACBYTESstatic intXSALSA20POLY1305_NONCEBYTES
-
-
-
Field Detail
-
XSALSA20POLY1305_KEYBYTES
static final int XSALSA20POLY1305_KEYBYTES
- See Also:
- Constant Field Values
-
XSALSA20POLY1305_NONCEBYTES
static final int XSALSA20POLY1305_NONCEBYTES
- See Also:
- Constant Field Values
-
XSALSA20POLY1305_MACBYTES
static final int XSALSA20POLY1305_MACBYTES
- See Also:
- Constant Field Values
-
KEYBYTES
static final int KEYBYTES
- See Also:
- Constant Field Values
-
MACBYTES
static final int MACBYTES
- See Also:
- Constant Field Values
-
NONCEBYTES
static final int NONCEBYTES
- See Also:
- Constant Field Values
-
-