|
|
_encrypt(self,
plaintext,
K='') |
|
|
|
|
| _decrypt(self,
ciphertext) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
can_blind(self)
can_blind() : bool
Return a Boolean value recording whether this algorithm can
blind data. |
|
|
|
|
size(self)
size() : int
Return the maximum number of bits that can be handled by this key. |
|
|
|
|
has_private(self)
has_private() : bool
Return a Boolean denoting whether the object contains
private components. |
|
|
|
|
publickey(self)
publickey(): RSAobj
Return a new key object containing only the public key information. |
|
|
|
Inherited from pubkey.pubkey:
__eq__,
__getstate__,
__init__,
__setstate__,
blind,
can_encrypt,
can_sign,
decrypt,
encrypt,
sign,
unblind,
validate,
verify
|