| Package | Description |
|---|---|
| org.xipki.pkcs11.wrapper |
| Modifier and Type | Method and Description |
|---|---|
static PKCS11Module |
PKCS11Module.getInstance(java.lang.String pkcs11ModulePath)
Get an instance of this class by giving the name of the PKCS#11 module; e.g.
|
PKCS11Module |
Slot.getModule()
Get the module that created this Slot object.
|
PKCS11Module |
Session.getModule()
Get the Module which this Session object operates with.
|
| Constructor and Description |
|---|
Slot(PKCS11Module module,
long slotID)
The constructor that takes a reference to the module and the slot ID.
|
Copyright © 2023. All rights reserved.