Package com.goterl.lazysodium.utils
Class Constants
- java.lang.Object
-
- com.goterl.lazysodium.utils.Constants
-
public class Constants extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longGB_256static java.lang.StringLAZYSODIUM_ANDROIDstatic java.lang.StringLAZYSODIUM_JAVAstatic longSIZE_MAXstatic intUNSIGNED_INT
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
UNSIGNED_INT
public static final int UNSIGNED_INT
- See Also:
- Constant Field Values
-
SIZE_MAX
public static final long SIZE_MAX
- See Also:
- Constant Field Values
-
GB_256
public static final long GB_256
- See Also:
- Constant Field Values
-
LAZYSODIUM_JAVA
public static final java.lang.String LAZYSODIUM_JAVA
- See Also:
- Constant Field Values
-
LAZYSODIUM_ANDROID
public static final java.lang.String LAZYSODIUM_ANDROID
- See Also:
- Constant Field Values
-
-