| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Key --+
|
SymmetricKey --+
|
HmacKey
Represents HMAC-SHA1 symmetric private keys.
|
|||
|
|||
|
|||
| string |
|
||
| boolean |
|
||
|
Inherited from Inherited from |
|||
|
|||
| HmacKey |
|
||
| HmacKey |
|
||
|
|||
|
Inherited from Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
str(x)
|
Return a newly generated HMAC-SHA1 key.
|
Reads an HMAC-SHA1 key from a JSON string representation of it.
|
Return raw byte string of signature on the message.
|
Return True if the signature corresponds to the message.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Aug 10 17:05:05 2008 | http://epydoc.sourceforge.net |