Part of lp.archivepublisher.archivesigningkey View In Hierarchy
IArchive adapter for manipulating its GPG key.| Method | getPathForSecretKey | See IArchiveSigningKey. |
| Method | exportSecretKey | See IArchiveSigningKey. |
| Method | generateSigningKey | See IArchiveSigningKey. |
| Method | setSigningKey | See IArchiveSigningKey. |
| Method | _uploadPublicSigningKey | Upload the public half of a signing key to the keyserver. |
| Method | _storeSigningKey | Store signing key reference in the database. |
| Method | _setupSigningKey | Mandatory setup for signing keys. |
Inherited from SignableArchive:
| Method | __init__ | Undocumented |
| Method | can_sign | See ISignableArchive. |
| Method | signRepository | See ISignableArchive. |
| Method | signFile | See ISignableArchive. |
| Method | _makeSignatures | Make a sequence of signatures. |