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

Method seal

app/src/Licensing/CommercialToken.cpp:186–189  ·  view source on GitHub ↗

* @brief Computes and stores the HMAC, finalizing the token. */

Source from the content-addressed store, hash-verified

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

Callers 3

installOfflineTokenFunction · 0.80
installTrialTokenFunction · 0.80
applyValidatedLicenseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected