Re: JSS: How to load symmetric key from NSS DB?

2009-03-23 Thread Glen Beasley
alex.agra...@gmail.com wrote: I wonder how is it possible to load symmetric key that is stored inside the NSS DB via JSS API? I tried using KeyStore JCA class (as in org.mozilla.jss.tests.KeyStoreTest example): KeyStore ks = KeyStore.getInstance(Mozilla-JSS); but it turns out that

JSS: How to load symmetric key from NSS DB?

2009-03-21 Thread alex . agranov
I wonder how is it possible to load symmetric key that is stored inside the NSS DB via JSS API? I tried using KeyStore JCA class (as in org.mozilla.jss.tests.KeyStoreTest example): KeyStore ks = KeyStore.getInstance(Mozilla-JSS); but it turns out that JSSProvider doesn't register