Searched defs:XPrivetToken (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cloud_print/gcp20/prototype/
H A Dx_privet_token.h15 class XPrivetToken { class
18 XPrivetToken();
21 ~XPrivetToken() {}
36 XPrivetToken(const std::string& secret, const base::Time& gen_time);
41 // Creates new XPrivetToken secret.
H A Dx_privet_token.cc26 XPrivetToken::XPrivetToken() { function in class:XPrivetToken
30 XPrivetToken::XPrivetToken(const std::string& secret, function in class:XPrivetToken
36 std::string XPrivetToken::GenerateXToken() {
43 bool XPrivetToken::CheckValidXToken(const std::string& token) const {
60 std::string XPrivetToken::GenerateXTokenWithTime(uint64 issue_time) const {
70 void XPrivetToken::UpdateSecret() {

Completed in 313 milliseconds