Re: NSS+JSS in FIPS mode for Encryption and Decryption in java

2013-08-27 Thread helpcrypto helpcrypto
On Mon, Aug 26, 2013 at 7:11 PM, raj wrote: > Hello helpcrypto, > > Thank you so much for your response. If we use the SunPKCS11, is NSS > library > the one doing encryption/decryption stuff?? > No idea. Just use NSS to access installed certificates to sign using PKCS#11 interface. But u can con

Re: NSS+JSS in FIPS mode for Encryption and Decryption in java

2013-08-27 Thread raj
Hello helpcrypto, Thank you so much for your response. If we use the SunPKCS11, is NSS library the one doing encryption/decryption stuff?? If so, Can you please help me in setting up the configuration (from below)in Windows machine and Linux server. I want to achieve the Cryptographic functionali

Re: NSS+JSS in FIPS mode for Encryption and Decryption in java

2013-08-26 Thread helpcrypto helpcrypto
In the past we used JSS but at the end we have move to SunPKCS11 provider. Consider using it as stated in http://docs.oracle.com/javase/6/docs/technotes/guides/security/p11guide.html#NSS My two cents. On Thu, Aug 22, 2013 at 9:12 PM, raj wrote: > Need help in doing the NSS+JSS in FIPS mode for