| Package | Description |
|---|---|
| org.xipki.pkcs11.wrapper | |
| org.xipki.pkcs11.wrapper.params |
| Modifier and Type | Method and Description |
|---|---|
static PKCS11Module |
PKCS11Module.getInstance(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 |
PKCS11Token.getModule() |
PKCS11Module |
Session.getModule()
Get the Module which this Session object operates with.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Mechanism.setModule(PKCS11Module module) |
| Constructor and Description |
|---|
Slot(PKCS11Module module,
long slotID)
The constructor that takes a reference to the module and the slot ID.
|
| Modifier and Type | Field and Description |
|---|---|
protected PKCS11Module |
CkParams.module |
| Modifier and Type | Method and Description |
|---|---|
void |
CkParams.setModule(PKCS11Module module) |
Copyright © 2023. All rights reserved.