pylibressl.rsa.sign

Module Contents

Classes

RSASign

RSA signing class.

Attributes

RSASign_SHA512

__doc__

class pylibressl.rsa.sign.RSASign(rsa_keypair)

Bases: object

RSA 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