Package com.wolfssl.wolfcrypt
Class Logging
java.lang.Object
com.wolfssl.wolfcrypt.WolfObject
com.wolfssl.wolfcrypt.Logging
public class Logging extends WolfObject
Wrapper for the native WolfCrypt Logging implementation.
- Version:
- 1.0, March 2016
- Author:
- Moisés Guimarães
-
Constructor Summary
Constructors Constructor Description Logging()
-
Method Summary
Modifier and Type Method Description static void
wolfSSL_Debugging_OFF()
static int
wolfSSL_Debugging_ON()
-
Constructor Details
-
Logging
public Logging()
-
-
Method Details
-
wolfSSL_Debugging_ON
public static int wolfSSL_Debugging_ON() -
wolfSSL_Debugging_OFF
public static void wolfSSL_Debugging_OFF()
-