Part of lp.registry.interfaces.gpg View In Hierarchy
| Method | new | Create a new GPGKey pointing to the given Person. |
| Method | activate | Activate 'key' for 'requester'. |
| Method | deactivate | Deactivate a key. |
| Method | getByFingerprint | Return UNIQUE result for a given Key fingerprint including |
| Method | getByFingerprints | Get multiple OpenPGP keys by their fingerprints. |
| Method | getGPGKeysForPerson | Return OpenGPG keys for a person. |
| Returns | A tuple of (IGPGKey, new), where 'new' is False if we have reactivated an existing key. | |