Re: JSS - Open Multiple Truststores

2015-06-08 Thread Opa114
Am Montag, 23. April 2007 21:35:57 UTC+2 schrieb Glen Beasley: Dennis Sinelnikov wrote: Hello, Is there a way to open more than 1 NSS truststore using JSS? Specifically, within the same lifecycle of the java application. At this time no. The database NSS currently uses, can't be

Re: JSS - Open Multiple Truststores

2007-04-24 Thread Dennis Sinelnikov
Thank you Bob and Glen for the info. Bob, you're right. I do want to open multiple NSS databases (cert8.db/key3.db) dynamically via 1 process (jvm in my case). I'll see if I can fake out JSS, or perhaps add this functionality to JSS. I'm somewhat surprised that this functionality is not

JSS - Open Multiple Truststores

2007-04-23 Thread Dennis Sinelnikov
Hello, Is there a way to open more than 1 NSS truststore using JSS? Specifically, within the same lifecycle of the java application. I attempted to use http://www.mozilla.org/projects/security/pki/jss/javadoc/org/mozilla/jss/DatabaseCloser.html without much success. Any tips is much

Re: JSS - Open Multiple Truststores

2007-04-23 Thread Glen Beasley
Dennis Sinelnikov wrote: Hello, Is there a way to open more than 1 NSS truststore using JSS? Specifically, within the same lifecycle of the java application. At this time no. The database NSS currently uses, can't be used by multiple processes. The multiaccess database feature is