WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.
nsIPKCS11ModuleDB
| IID: | ff9fbcd7-9517-4334-b97a-ceed78909974 |
| Inherits From: | nsISupports |
This interface is implemented by the following components:
Properties
readonly PRBool canToggleFIPS
readonly PRBool isFIPSEnabled
Methods
nsIPKCS11Module findModuleByName ( PRUnichar* name )
nsIPKCS11Slot findSlotByName ( PRUnichar* name )
nsIPKCS11Module getInternal ( )
nsIPKCS11Module getInternalFIPS ( )
nsIEnumerator listModules ( )
void toggleFIPSMode ( )
nsIPKCS11Module findModuleByName ( PRUnichar* name )
- Arguments:
- name
nsIPKCS11Slot findSlotByName ( PRUnichar* name )
- Arguments:
- name
nsIPKCS11Module getInternal ( )
nsIPKCS11Module getInternalFIPS ( )
nsIEnumerator listModules ( )
Reference documentation is generated from Mozilla's source.
