Home | Trees | Indices | Help |
|
---|
|
object --+ | httxobject.HttxObject --+ | httxpassmanager.HttxPassManager --+ | HttxCertKeyManager
A subclass of HttxPassManager to hold paths to private key and certificate files to be used in client validation in https connections
Usually the certificate file contains the private key too, but if this is not the case, the path to the file containing the private key has to also be supplied
The class stores the cert_file/private_key_file tuple for a given url
A catch_all empty string can be used to validate against any url
The storage functionality is implemented by the HTTPPasswordManagerWithDefaultRealm used by HttxPassManager and using a default Realm of None
|
|||
|
|||
|
|||
tuple |
|
||
Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
Constructor. It delegates construction to the base class HttxPassManager
|
Add paths to the certificate and private key
|
Retrieves a tuple of (certfile, keyfile) for a given url
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Aug 13 14:56:41 2011 | http://epydoc.sourceforge.net |