|
IAIK PKCS#11 Wrapper version 1.2.17 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PKCS11 | |
iaik.pkcs.pkcs11 | |
iaik.pkcs.pkcs11.wrapper |
Uses of PKCS11 in iaik.pkcs.pkcs11 |
Fields in iaik.pkcs.pkcs11 declared as PKCS11 | |
protected PKCS11 |
Session.pkcs11Module_
A reference to the underlying PKCS#11 module to perform the operations. |
protected PKCS11 |
Module.pkcs11Module_
Interface to the underlying PKCS#11 module. |
Methods in iaik.pkcs.pkcs11 that return PKCS11 | |
PKCS11 |
Module.getPKCS11Module()
Gets the PKCS#11 module of the wrapper package behind this object. |
Constructors in iaik.pkcs.pkcs11 with parameters of type PKCS11 | |
Module(PKCS11 pkcs11Module)
Create a new module that uses the given PKCS11 interface to interact with the token. |
Uses of PKCS11 in iaik.pkcs.pkcs11.wrapper |
Classes in iaik.pkcs.pkcs11.wrapper that implement PKCS11 | |
class |
PKCS11Implementation
This is the default implementation of the PKCS11 interface. |
Methods in iaik.pkcs.pkcs11.wrapper that return PKCS11 | |
static PKCS11 |
PKCS11Connector.connectToPKCS11Module(String pkcs11ModulePath)
Connect to a PKCS#11 module and get an interface to it. |
static PKCS11 |
PKCS11Connector.connectToPKCS11Module(String pkcs11ModulePath,
String pkcs11WrapperPath)
Connect to a PKCS#11 module with the specified PKCS#11-wrapper native library and get an interface to it. |
|
IAIK PKCS#11 Wrapper version 1.2.17 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |