Re: An issue with keytool and PKCS11

2016-01-21 Thread Mark Joseph
Can you add a -debug option and show me the full output? You can also add a -J-Djava.security.debug=all but I am not sure if the output is useful. --Max We found it useful but there is a lot of it.    We also used it while walking though the code and viewing our own logs. You can s

Re: An issue with keytool and PKCS11

2016-01-20 Thread Wang Weijun
Can you add a -debug option and show me the full output? You can also add a -J-Djava.security.debug=all but I am not sure if the output is useful. --Max > On Jan 12, 2016, at 9:38 AM, Mark Joseph wrote: > > Hi, > >We are a PKCS#11 vendor and we are in the process of integrating our C >

An issue with keytool and PKCS11

2016-01-20 Thread Mark Joseph
Hi,    We are a PKCS#11 vendor and we are in the process of integrating our C library with keytool and jarsigner.    We are executing the following comand line.   keytool  -keystore NONE -storetype PKCS11 -storepass 12345678 -providerName SunPKCS11-P6Rtoken -providerclass sun.security.pkc