pylibressl.rsa.cipher

Module Contents

Classes

RSACrypt

RSA en/decryption class.

Attributes

RSACrypt_AES256

class pylibressl.rsa.cipher.RSACrypt(keypair)

Bases: object

RSA en/decryption class.

classmethod new(cls, symmetric_cipher, name='NewRSACrypt')

Create new RSA cipher class.

encrypt(self, data)
decrypt(self, data, session_key, iv)
pylibressl.rsa.cipher.RSACrypt_AES256