> >>my own xml signature algorithm and i found that it consumes much less > memory<< > > Really? Have you done the c14n bit? That's the step that gobbles up all the > memory. >
I don�t need to, because, i don�t use dom neither jdom, i developed my own small JAXB, so I read the XML into my generated Java structure, when I need to sign some area y use, a method of the structure that prints the canonized XML. Anyway I didn�t finished it yet, I am still testing the small parts, so I don�t know for sure yet. In a couple of days I will tell you for certain if it works well and if it�s really compatible.
