views:

136

answers:

1

Hello, I would like to use java xml signing api for xades-t signature type. I need to do a canonical transform on signature value node, get a timestamp and insert the result under the object tag. I can successfully use the api to do regular signing, but I am confused about getting one step further. any pointers are very much appreciated. thanks

A: 

Hi,

Try with jXAdES at xades.dev.java.net.

Here you have some sample tests:

https://xades.dev.java.net/source/browse/xades/trunk/jxades/src/main/java/net/java/xades/test/

Hope it helps :)

Regards, Ricardo

borillo
thank you, it was helpful.
artsince