blob: 38fc4e9bc0168c58bb67886e1c094c26bf3337d8 [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"
Joe Gregorio52a5c532013-01-24 16:19:07 -050017 >AppIdentityError</a><br /> <h2 class="toc">Functions</h2>
Joe Gregorio5dc0f5c2012-06-05 13:34:31 -040018 <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 Gregorio52a5c532013-01-24 16:19:07 -050033 >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 Gregorioe7a0c472012-07-12 11:46:04 -040040 >logger</a><br /><hr />
Joe Gregorio5dc0f5c2012-06-05 13:34:31 -040041<span class="options">[<a href="javascript:void(0);" class="privatelink"
42 onclick="toggle_private();">hide&nbsp;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>