|
IAIK PKCS#11 Wrapper version 1.2.16 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Module | |
iaik.pkcs.pkcs11 |
Uses of Module in iaik.pkcs.pkcs11 |
Fields in iaik.pkcs.pkcs11 declared as Module | |
protected Module |
Slot.module_
The module that created this slot object. |
protected Module |
Session.module_
A reference to the underlying PKCS#11 module to perform the operations. |
Methods in iaik.pkcs.pkcs11 that return Module | |
Module |
Slot.getModule()
Get the module that created this Slot object. |
Module |
Session.getModule()
Get the Module which this Session object operates with. |
static Module |
Module.getInstance(String pkcs11ModuleName)
Get an instance of this class by giving the name of the PKCS#11 module; e.g. |
Constructors in iaik.pkcs.pkcs11 with parameters of type Module | |
Slot(Module module,
long slotID)
The constructor that takes a reference to the module and the slot ID. |
|
IAIK PKCS#11 Wrapper version 1.2.16 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |