jwtd.jwt_openssl

Undocumented in source.

Members

Functions

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.
getESKeypair
EC_KEY* getESKeypair(uint curve_type, string key)
Undocumented in source. Be warned that the author may not have intended to support it.
getESPrivateKey
EC_KEY* getESPrivateKey(uint curve_type, string key)
Undocumented in source. Be warned that the author may not have intended to support it.
getESPublicKey
EC_KEY* getESPublicKey(uint curve_type, string key)
Undocumented in source. Be warned that the author may not have intended to support it.
sign
string sign(string msg, string key, JWTAlgorithm algo)
Undocumented in source. Be warned that the author may not have intended to support it.
verifySignature
bool verifySignature(string signature, string signing_input, string key, JWTAlgorithm algo)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta