Viewing file: Crypto.PublicKey.ElGamal.ElGamalobj-class.html (15.34 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
Crypto.PublicKey.ElGamal.ElGamalobj
Class ElGamalobj
pubkey.pubkey --+
|
ElGamalobj
|
|
|
|
|
|
|
|
|
size(self)
Return the maximum number of bits that can be handled by this key. |
|
|
|
has_private(self)
Return a Boolean denoting whether the object contains
private components. |
|
|
|
publickey(self)
Return a new key object containing only the public information. |
|
|
Inherited from pubkey.pubkey :
__eq__ ,
__getstate__ ,
__init__ ,
__ne__ ,
__setstate__ ,
blind ,
can_blind ,
can_encrypt ,
can_sign ,
decrypt ,
encrypt ,
sign ,
unblind ,
validate ,
verify
|
|
keydata = [ ' p ' , ' g ' , ' y ' , ' x ' ]
|
Return the maximum number of bits that can be handled by this key.
- Overrides:
pubkey.pubkey.size
|
|