In an ideal world you shouldn't have to touch XSECEnv at all. The idea
is a way to pass information between the various library components
about a particular piece of XML. As an example, the XENCCipher class
"owns" an instance of XSECEnv. It then passes it to all the other XENC
classes that
Hello,
Recently I tried to upgrade my project to use new Apache XML Security 1.2 for
Java
and found that now the library does c14n much MUCH more slowly than it was with
1.1.
Here is a simple test:
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;
impo
Can you please post your test.xml as well?
thanks,
dims
On Tue, 11 Jan 2005 18:31:18 +0500, Egor Pervuninski <[EMAIL PROTECTED]> wrote:
> Hello,
>
> Recently I tried to upgrade my project to use new Apache XML Security 1.2 for
> Java
> and found that now the library does c14n much MUCH more sl
Hello,
Sure, here it is.
## Davanum Srinivas : Tue, 11 Jan 2005 08:28:24 -0500
DS> Can you please post your test.xml as well? thanks, dims
DS>
DS> On Tue, 11 Jan 2005 18:31:18 +0500, Egor Pervuninski
DS> <[EMAIL PROTECTED]> wrote:
>> Hello,
>>
>> Recently I tried to upgrade my project to use