| Package | Description | 
|---|---|
| iaik.pkcs.pkcs11.wrapper | |
| it.trento.comune.j4sign.pkcs11 | 
 The j4sign layer for managing PKCS#11 tokens. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PKCS11Implementation
This is the default implementation of the PKCS11 interface. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static PKCS11 | 
PKCS11Connector.connectToPKCS11Module(java.lang.String pkcs11ModulePath)
Connect to a PKCS#11 module and get an interface to it. 
 | 
static PKCS11 | 
PKCS11Connector.connectToPKCS11Module(java.lang.String pkcs11ModulePath,
                     java.lang.String pkcs11WrapperPath)
Connect to a PKCS#11 module with the specified PKCS#11-wrapper native library and get an interface to it. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private PKCS11 | 
PKCS11Signer.pkcs11Module
The java object wrapping criptoki library functionalities. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
private PKCS11 | 
PKCS11Signer.getPkcs11()
Gets the java wrapper for the cryptoki. 
 |