Package nss :: Module nss :: Class SignedCRL
[hide private]
[frames] | no frames]

type SignedCRL

object --+
         |
        SignedCRL

An object representing a signed certificate revocation list
Instance Methods [hide private]
 
__init__(...)
x.__init__(...) initializes x; see help(type(x)) for signature
a new object with type S, a subtype of T
__new__(T, S, ...)
 
delete_permanently()
Permanently remove the CRL from the database.
Method Details [hide private]

__init__(...)
(Constructor)

 
x.__init__(...) initializes x; see help(type(x)) for signature
Overrides: object.__init__

__new__(T, S, ...)

 
Returns: a new object with type S, a subtype of T
Overrides: object.__new__