* @brief Sets the integrity mode to use when encrypting data. The default mode is */
| 127 | * @brief Sets the integrity mode to use when encrypting data. The default mode is |
| 128 | */ |
| 129 | void Licensing::SimpleCrypt::setIntegrityProtectionMode(IntegrityProtectionMode mode) |
| 130 | { |
| 131 | m_protectionMode = mode; |
| 132 | } |
| 133 | |
| 134 | //-------------------------------------------------------------------------------------------------- |
| 135 | // Data encryption |
no outgoing calls