pylibressl.rsa.sign¶
Module Contents¶
Attributes¶
- class pylibressl.rsa.sign.RSASign(rsa_keypair)¶
Bases:
objectRSA signing class.
- classmethod new(cls, digest_type, name='NewRSASign')¶
Create new RSA signing class.
- sign(self, message)¶
Sign a message with RSA.
- verify(self, message, signature)¶
Verify signed message with RSA.
- pylibressl.rsa.sign.RSASign_SHA512¶
- pylibressl.rsa.sign.__doc__ = RSA signatures using SHA512 digest¶