TimestampSigner

Undocumented in source.

Constructors

this
this(string secretKey, string salt, char sep, string keyDerivation)
Undocumented in source.

Members

Functions

getTimestamp
int getTimestamp()
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.
timestampToDatetime
DateTime timestampToDatetime(int ts)
Undocumented in source. Be warned that the author may not have intended to support it.
unsign
string unsign(string value, int maxAge, int* tstamp)
Undocumented in source. Be warned that the author may not have intended to support it.
validate
bool validate(string signedValue, int maxAge)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta