Trees | Indices | Help |
---|
|
Verifies the signature on a message.
|
|||
|
|||
|
|||
Inherited from |
|
|||
|
|
|||
Inherited from |
|
Constructor. Args: pubkey, OpenSSL.crypto.PKey, The public key to verify with.
|
Verifies a message against a signature. Args: message: string, The message to verify. signature: string, The signature on the message. Returns: True if message was singed by the private key associated with the public key that this object was constructed with. |
Construct a Verified instance from a string. Args: key_pem: string, public key in PEM format. is_x509_cert: bool, True if key_pem is an X509 cert, otherwise it is expected to be an RSA key in PEM format. Returns: Verifier instance. Raises: OpenSSL.crypto.Error if the key_pem can't be parsed. |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Nov 6 12:07:15 2012 | http://epydoc.sourceforge.net |