Use other module! for PKCS#11

7/8/2014 9:42:46 AM
Gravatar
Total Posts 2

Use other module! for PKCS#11

Hello,

We thinking about buying your solution JCryptoki, but its nessesary question: it posible to use other dll module for PKCS#11 – example cryptoki.dll PKCS#11 interface from SafeNet/
Or maybe it’s other way to implement your JCryptoki
 

7/14/2014 10:08:08 AM
Gravatar
Total Posts 300
Ugo Chirico http://www.ugochirico.com

Re: Use other module! for PKCS#11

Yes, of course. You can use any PKCS#11 dll in JCryptoki.
You can set it by the constructor:

Cryptoki(String cryptokilib)           

or by attach method:

attach(final String cryptokilib)