HMACAlgorithm

Undocumented in source.

Members

Functions

getSignature
string getSignature(ubyte[] key, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
verifySignature
bool verifySignature(ubyte[] key, string value, string sig)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From SigningAlgorithm

getSignature
string getSignature(ubyte[] key, string value)
Undocumented in source.
verifySignature
bool verifySignature(ubyte[] key, string value, string sig)
Undocumented in source.

Meta