Package com.wolfssl.wolfcrypt
Class WolfCrypt
java.lang.Object
com.wolfssl.wolfcrypt.WolfObject
com.wolfssl.wolfcrypt.WolfCrypt
public class WolfCrypt extends WolfObject
Main wrapper for the native WolfCrypt implementation.
- Version:
- 1.0, February 2015
- Author:
- Moisés Guimarães
-
Field Summary
Fields Modifier and Type Field Description static int
FAILURE
static int
SIZE_OF_1024_BITS
static int
SIZE_OF_128_BITS
static int
SIZE_OF_160_BITS
static int
SIZE_OF_192_BITS
static int
SIZE_OF_2048_BITS
static int
SIZE_OF_256_BITS
static int
SIZE_OF_384_BITS
static int
SIZE_OF_512_BITS
static int
SUCCESS
-
Method Summary
-
Field Details
-
SUCCESS
public static final int SUCCESS- See Also:
- Constant Field Values
-
FAILURE
public static final int FAILURE- See Also:
- Constant Field Values
-
SIZE_OF_128_BITS
public static final int SIZE_OF_128_BITS- See Also:
- Constant Field Values
-
SIZE_OF_160_BITS
public static final int SIZE_OF_160_BITS- See Also:
- Constant Field Values
-
SIZE_OF_192_BITS
public static final int SIZE_OF_192_BITS- See Also:
- Constant Field Values
-
SIZE_OF_256_BITS
public static final int SIZE_OF_256_BITS- See Also:
- Constant Field Values
-
SIZE_OF_384_BITS
public static final int SIZE_OF_384_BITS- See Also:
- Constant Field Values
-
SIZE_OF_512_BITS
public static final int SIZE_OF_512_BITS- See Also:
- Constant Field Values
-
SIZE_OF_1024_BITS
public static final int SIZE_OF_1024_BITS- See Also:
- Constant Field Values
-
SIZE_OF_2048_BITS
public static final int SIZE_OF_2048_BITS- See Also:
- Constant Field Values
-