Ark Server API (ASE) - Wiki
|
#include <Utility.h>
Static Public Member Functions | |
static Context::VerificationMode | convertVerificationMode (const std::string &verMode) |
static std::string | convertCertificateError (long errCode) |
static std::string | getLastError () |
Converts an SSL certificate handling error code into an error message. | |
static void | clearErrorStack () |
Returns the last error from the error stack. | |
This class provides various helper functions for working with the OpenSSL library.
|
static |
Returns the last error from the error stack.
|
static |
Non-case sensitive conversion of a string to a VerificationMode enum. If verMode is illegal an InvalidArgumentException is thrown.
|
static |
|
static |
Converts an SSL certificate handling error code into an error message.