Home | Trees | Indices | Help |
|
---|
|
object --+ | Signatory
I sign things.
I also check signatures.
All my state is encapsulated in an OpenIDStore, which means I'm not generally pickleable but I am easy to reconstruct.
|
|||
__init__(self,
store) Create a new Signatory. |
|||
bool |
verify(self,
assoc_handle,
sig,
signed_pairs) Verify that the signature for some data is valid. |
||
OpenIDResponse |
sign(self,
response) Sign a response. |
||
openid.association.Association |
createAssociation(self,
dumb=True,
assoc_type='HMAC-SHA1') Make a new association. |
||
openid.association.Association |
getAssociation(self,
assoc_handle,
dumb) Get the association with the specified handle. |
||
invalidate(self,
assoc_handle,
dumb) Invalidates the association with the given handle. |
|||
Inherited from |
|
|||
int |
SECRET_LIFETIME = 1209600 The number of seconds a secret remains valid. |
|
|||
Inherited from |
|
Create a new Signatory.
|
Verify that the signature for some data is valid.
|
Sign a response. I take a OpenIDResponse, create a signature for everything in its signed list, and return a new copy of the response object with that signature included.
|
Make a new association.
|
Get the association with the specified handle.
|
Invalidates the association with the given handle.
|
|
SECRET_LIFETIMEThe number of seconds a secret remains valid.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Fri Dec 8 13:26:20 2006 | http://epydoc.sourceforge.net |