MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / setKey

Method setKey

app/src/Licensing/SimpleCrypt.cpp:112–116  ·  view source on GitHub ↗

* @brief Re-initializes the key with the given key value. */

Source from the content-addressed store, hash-verified

110 * @brief Re-initializes the key with the given key value.
111 */
112void Licensing::SimpleCrypt::setKey(quint64 key)
113{
114 m_key = key;
115 splitKey();
116}
117
118/**
119 * @brief Sets the compression mode to use when encrypting data. The default mode is

Callers 3

OfflineLicenseMethod · 0.45
TrialMethod · 0.45
LemonSqueezyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected