Qrypt Security
|
Classes | |
class | CannotDownload |
class | DataCorrupted |
class | IKeyGenDistributedClient |
KeyGenDistributedClient. More... | |
class | IncompatibleVersion |
class | InvalidArgument |
class | QryptSecurityException |
struct | SymmetricKeyData |
Structure to store symmetric key data. More... | |
class | SystemError |
class | UnknownError |
Enumerations | |
enum class | SymmetricKeyMode { SYMMETRIC_KEY_MODE_AES_256 , SYMMETRIC_KEY_MODE_OTP , NUM_SYMMETRIC_KEY_MODES } |
Enumeration of symmetric key modes. More... | |
enum class | LogLevel { QRYPTSECURITY_LOG_LEVEL_DISABLE , QRYPTSECURITY_LOG_LEVEL_ERROR , QRYPTSECURITY_LOG_LEVEL_WARNING , QRYPTSECURITY_LOG_LEVEL_INFO , QRYPTSECURITY_LOG_LEVEL_DEBUG , QRYPTSECURITY_LOG_LEVEL_TRACE } |
Describes the severity of a log. More... | |
Functions | |
void | setLogLevel (LogLevel logLevel) |
Set QryptSecurity logging level. | |
Variables | |
const std::string | QRYPTSECURITY_VERSION = "0.9" |
|
strong |
|
strong |
void QryptSecurity::setLogLevel | ( | LogLevel | logLevel | ) |
Set QryptSecurity logging level.
logLevel | The highest log level to pipe to stdout |
const std::string QryptSecurity::QRYPTSECURITY_VERSION = "0.9" |