blob: b610c532b589b1ed528cc0a42675dcb3838942e7 [file] [log] [blame]
Joe Gregorio5dc0f5c2012-06-05 13:34:31 -04001<?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"
17 >AppIdentityError</a><br /> <a target="mainFrame" href="oauth2client.crypt.Signer-class.html"
18 >Signer</a><br /> <a target="mainFrame" href="oauth2client.crypt.Verifier-class.html"
19 >Verifier</a><br /> <h2 class="toc">Functions</h2>
20 <div class="private">
21 <a target="mainFrame" href="oauth2client.crypt-module.html#_json_encode"
22 >_json_encode</a><br /> </div>
23 <div class="private">
24 <a target="mainFrame" href="oauth2client.crypt-module.html#_urlsafe_b64decode"
25 >_urlsafe_b64decode</a><br /> </div>
26 <div class="private">
27 <a target="mainFrame" href="oauth2client.crypt-module.html#_urlsafe_b64encode"
28 >_urlsafe_b64encode</a><br /> </div>
29 <a target="mainFrame" href="oauth2client.crypt-module.html#make_signed_jwt"
30 >make_signed_jwt</a><br /> <a target="mainFrame" href="oauth2client.crypt-module.html#verify_signed_jwt_with_certs"
31 >verify_signed_jwt_with_certs</a><br /> <h2 class="toc">Variables</h2>
32 <a target="mainFrame" href="oauth2client.crypt-module.html#AUTH_TOKEN_LIFETIME_SECS"
33 >AUTH_TOKEN_LIFETIME_SECS</a><br /> <a target="mainFrame" href="oauth2client.crypt-module.html#CLOCK_SKEW_SECS"
34 >CLOCK_SKEW_SECS</a><br /> <a target="mainFrame" href="oauth2client.crypt-module.html#MAX_TOKEN_LIFETIME_SECS"
Joe Gregoriof4839b02012-09-06 13:47:24 -040035 >MAX_TOKEN_LIFETIME_SECS</a><br /> <a target="mainFrame" href="oauth2client.crypt-module.html#logger"
Joe Gregorioe7a0c472012-07-12 11:46:04 -040036 >logger</a><br /><hr />
Joe Gregorio5dc0f5c2012-06-05 13:34:31 -040037<span class="options">[<a href="javascript:void(0);" class="privatelink"
38 onclick="toggle_private();">hide&nbsp;private</a>]</span>
39
40<script type="text/javascript">
41 <!--
42 // Private objects are initially displayed (because if
43 // javascript is turned off then we want them to be
44 // visible); but by default, we want to hide them. So hide
45 // them unless we have a cookie that says to show them.
46 checkCookie();
47 // -->
48</script>
49</body>
50</html>