twisted.conch.scripts.ckeygen module documentationtwisted.conch.scripts
View Source
Implementation module for the `ckeygen` command.
| Class | GeneralOptions | Undocumented |
| Function | run | Undocumented |
| Function | handleError | Undocumented |
| Function | generateRSAkey | Undocumented |
| Function | generateDSAkey | Undocumented |
| Function | printFingerprint | Undocumented |
| Function | changePassPhrase | Undocumented |
| Function | displayPublicKey | Undocumented |
| Function | _saveKey | Persist a PyCrypto key on local filesystem. |
Persist a PyCrypto key on local filesystem.
| Parameters | key | Key which is persisted on local filesystem. (type: Crypto.PublicKey implementation.) |
| options | (type: dict) | |
| keyTypeName | Name of the type for the passed key. (type: str) |