Package Crypto :: Package PublicKey :: Module _RSA :: Class RSAobj
[hide private]
[frames] | no frames]

Class RSAobj

pubkey.pubkey --+
                |
               RSAobj

Instance Methods [hide private]
 
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

Method Details [hide private]

size(self)

 
size() : int Return the maximum number of bits that can be handled by this key.
Overrides: pubkey.pubkey.size