Viewing file: Crypto.PublicKey._RSA.RSAobj-class.html (8.77 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
Crypto.PublicKey._RSA.RSAobj
Class RSAobj
pubkey.pubkey --+
|
RSAobj
|
size(self)
size() : int
Return the maximum number of bits that can be handled by this key. |
|
|
Inherited from pubkey.pubkey :
__eq__ ,
__getstate__ ,
__init__ ,
__ne__ ,
__setstate__ ,
blind ,
can_blind ,
can_encrypt ,
can_sign ,
decrypt ,
encrypt ,
has_private ,
publickey ,
sign ,
unblind ,
validate ,
verify
|
size() : int
Return the maximum number of bits that can be handled by this key.
- Overrides:
pubkey.pubkey.size
|
|