Joe Gregorio | 5dc0f5c | 2012-06-05 13:34:31 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="ascii"?> |
| 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
| 3 | "DTD/xhtml1-transitional.dtd"> |
| 4 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
| 5 | <head> |
| 6 | <title>crypt</title> |
| 7 | <link rel="stylesheet" href="epydoc.css" type="text/css" /> |
| 8 | <script type="text/javascript" src="epydoc.js"></script> |
| 9 | </head> |
| 10 | |
| 11 | <body bgcolor="white" text="black" link="blue" vlink="#204080" |
| 12 | alink="#204080"> |
| 13 | <h1 class="toc">Module crypt</h1> |
| 14 | <hr /> |
| 15 | <h2 class="toc">Classes</h2> |
| 16 | <a target="mainFrame" href="oauth2client.crypt.AppIdentityError-class.html" |
Joe Gregorio | 52a5c53 | 2013-01-24 16:19:07 -0500 | [diff] [blame] | 17 | >AppIdentityError</a><br /> <h2 class="toc">Functions</h2> |
Joe Gregorio | 5dc0f5c | 2012-06-05 13:34:31 -0400 | [diff] [blame] | 18 | <div class="private"> |
| 19 | <a target="mainFrame" href="oauth2client.crypt-module.html#_json_encode" |
| 20 | >_json_encode</a><br /> </div> |
| 21 | <div class="private"> |
| 22 | <a target="mainFrame" href="oauth2client.crypt-module.html#_urlsafe_b64decode" |
| 23 | >_urlsafe_b64decode</a><br /> </div> |
| 24 | <div class="private"> |
| 25 | <a target="mainFrame" href="oauth2client.crypt-module.html#_urlsafe_b64encode" |
| 26 | >_urlsafe_b64encode</a><br /> </div> |
| 27 | <a target="mainFrame" href="oauth2client.crypt-module.html#make_signed_jwt" |
| 28 | >make_signed_jwt</a><br /> <a target="mainFrame" href="oauth2client.crypt-module.html#verify_signed_jwt_with_certs" |
| 29 | >verify_signed_jwt_with_certs</a><br /> <h2 class="toc">Variables</h2> |
| 30 | <a target="mainFrame" href="oauth2client.crypt-module.html#AUTH_TOKEN_LIFETIME_SECS" |
| 31 | >AUTH_TOKEN_LIFETIME_SECS</a><br /> <a target="mainFrame" href="oauth2client.crypt-module.html#CLOCK_SKEW_SECS" |
| 32 | >CLOCK_SKEW_SECS</a><br /> <a target="mainFrame" href="oauth2client.crypt-module.html#MAX_TOKEN_LIFETIME_SECS" |
Joe Gregorio | 52a5c53 | 2013-01-24 16:19:07 -0500 | [diff] [blame] | 33 | >MAX_TOKEN_LIFETIME_SECS</a><br /> <a target="mainFrame" href="oauth2client.crypt-module.html#OpenSSLSigner" |
| 34 | >OpenSSLSigner</a><br /> <a target="mainFrame" href="oauth2client.crypt-module.html#OpenSSLVerifier" |
| 35 | >OpenSSLVerifier</a><br /> <a target="mainFrame" href="oauth2client.crypt-module.html#PyCryptoSigner" |
| 36 | >PyCryptoSigner</a><br /> <a target="mainFrame" href="oauth2client.crypt-module.html#PyCryptoVerifier" |
| 37 | >PyCryptoVerifier</a><br /> <a target="mainFrame" href="oauth2client.crypt-module.html#Signer" |
| 38 | >Signer</a><br /> <a target="mainFrame" href="oauth2client.crypt-module.html#Verifier" |
| 39 | >Verifier</a><br /> <a target="mainFrame" href="oauth2client.crypt-module.html#logger" |
Joe Gregorio | e7a0c47 | 2012-07-12 11:46:04 -0400 | [diff] [blame] | 40 | >logger</a><br /><hr /> |
Joe Gregorio | 5dc0f5c | 2012-06-05 13:34:31 -0400 | [diff] [blame] | 41 | <span class="options">[<a href="javascript:void(0);" class="privatelink" |
| 42 | onclick="toggle_private();">hide private</a>]</span> |
| 43 | |
| 44 | <script type="text/javascript"> |
| 45 | <!-- |
| 46 | // Private objects are initially displayed (because if |
| 47 | // javascript is turned off then we want them to be |
| 48 | // visible); but by default, we want to hide them. So hide |
| 49 | // them unless we have a cookie that says to show them. |
| 50 | checkCookie(); |
| 51 | // --> |
| 52 | </script> |
| 53 | </body> |
| 54 | </html> |