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 us

Re: JSS - Open Multiple Truststores

2015-06-01 Thread Opa114
Am Dienstag, 24. April 2007 16:33:04 UTC+2 schrieb 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 fun

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 alread

Re: JSS - Open Multiple Truststores

2007-04-24 Thread Robert Relyea
Glen Beasley wrote: > 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. >> >> > > What do you mean by trust store? If you mean NSS trust domain, then no, the tru

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

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 appreciate