Home | Trees | Index | Help |
---|
Package tlslite :: Module BaseDB :: Class BaseDB |
|
SharedKeyDB
,
VerifierDB
Method Summary | |
---|---|
__init__(self,
filename,
type)
| |
bool |
Check if the database contains the specified username. |
__delitem__(self,
username)
| |
__getitem__(self,
username)
| |
__setitem__(self,
username,
value)
| |
check(self,
username,
param)
| |
Create a new on-disk database. | |
list |
Return a list of usernames in the database. |
Open a pre-existing on-disk database. |
Method Details |
---|
__contains__(self,
username)
Check if the database contains the specified username.
|
create(self)Create a new on-disk database.
|
keys(self)Return a list of usernames in the database.
|
open(self)Open a pre-existing on-disk database.
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.0 on Mon Feb 21 21:56:55 2005 | http://epydoc.sf.net |