|
virtual GoogleString | RawSign (StringPiece key, StringPiece data) const =0 |
| Computes a binary signature of a given data under key.
|
|
virtual int | RawSignatureSizeInBytes () const =0 |
| The number of bytes RawSign will produce.
|
|
net_instaweb::Signature::Signature |
( |
| ) |
|
|
explicit |
GoogleString net_instaweb::Signature::Sign |
( |
StringPiece |
key, |
|
|
StringPiece |
data |
|
) |
| const |
Computes a web64-encoded signature of data under a given key. Takes a StringPiece for signing key, which is used for a pointer to the key and the length of the signing key, and a StringPiece for the data, which is used for a pointer to the data to sign, and the length of the data.
The documentation for this class was generated from the following file: