jwtd.jwt_openssl

Undocumented in source.

Members

Functions

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