Re: How is it possible to instantiate multiple instances of CryptoManager in Java (JSS)?

2015-06-24 Thread Opa114
now i got the CloseDBs Code working and it will close the Database. But i could not create a second or third instance of CryptoManager again. Is this possible?? -- dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto

Re: How is it possible to instantiate multiple instances of CryptoManager in Java (JSS)?

2015-06-01 Thread Opa114
i found a little bit of code and answers (https://bugzilla.mozilla.org/show_bug.cgi?id=378615), but did not work. get the alreadyInitializedException, too -- dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto

How is it possible to instantiate multiple instances of CryptoManager in Java (JSS)?

2015-05-30 Thread Opa114
Hi, i know how ot create a new Instance of CryptoManager in Java and it all works fine. But i want to access the Firefox and Thunderbird Key-/Certstore simultaneously. So i have two classes for my two applications and when i create new Objects of them i got the Exception that the Cryptomanager