Package twisted :: Package conch :: Module credentials :: Class ISSHPrivateKey
[show private | hide private]
[frames | no frames]

Class ISSHPrivateKey

NonMetaInterface --+    
                   |    
        ICredentials --+
                       |
                      ISSHPrivateKey


I encapsulate an SSH public key to be checked against a users private key.
Instance Variable Summary
  blob - The public key blob as sent by the client.
  sigData - The data the signature was made from.
  signature - The signed data.
  username - Duh?

Instance Variable Details

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.

username

Duh?

Generated by Epydoc 1.1 on Fri Jun 27 03:47:45 2003 http://epydoc.sf.net