* @brief Computes and stores the HMAC, finalizing the token. */
| 184 | * @brief Computes and stores the HMAC, finalizing the token. |
| 185 | */ |
| 186 | void Licensing::CommercialToken::seal() |
| 187 | { |
| 188 | m_hmac = computeHmac(); |
| 189 | } |
| 190 | |
| 191 | //-------------------------------------------------------------------------------------------------- |
| 192 | // Salt deobfuscation |
no outgoing calls
no test coverage detected