|
|
|
|
|
|
|
|
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
|