ddata.jwt.sign

Undocumented in source.

Members

Functions

HMAC_CTX_free
void HMAC_CTX_free(HMAC_CTX* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HMAC_CTX_new
HMAC_CTX* HMAC_CTX_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HMAC_CTX_reset
void HMAC_CTX_reset(HMAC_CTX* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sign
string sign(string message, string key, Algorithm algorithm)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta