Hello all, Im doing a Java implementation that uses its own wrapper to access pkcs11 modules. With this library, I'm trying to list user certificates inside of softokn3 nss's pkcs11 software module. For achieving this, I'm passing to pkcs#11 Initialize function the next args: "configdir='/some/path/' certPrefix='' keyPrefix='' secmod=' secmod.db' flags="
When I call the pkcs11 findObjects function with a certificate template get all certificates stored on secmod.db. But I have not found any way to get a private key reference without login in the module. I want to do that to identify those certs that user has its corresponding private key. (Own certificates) Are there any initialization flags to allow private key listing without login? How is this task accomplished from firefox? I have noticed there is a mail that resolves that (or similar) with JSS but I am not allowed to use JSS from my app. Thank you very much in advance. Paúl. _______________________________________________ dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto