|
List Info
Thread: Re: Digital Signature support for ODT files?
|
|
| Re: Digital Signature support for ODT
files? |

|
2007-09-03 02:48:39 |
Hi,
I'm interested in adding digital signature to odf4j too. I
have some
experience with XML Signature, but I'm newbee to odf4j
development.
So, tell me if i can help ...
Just a comment. JDK 6.0 is not mandatory, you can JSR 105
implementation from Apache XML Security:
http:/
/xml.apache.org/security/Java/index.html
Thanks ;)
On 9/3/07, Amit krishna Saha <amitsaha.in gmail.com> wrote:
> Hi Godha,
>
> On 9/3/07, Godha G N. <godha.gn sonata-software.com> wrote:
> > Hi Amit,
> >
> > Thank you for the quick response. If I cannot get
the required libraries
> > from odf4j, can you please suggest ways in which I
can use JDK 1.6 and
> > implement Digital Signature?
> >
>
> i do not promise, but if i get to look at it, i shall
let you know.
>
> Thanks
> --
> Amit krishna Saha
> [URL]:http://amitsaha.in
.googlepages.com
>
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: dev-unsubscribe odftoolkit.openoffice.org
> For additional commands, e-mail: dev-help odftoolkit.openoffice.org
>
>
--
Salut,
====================================
Ricardo Borillo Domenech
http://xml-utils.com
------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribe odftoolkit.openoffice.org
For additional commands, e-mail: dev-help odftoolkit.openoffice.org
|
|
| Re: Digital Signature support for ODT
files? |

|
2007-09-03 02:59:53 |
Hi Ricardo,
On 9/3/07, Ricardo Borillo <Ricardo.Borillo si.uji.es> wrote:
> Hi,
>
> I'm interested in adding digital signature to odf4j
too. I have some
> experience with XML Signature, but I'm newbee to odf4j
development.
> So, tell me if i can help ...
To get started, check out the odf4j code from the CVS
(http://odftoolkit.openoffice.org/source/browse/od
ftoolkit/odf4j)
Go ahead. Write some code and let us know.
looking forward to see your contribution.
Regards
Amit
--
Amit krishna Saha
[URL]:http://amitsaha.in
.googlepages.com
------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribe odftoolkit.openoffice.org
For additional commands, e-mail: dev-help odftoolkit.openoffice.org
|
|
| RE: Digital Signature support for ODT
files? |

|
2007-09-03 07:23:13 |
Hi,
>From this link -
http://java.sun.com/developer/technicalA
rticles/xml/dig_signature_api/in
dex.html, I could know that for a single XML the application
of XML
Signature. But as ODF documents are number of compressed
XML's, how
should the XML Signature be applied to all those files?
Thanks and Regards,
Godha
-----Original Message-----
From: borillo gmail.com [mailto:borillo gmail.com] On Behalf Of Ricardo
Borillo
Sent: Monday, September 03, 2007 1:19 PM
To: dev odftoolkit.openoffice.org
Subject: Re: [odftk-dev] Digital Signature support for ODT
files?
Hi,
I'm interested in adding digital signature to odf4j too. I
have some
experience with XML Signature, but I'm newbee to odf4j
development.
So, tell me if i can help ...
Just a comment. JDK 6.0 is not mandatory, you can JSR 105
implementation from Apache XML Security:
http:/
/xml.apache.org/security/Java/index.html
Thanks ;)
On 9/3/07, Amit krishna Saha <amitsaha.in gmail.com> wrote:
> Hi Godha,
>
> On 9/3/07, Godha G N. <godha.gn sonata-software.com> wrote:
> > Hi Amit,
> >
> > Thank you for the quick response. If I cannot get
the required
libraries
> > from odf4j, can you please suggest ways in which I
can use JDK 1.6
and
> > implement Digital Signature?
> >
>
> i do not promise, but if i get to look at it, i shall
let you know.
>
> Thanks
> --
> Amit krishna Saha
> [URL]:http://amitsaha.in
.googlepages.com
>
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: dev-unsubscribe odftoolkit.openoffice.org
> For additional commands, e-mail: dev-help odftoolkit.openoffice.org
>
>
--
Salut,
====================================
Ricardo Borillo Domenech
http://xml-utils.com
------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribe odftoolkit.openoffice.org
For additional commands, e-mail: dev-help odftoolkit.openoffice.org
------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribe odftoolkit.openoffice.org
For additional commands, e-mail: dev-help odftoolkit.openoffice.org
|
|
| Re: Digital Signature support for ODT
files? |

|
2007-09-03 08:04:08 |
Hi,
When you work with odf4j, you are working over a compressed
XML
(content.xml). For XML Signature, this is the same. You have
to
construct an XML Signature with several
"References" to the main XML
files (content, style, etc) ... if i'm not wrong
The example that you send, implements an enveloped
signature. That
means that no reference is necessary to external files,
because the
signature is enveloped by the data that must be signed. In
OpenOffice
we need to generate a dettached signature:
http://www.w3.org/TR/xmldsig-core/#def-SignatureDetached
But is quite similar ...
On 9/3/07, Godha G N. <godha.gn sonata-software.com>
wrote:
> Hi,
>
> From this link -
> http://java.sun.com/developer/technicalA
rticles/xml/dig_signature_api/in
> dex.html, I could know that for a single XML the
application of XML
> Signature. But as ODF documents are number of
compressed XML's, how
> should the XML Signature be applied to all those
files?
>
> Thanks and Regards,
> Godha
>
> -----Original Message-----
> From: borillo gmail.com [mailto:borillo gmail.com] On Behalf Of Ricardo
> Borillo
> Sent: Monday, September 03, 2007 1:19 PM
> To: dev odftoolkit.openoffice.org
> Subject: Re: [odftk-dev] Digital Signature support for
ODT files?
>
> Hi,
>
> I'm interested in adding digital signature to odf4j
too. I have some
> experience with XML Signature, but I'm newbee to odf4j
development.
> So, tell me if i can help ...
>
> Just a comment. JDK 6.0 is not mandatory, you can JSR
105
> implementation from Apache XML Security:
>
> http:/
/xml.apache.org/security/Java/index.html
>
> Thanks ;)
>
>
> On 9/3/07, Amit krishna Saha <amitsaha.in gmail.com> wrote:
> > Hi Godha,
> >
> > On 9/3/07, Godha G N. <godha.gn sonata-software.com> wrote:
> > > Hi Amit,
> > >
> > > Thank you for the quick response. If I cannot
get the required
> libraries
> > > from odf4j, can you please suggest ways in
which I can use JDK 1.6
> and
> > > implement Digital Signature?
> > >
> >
> > i do not promise, but if i get to look at it, i
shall let you know.
> >
> > Thanks
> > --
> > Amit krishna Saha
> > [URL]:http://amitsaha.in
.googlepages.com
> >
> >
------------------------------------------------------------
---------
> > To unsubscribe, e-mail: dev-unsubscribe odftoolkit.openoffice.org
> > For additional commands, e-mail: dev-help odftoolkit.openoffice.org
> >
> >
>
>
> --
> Salut,
> ====================================
> Ricardo Borillo Domenech
> http://xml-utils.com
>
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: dev-unsubscribe odftoolkit.openoffice.org
> For additional commands, e-mail: dev-help odftoolkit.openoffice.org
>
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: dev-unsubscribe odftoolkit.openoffice.org
> For additional commands, e-mail: dev-help odftoolkit.openoffice.org
>
>
--
Salut,
====================================
Ricardo Borillo Domenech
http://xml-utils.com
------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribe odftoolkit.openoffice.org
For additional commands, e-mail: dev-help odftoolkit.openoffice.org
|
|
[1-4]
|
|