bN
b d dl Zd dl mZmZmZ d dlmZmZmZm Z G d d Z
d dZd ZdS )
N)ceil_div
bytes_to_long
long_to_bytes)DerSequenceDerNullDerOctetStringDerObjectIdc * e Zd ZdZd Zd Zd Zd ZdS )PKCS115_SigSchemezA signature object for ``RSASSA-PKCS1-v1_5``.
Do not instantiate directly.
Use :func:`Crypto.Signature.pkcs1_15.new`.
c || _ dS )a Initialize this PKCS#1 v1.5 signature scheme object.
:Parameters:
rsa_key : an RSA key object
Creation of signatures is only possible if this is a *private*
RSA key. Verification of signatures is always possible.
N)_key)selfrsa_keys {/builddir/build/BUILD/imunify360-venv-2.6.2/opt/imunify360/venv/lib64/python3.11/site-packages/Crypto/Signature/pkcs1_15.py__init__zPKCS115_SigScheme.__init__) s c 4 | j S )z