public class SSLUtil
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONFIG_SSL_MAX_CERTS |
static int |
CONFIG_X509_MAX_CA_CERTS |
Constructor and Description |
---|
SSLUtil() |
Modifier and Type | Method and Description |
---|---|
static int |
buildMode()
Return the build mode of the axTLS project.
|
static void |
displayError(int error_code)
Display the text string of the error.
|
static int |
getConfig(int which) |
static boolean |
hasPEM()
Indicate if PEM is supported.
|
static int |
maxCACerts()
Return the number of CA certificates that the client/server
supports.
|
static int |
maxCerts()
Return the number of chained certificates that the client/server
supports.
|
static java.lang.String |
version()
Return the version of the axTLS project.
|
public static final int CONFIG_SSL_MAX_CERTS
public static final int CONFIG_X509_MAX_CA_CERTS
public static int getConfig(int which)
public static int buildMode()
public static int maxCerts()
public static int maxCACerts()
public static boolean hasPEM()
public static void displayError(int error_code)
error_code
- [in] The integer error code.public static java.lang.String version()