Linux Mac OSX Windows

Implemented by


  
[scriptable, uuid(486755db-627a-4678-a21b-f6a63bb9c56a)]
interface nsICRLManager : nsISupports

Constants


        
const unsigned long TYPE_AUTOUPDATE_TIME_BASED = 1

        
const unsigned long TYPE_AUTOUPDATE_FREQ_BASED = 2

Methods


        
wstring computeNextAutoUpdateTime(in nsICRLInfo info, in unsigned long autoUpdateType, in double noOfDays)

        
void deleteCrl(in unsigned long crlIndex)

        
nsIArray getCrls()

        
void importCrl([array, size_is(length)] in octet data, in unsigned long length, in nsIURI uri, in unsigned long type, in boolean doSilentDownload, in wstring crlKey)

        
void rescheduleCRLAutoUpdate()

        
boolean updateCRLFromURL(in wstring url, in wstring key)