Uses of Class
org.xipki.pkcs11.wrapper.Slot
-
Packages that use Slot Package Description org.xipki.pkcs11.wrapper -
-
Uses of Slot in org.xipki.pkcs11.wrapper
Methods in org.xipki.pkcs11.wrapper that return Slot Modifier and Type Method Description SlotToken. getSlot()Get the slot that created this Token object.Slot[]PKCS11Module. getSlotList(boolean tokenPresent)Gets a list of slots that can accept tokens that are compatible with this module; e.g.SlotPKCS11Module. waitForSlotEvent(boolean dontBlock)Waits for a slot event.Constructors in org.xipki.pkcs11.wrapper with parameters of type Slot Constructor Description Token(Slot slot)The constructor that takes a reference to the module and the slot ID.
-