Classes | |
class | CannotDownload |
struct | ClientConfiguration |
Structure to store additional client configuration parameters More... | |
class | DataCorrupted |
class | HttpClient |
Abstract base class for HTTP clients. More... | |
class | HttpClientError |
struct | HttpRequest |
HTTP request information More... | |
struct | HttpResponse |
HTTP response information More... | |
class | IKeyGenDistributedClient |
KeyGenDistributedClient More... | |
class | IncompatibleVersion |
class | InvalidArgument |
struct | KeyConfiguration |
Structure to store additional key configuration parameters More... | |
class | QryptSecurityException |
struct | SymmetricKeyData |
Structure to store symmetric key data More... | |
class | SystemError |
class | UnknownError |
Enumerations | |
enum | LogLevel { LogLevel::QRYPTSECURITY_LOG_LEVEL_DISABLE, LogLevel::QRYPTSECURITY_LOG_LEVEL_ERROR, LogLevel::QRYPTSECURITY_LOG_LEVEL_WARNING, LogLevel::QRYPTSECURITY_LOG_LEVEL_INFO, LogLevel::QRYPTSECURITY_LOG_LEVEL_DEBUG, LogLevel::QRYPTSECURITY_LOG_LEVEL_TRACE } |
Describes the severity of a log More... | |
Functions | |
void | setLogLevel (LogLevel logLevel) |
Set QryptSecurity logging level More... | |
Variables | |
const std::string | QRYPTSECURITY_VERSION = "0.11" |
Minor SDK version More... | |
const size_t | AES_256_SIZE = 32 |
Size of AES key More... | |
|
strong |
void QryptSecurity::setLogLevel | ( | LogLevel | logLevel | ) |
Set QryptSecurity logging level
logLevel | The highest log level to pipe to stdout |
const size_t QryptSecurity::AES_256_SIZE = 32 |
Size of AES key
const std::string QryptSecurity::QRYPTSECURITY_VERSION = "0.11" |
Minor SDK version