Hi Alexy, Alexy Bezuglyi wrote:
> Hi, > > "In OpenOffice.org, you can digitally sign your documents and macros." > > but I want to add a timestamp and some other data. Can I write a module > that will put my signature to a document somewhere : > > ├───Configurations2 > │ ├───accelerator > │ ├───floater > │ ├───images > │ │ └───Bitmaps > │ ├───menubar > │ ├───popupmenu > │ ├───progressbar > │ ├───statusbar > │ ├───toolbar > │ └───<mysignature.pem!> > │├───META-INF > └───Thumbnails > > and than be able to check this one. This signature I generate with > OpenSSL utility. You can add streams to OOo documents. How useful that is depends on how your component maintaining them integrates into OOo. I assume that you have your reason not to use the built-in document signature component of OOo and so you want to work on a replacement. The recommended place for signature files is inside the Meta-inf folder of the package. You should have a look on how the internal signature component works, at the end the only difference between that component and yours will be they way how the signature is created and verified (if I understood correctly). I hope that someone can tell us if it is possible to replace the built-in signature component by a custom one and how this can be done. This would make the job much easier for you as you wouldn't need to take care for integrating your component into OOo's GUI and framework. Perhaps Giuseppe Castagno can add something here, as he is working on comparable stuff (some of his mail appeared on this list recently). Regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS Please don't reply to "[email protected]". I use it for the OOo lists and only rarely read other mails sent to it. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
