Home | Trees | Indices | Help |
---|
|
object --+ | CertDB
An object representing a Certificate Database
|
|||
|
|||
a new object with type S, a subtype of T |
|
||
SignedCRL object |
|
||
SignedCRL object |
|
||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
|
:Parameters: cert : Certificate object certificate used to lookup the CRL. type : int revocation list type may be one of: - SEC_CRL_TYPE - SEC_KRL_TYPE Returns a SignedCRL object found in the database given a certificate and revocation list type.
|
:Parameters: name : string name to lookup type : int revocation list type may be one of: - SEC_CRL_TYPE - SEC_KRL_TYPE Returns a SignedCRL object found in the database given a name and revocation list type.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Aug 4 17:36:09 2011 | http://epydoc.sourceforge.net |