Viewing file: Crypto.PublicKey.qNEW.qNEWobj-class.html (16.92 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
Crypto.PublicKey.qNEW.qNEWobj
Class qNEWobj
pubkey.pubkey --+
|
qNEWobj
|
|
|
|
|
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. |
|
|
|
can_sign(self)
Return a Boolean value recording whether this algorithm can generate signatures. |
|
|
|
can_encrypt(self)
Return a Boolean value recording whether this algorithm can encrypt data. |
|
|
|
publickey(self)
Return a new key object containing only the public information. |
|
|
Inherited from pubkey.pubkey :
__eq__ ,
__getstate__ ,
__init__ ,
__ne__ ,
__setstate__ ,
blind ,
can_blind ,
decrypt ,
encrypt ,
sign ,
unblind ,
validate ,
verify
|
|
keydata = [ ' p ' , ' q ' , ' g ' , ' y ' , ' x ' ]
|
Return the maximum number of bits that can be handled by this key.
- Overrides:
pubkey.pubkey.size
|
Return a Boolean value recording whether this algorithm can generate signatures.
- Overrides:
pubkey.pubkey.can_sign
|
|