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