- deriveKey
ubyte[] deriveKey()
Undocumented in source. Be warned that the author may not have intended to support it.
- getAlgorithm
SigningAlgorithm getAlgorithm()
Undocumented in source. Be warned that the author may not have intended to support it.
- getSignature
string getSignature(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- setAlgorithm
void setAlgorithm(SigningAlgorithm alg)
Undocumented in source. Be warned that the author may not have intended to support it.
- sign
string sign(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- unsign
string unsign(string signedValue, int maxAge, int* tstamp)
Undocumented in source. Be warned that the author may not have intended to support it.
- validate
bool validate(string signedValue)
Undocumented in source. Be warned that the author may not have intended to support it.
- verifySignature
bool verifySignature(string value, string sig)
Undocumented in source. Be warned that the author may not have intended to support it.