* @brief Re-initializes the key with the given key value. */
| 110 | * @brief Re-initializes the key with the given key value. |
| 111 | */ |
| 112 | void 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 |
no outgoing calls
no test coverage detected