|
IAIK PKCS#11 Wrapper version 1.2.16 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectiaik.pkcs.pkcs11.wrapper.PKCS11Connector
This class is a sort of factory to get a implementation of the PKCS11 interface. By now, this method simply instanciates PKCS11Implementation. For future version, it can be extended to support different implementations for different versions of PKCS#11.
Constructor Summary | |
protected |
PKCS11Connector()
Empty constructor for internal use only. |
Method Summary | |
static PKCS11 |
connectToPKCS11Module(String pkcs11ModulePath)
Connect to a PKCS#11 module and get an interface to it. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected PKCS11Connector()
Method Detail |
public static PKCS11 connectToPKCS11Module(String pkcs11ModulePath) throws IOException
pkcs11ModulePath
- The path to the PKCS#11 library.
IOException
- If finding the module or connecting to it fails.
|
IAIK PKCS#11 Wrapper version 1.2.16 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |