license of nspr

2008-03-25 Thread Ron Lu
Hi, i just want to be sure. As the NSS Security Tools also make use of NSPR and i only found out that NSS is triple-licensed but do not know about NSPR. Is it triple-licensed,too? Thank you! ron -- GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen! Jetzt dabei sein: http:/

Re: certificate database of Thunderbird

2008-03-24 Thread Ron Lu
Wan-Teh wrote: > The issues you need to consider include: > - Do you need to link NSS with your own code? If so, is your own code > open source? Under what license? > - Do you modify NSS or just use NSS unmodified? if i only use NSS unmodified, what would you say is the more appropriate licen

Re: certificate database of Thunderbird

2008-03-24 Thread Ron Lu
illa.org > Betreff: Re: certificate database of Thunderbird > On Sun, Mar 23, 2008 at 4:04 PM, Ron Lu <[EMAIL PROTECTED]> wrote: > > Hi, > > > > in firefox certificates are stored in cert8.db. Can someone tell me > where the corresponding database file for Thunde

certificate database of Thunderbird

2008-03-23 Thread Ron Lu
Hi, in firefox certificates are stored in cert8.db. Can someone tell me where the corresponding database file for Thunderbird is located? And do you know whether there are tools enabling access to and modification of that database like NSS for firefox(e.g. adding certificate to cert8.db)? Thank

[no subject]

2008-03-23 Thread Ron Lu
Hi, in firefox certificates are stored in cert8.db. Can someone tell me where the corresponding database file for Thunderbird is located? And do you know whether there are tools enabling access to and modification of that database like NSS for firefox(e.g. adding certificate to cert8.db)? Thank

Re: run certutil in java

2008-02-04 Thread Ron Lu
Hi Dave, thank you for your help. I solved the problem by retyping the command. I don't know why, but it works now. And i currently work on the alternative solution with JSS. ron Dave worte: > Ron Lu wrote: > > Hi, > > i tried to use the methode exec from the Class Run

run certutil in java

2008-02-02 Thread Ron Lu
Hi, i tried to use the methode exec from the Class Runtime to run certutil in java. The function of listing all certificates in a certain db(-L -d C:\test) works well. However, i cannot add any cert to the db, although it works when i do this from the command-line. My code looks as follows:

use certutil's functionalities in java

2008-01-13 Thread Ron Lu
Hi, i have successfully made acquainted with the nss tool - certutil. However, as our project is implemented in java, is there a possibility to make use of the functionalities of certutil in java directly? i already found out that one can use the method exec from the class Runtime to run externa