| Package | Description |
|---|---|
| org.xipki.pkcs11.wrapper |
| Modifier and Type | Method and Description |
|---|---|
Slot |
Token.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.
|
Slot |
PKCS11Module.waitForSlotEvent(boolean dontBlock)
Waits for a slot event.
|
| Constructor and Description |
|---|
Token(Slot slot)
The constructor that takes a reference to the module and the slot ID.
|
Copyright © 2023. All rights reserved.