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
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)