Apache XML Security - is the project moved or stoped?

I found that xml.apache.org/security project is without new releases from long time. Also the documentation is missing and the only way to understand how it works is through debuging line by line.

I need of XML encapsulation for simple and nested hierarchical signature, encryption and decryption. I made all functionallity without XML and now I need to put this in XML wrapper. It is possible to do myslef XML structure, but this will proprietary decision which will not be inter operate with other similar programs.

Any help or/and ideas from where I can found some XML wrapper for signed and encrypted documents which to be realised for JDK5, not for older versions?

[688 byte] By [Miroslav_Nacheva] at [2007-10-2 21:37:34]
# 1
It's all there in the current JWSDP from Sun. No need for the Apache thing at all which is probably why it has stopped.
ejpa at 2007-7-14 0:51:53 > top of Java-index,Security,Other Security APIs, Tools, and Issues...
# 2

Hi,

Thank you. I will check. What about if there is a document where we need of nested sigantures? For example:

- Document D1 first must be signed with S1 signature.

- Then (D1 + S1) must be signed together from 2 independent S2 and S3 signatures.

- Finally (D1 + S1 + S2 + S3) must be signed from S4 signature.

Document: D1

Level 1: S1

Level 2: S2, S3

Level 3: S4

I can do that using XML and my code, but this will be proprietary standard. Is there any public standard which describe that ?

How to encypt the signed document after the last signature is done? I know how, but my question is after that how the recepient will verify the signatures and others? Are there any similar practices and rules?

What about www.OpenXAdES.org ?

Miroslav_Nacheva at 2007-7-14 0:51:53 > top of Java-index,Security,Other Security APIs, Tools, and Issues...