|
|
sign(self,
packet,
passwordCallback,
sigType=None,
creation=None,
expiration=None,
trustLevel=None,
trustAmount=None,
trustRegex=None,
**kwargs)
Sign packet (user packet only). |
source code
|
|
|
Inherited from PGP_Key:
adoptSignature,
assertSigningKey,
getCreatedTimestamp,
getEndOfLife,
getKeyFingerprint,
getKeyId,
getPublicKeyTuple,
iterAllSelfSignatures,
iterSelfSignatures
Inherited from PGP_BaseKeySig:
readMPIs,
skipMPIs
Inherited from PGP_BasePacket:
__init__,
clone,
getBodyStream,
getParentPacket,
isEmpty,
next,
readBin,
readBody,
readExact,
resetBody,
seek,
setNextStream,
setParentPacket,
setUp,
write,
writeAll,
writeBody,
writeHeader
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|