Returns the issuer certificate of the given certificate
if it exists in the trust directory.
Returns the path to the trusted certificate with the given ASN.1 name
Add a certificate to trusted certificate list.
Used by UserDB
to create a basic password entry
Used by UserDB
to create a digest password entry
Retrieves a password from the database for user
in realm
. If reload_db
is true the database will be reloaded first.
Removes a password from the database for user
in realm
.
Retrieves a password from the database for user
in realm
. If reload_db
is true the database will be reloaded first.
Removes a password from the database for user
in realm
.
Allow custom handling of requests for files with suffix
by class handler
Remove custom handling of requests for files with suffix
Returns the base label of this frame.
Usually same as label
, without decoration.
Returns the full file path of this frame.
Same as path
, but includes the absolute path.
Check is passed argument valid ‘number’ in RFC 3501 terminology
Ensure argument is ‘number’ or raise DataFormatError
Creates an obscured password in realm
with user
and password
using the auth_type
of this database.
Retrieves a password in realm
for user
for the auth_type
of this database. reload_db
is a dummy value.