charan wrote:
> I want to know whether there is any platform independent way to
> initialize and add certificates to cert7.db
>
>   
I do hope you mean cert8.db since cert7.db has been obsolete for several 
years.

JSS requires NSPR/NSS. your java code is platform independent with the 
understanding
that you're required to install JSS/NSS/NSPR binaries on  the specific 
platform your  running
on. There is no getting around this requirement.

You could  also use Java 5 or 6 and the SunPKCS11 provider but then you 
still have to install/configure
NSPR/NSS/SunPKCS11.

or you could install NSPR/NSS and use certutil binary that is built for 
the platform. :)

have a good day,

glen


> _______________________________________________
> dev-tech-crypto mailing list
> dev-tech-crypto@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-tech-crypto
>   

_______________________________________________
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to