Package com.goterl.lazysodium.interfaces
Interface SecretStream
-
public interface SecretStream
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSecretStream.Checkerstatic interfaceSecretStream.Lazystatic interfaceSecretStream.Nativestatic classSecretStream.State
-
Field Summary
Fields Modifier and Type Field Description static intABYTESstatic intCHACHA20_IETF_NONCEBYTESstatic intHEADERBYTESstatic intKEYBYTESstatic longMESSAGEBYTES_MAXstatic intNONCEBYTESstatic byteTAG_FINALstatic byteTAG_MESSAGEstatic byteTAG_PUSHstatic byteTAG_REKEYstatic byteXCHACHA20POLY1305_TAG_FINALstatic byteXCHACHA20POLY1305_TAG_MESSAGEstatic byteXCHACHA20POLY1305_TAG_PUSHstatic byteXCHACHA20POLY1305_TAG_REKEY
-
-
-
Field Detail
-
CHACHA20_IETF_NONCEBYTES
static final int CHACHA20_IETF_NONCEBYTES
- See Also:
- Constant Field Values
-
XCHACHA20POLY1305_TAG_PUSH
static final byte XCHACHA20POLY1305_TAG_PUSH
- See Also:
- Constant Field Values
-
XCHACHA20POLY1305_TAG_REKEY
static final byte XCHACHA20POLY1305_TAG_REKEY
- See Also:
- Constant Field Values
-
XCHACHA20POLY1305_TAG_MESSAGE
static final byte XCHACHA20POLY1305_TAG_MESSAGE
- See Also:
- Constant Field Values
-
XCHACHA20POLY1305_TAG_FINAL
static final byte XCHACHA20POLY1305_TAG_FINAL
- See Also:
- Constant Field Values
-
TAG_PUSH
static final byte TAG_PUSH
- See Also:
- Constant Field Values
-
TAG_REKEY
static final byte TAG_REKEY
- See Also:
- Constant Field Values
-
TAG_MESSAGE
static final byte TAG_MESSAGE
- See Also:
- Constant Field Values
-
TAG_FINAL
static final byte TAG_FINAL
- See Also:
- Constant Field Values
-
KEYBYTES
static final int KEYBYTES
- See Also:
- Constant Field Values
-
ABYTES
static final int ABYTES
- See Also:
- Constant Field Values
-
HEADERBYTES
static final int HEADERBYTES
- See Also:
- Constant Field Values
-
NONCEBYTES
static final int NONCEBYTES
- See Also:
- Constant Field Values
-
MESSAGEBYTES_MAX
static final long MESSAGEBYTES_MAX
- See Also:
- Constant Field Values
-
-