I think it's a base component, but I'm not sure.
The references are :
Contract ID - @mozilla.org/security/x509certdb;1
Class ID - {da48b3c0-1284-11d5-ac67-000064657374}
You can verify that's available on a specific version of browser with
the XPCOM component viewer available at :
http://www.hacksrus.com/~ginda/cview/
Once the component viewer is installed, you can access the api of the
component by right clicking on the interface of the component.(to use
the component viewer : Tools--> web development--> component viewer)
I hope it will help you,
Rodrigue Butaye
Scott Rea <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>...
> I am looking for a way to automate key recovery for end entity
> certificates in Netscape/Mozilla browsers with the P12 blob coming down
> from a server. Seems an XPCOM component scripted via JavaScript may do
> the trick - or am I better off trying this via JSS?
>
> Has anyone tried this yet?
>
> I am new - any help/pointers would be most appreciated.
>
> I saw a post from Rodrigue Butaye ([EMAIL PROTECTED]) a fews days back
> about a x509certdb component but cannot discover what it refers to - any
> information of readily available components in pre-built binaries would
> be fantastic.
>
> Regards
>
> -Scott