Home | Trees | Indices | Help |
|
---|
|
object --+ | Key
Parent class for Keyczar Keys.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
hash The hash id of the key. |
|||
size The size of the key in bits. |
|||
key_string The key as a Base64 string. |
|||
key_bytes The key as bytes. |
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Return the key as a string. Abstract method. |
Compute and return the hash id of this key. Can override default hash. |
|
hashThe hash id of the key.
|
sizeThe size of the key in bits.
|
key_stringThe key as a Base64 string.
|
key_bytesThe key as bytes.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Aug 10 17:05:05 2008 | http://epydoc.sourceforge.net |