| Trees | Indices | Help |
|---|
|
|
Signs messages with a private key.
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
Constructor. Args: pkey, OpenSSL.crypto.PKey, The private key to sign with.
|
Signs a message. Args: message: string, Message to be signed. Returns: string, The signature of the message for the given key. |
Construct a Signer instance from a string. Args: key: string, private key in P12 format. password: string, password for the private key file. Returns: Signer instance. Raises: OpenSSL.crypto.Error if the key can't be parsed. |
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Thu Jun 14 08:01:58 2012 | http://epydoc.sourceforge.net |