Package com.goterl.lazysodium.interfaces
Interface Auth
-
public interface Auth
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAuth.Checkerstatic interfaceAuth.Lazystatic interfaceAuth.Nativestatic classAuth.StateHMAC256static classAuth.StateHMAC512static classAuth.StateHMAC512256static classAuth.Type
-
Field Summary
Fields Modifier and Type Field Description static intBYTESstatic intHMACSHA256_BYTESstatic intHMACSHA256_KEYBYTESstatic intHMACSHA512_BYTESstatic intHMACSHA512_KEYBYTESstatic intHMACSHA512256_BYTESstatic intHMACSHA512256_KEYBYTESstatic intKEYBYTES
-
-
-
Field Detail
-
HMACSHA512256_BYTES
static final int HMACSHA512256_BYTES
- See Also:
- Constant Field Values
-
HMACSHA512256_KEYBYTES
static final int HMACSHA512256_KEYBYTES
- See Also:
- Constant Field Values
-
HMACSHA256_BYTES
static final int HMACSHA256_BYTES
- See Also:
- Constant Field Values
-
HMACSHA256_KEYBYTES
static final int HMACSHA256_KEYBYTES
- See Also:
- Constant Field Values
-
HMACSHA512_BYTES
static final int HMACSHA512_BYTES
- See Also:
- Constant Field Values
-
HMACSHA512_KEYBYTES
static final int HMACSHA512_KEYBYTES
- See Also:
- Constant Field Values
-
BYTES
static final int BYTES
- See Also:
- Constant Field Values
-
KEYBYTES
static final int KEYBYTES
- See Also:
- Constant Field Values
-
-