:py:mod:`pylibressl.rsa.sign` ============================= .. py:module:: pylibressl.rsa.sign Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: pylibressl.rsa.sign.RSASign Attributes ~~~~~~~~~~ .. autoapisummary:: pylibressl.rsa.sign.RSASign_SHA512 pylibressl.rsa.sign.__doc__ .. py:class:: RSASign(rsa_keypair) Bases: :py:obj:`object` RSA signing class. .. py:method:: new(cls, digest_type, name='NewRSASign') :classmethod: Create new RSA signing class. .. py:method:: sign(self, message) Sign a message with RSA. .. py:method:: verify(self, message, signature) Verify signed message with RSA. .. py:data:: RSASign_SHA512 .. py:data:: __doc__ :annotation: = RSA signatures using SHA512 digest