Signer

Undocumented in source.

Constructors

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

Members

Functions

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.

Variables

sep
char sep;
Undocumented in source.

Meta