[scriptable, uuid(c2d4f296-ee60-11d4-998b-00b0d02354a0)]
interface nsIPKCS11Slot : nsISupports

Constants


          
const unsigned long SLOT_DISABLED = 0

          
const unsigned long SLOT_NOT_PRESENT = 1

          
const unsigned long SLOT_UNINITIALIZED = 2

          
const unsigned long SLOT_NOT_LOGGED_IN = 3

          
const unsigned long SLOT_LOGGED_IN = 4

          
const unsigned long SLOT_READY = 5

Attributes


          
readonly attribute wstring FWVersion

          
readonly attribute wstring HWVersion

          
readonly attribute wstring desc

          
readonly attribute wstring manID

          
readonly attribute wstring name

          
readonly attribute unsigned long status

          
readonly attribute wstring tokenName

Methods


          
nsIPK11Token getToken()