Part of twisted.cred.credentials View Source View In Hierarchy
Known implementations: twisted.cred.credentials.SSHPrivateKey
Instance Variables | username | Duh? |
algName | The algorithm name for the blob. | |
blob | The public key blob as sent by the client. | |
sigData | The data the signature was made from. | |
signature | The signed data. This is checked to verify that the user owns the private key. |