You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@santuario.apache.org by Daniil Shved <da...@gmail.com> on 2008/07/15 11:52:32 UTC

danshved@gmail.com

xml security 1.4.2 fails the unit tests

Hello. I've downloaded the xml-security-1.4.2 binary package and tried to
run the unit tests. I have a jdk 6 update 7, the 64-bit linux version. The
only actions I perform before running "ant test" is:

1) install the jdk
2) unpack the zip file with xml-security
3) replace local_policy.jar by US_export_policy.jar to avoid failures due to
export restrictions

that is it, after this I run "ant test" I get 3 failures and 22 errors. I am
more concerned about the errors, firstly because there are many of them and
secondly because 20 of them are in the C14N11Test test. What am I possibly
doing wrong?

Thanks a lot,
Daniil Shved
-- 
View this message in context: http://www.nabble.com/danshved%40gmail.com-tp18461549p18461549.html
Sent from the Apache XML - Security - Dev mailing list archive at Nabble.com.


Re: danshved@gmail.com

Posted by Sean Mullan <Se...@Sun.COM>.
Daniil Shved wrote:
> When I added xmlsec.jar into the lib/endorsed directory, it didn't affect the
> result of the tests, I still got 3 failures and 22 errors. 

I forgot to mention you may also need to add commons-logging.jar to the 
endorsed directory. This may be the problem.

> But, when I tried
> to use JDK 1.5.0 update 16 it went much better: I only got 1 failure on
> IaikCoreFeaturesTest. 

That should be ok, that is an expected/known failure.

--Sean

Re: danshved@gmail.com

Posted by Daniil Shved <da...@gmail.com>.
When I added xmlsec.jar into the lib/endorsed directory, it didn't affect the
result of the tests, I still got 3 failures and 22 errors. But, when I tried
to use JDK 1.5.0 update 16 it went much better: I only got 1 failure on
IaikCoreFeaturesTest. Here is the stderr of "ant test" with JAVA_HOME
pointing to jdk 1.5:

Buildfile: build.xml
  [taskdef] Could not load definitions from resource clovertasks. It could
not be found.

do.build.src:

init:
     [echo] 
     [echo]
-------------------------------------------------------------------
     [echo] --------- Apache-XML-Security-J v1.4.2 [2000-2008] -----------
     [echo]
-------------------------------------------------------------------
     [echo] Building with Apache Ant version 1.7.0 compiled on August 16
2007
     [echo] Java 1.5.0_16 located at /home/dan/jdk1.5.0_16/jre 
     [echo]
-------------------------------------------------------------------
     [echo] 

env.mk.dirs:

do.check.bindist:

build.src:

build.test:

test:
   [delete] Deleting directory
/home/dan/xml-security-1_4_2/build/docs/xml/junit
   [delete] Deleting directory
/home/dan/xml-security-1_4_2/build/docs/html/junit
    [mkdir] Created dir: /home/dan/xml-security-1_4_2/build/docs/xml/junit
    [mkdir] Created dir: /home/dan/xml-security-1_4_2/build/docs/html/junit
    [junit] Running javax.xml.crypto.test.KeySelectorExceptionTest
    [junit] Testsuite: javax.xml.crypto.test.KeySelectorExceptionTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,099 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,099 sec
    [junit] 
    [junit] Testcase: testConstructor took 0,008 sec
    [junit] Running javax.xml.crypto.test.KeySelectorTest
    [junit] Testsuite: javax.xml.crypto.test.KeySelectorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,099 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,099 sec
    [junit] 
    [junit] Testcase: testselect took 0,036 sec
    [junit] Running javax.xml.crypto.test.OctetStreamDataTest
    [junit] Testsuite: javax.xml.crypto.test.OctetStreamDataTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,064 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,064 sec
    [junit] 
    [junit] Testcase: testConstructor took 0,003 sec
    [junit] Running javax.xml.crypto.test.dsig.Baltimore18Test
    [junit] Testsuite: javax.xml.crypto.test.dsig.Baltimore18Test
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0,634 sec
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0,634 sec
    [junit] 
    [junit] Testcase: test_signature_keyname took 0,448 sec
    [junit] Testcase: test_signature_retrievalmethod_rawx509crt took 0,016
sec
    [junit] Testcase: test_signature_x509_crt_crl took 0,019 sec
    [junit] Testcase: test_signature_x509_crt took 0,015 sec
    [junit] Testcase: test_signature_x509_is took 0,017 sec
    [junit] Testcase: test_signature_x509_ski took 0,014 sec
    [junit] Testcase: test_signature_x509_sn took 0,022 sec
    [junit] Running javax.xml.crypto.test.dsig.Baltimore23Test
    [junit] Testsuite: javax.xml.crypto.test.dsig.Baltimore23Test
    [junit] Tests run: 16, Failures: 0, Errors: 0, Time elapsed: 1,831 sec
    [junit] Tests run: 16, Failures: 0, Errors: 0, Time elapsed: 1,831 sec
    [junit] 
    [junit] Testcase: test_signature_enveloped_dsa took 0,253 sec
    [junit] Testcase: test_signature_enveloping_b64_dsa took 0,061 sec
    [junit] Testcase: test_signature_enveloping_dsa took 0,058 sec
    [junit] Testcase: test_signature_external_b64_dsa took 0,088 sec
    [junit] Testcase: test_signature_external_dsa took 0,067 sec
    [junit] Testcase: test_signature_enveloping_rsa took 0,008 sec
    [junit] Testcase: test_signature_enveloping_hmac_sha1 took 0,358 sec
    [junit] Testcase: test_signature_enveloping_hmac_sha1_40 took 0,005 sec
    [junit] Testcase: test_signature_keyname took 0,077 sec
    [junit] Testcase: test_signature_retrievalmethod_rawx509crt took 0,076
sec
    [junit] Testcase: test_signature_x509_crt_crl took 0,075 sec
    [junit] Testcase: test_signature_x509_crt took 0,066 sec
    [junit] Testcase: test_signature_x509_is took 0,07 sec
    [junit] Testcase: test_signature_x509_ski took 0,067 sec
    [junit] Testcase: test_signature_x509_sn took 0,071 sec
    [junit] Testcase: test_signature took 0,373 sec
    [junit] Running javax.xml.crypto.test.dsig.BaltimoreExcC14n1Test
    [junit] Testsuite: javax.xml.crypto.test.dsig.BaltimoreExcC14n1Test
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,304 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,304 sec
    [junit] 
    [junit] Testcase: test_exc_signature took 0,249 sec
    [junit] Running javax.xml.crypto.test.dsig.BaltimoreIaik2Test
    [junit] Testsuite: javax.xml.crypto.test.dsig.BaltimoreIaik2Test
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,398 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,398 sec
    [junit] 
    [junit] Testcase: test_signature took 0,344 sec
    [junit] Running
javax.xml.crypto.test.dsig.BaltimoreXPathFilter2ThreeTest
    [junit] Testsuite:
javax.xml.crypto.test.dsig.BaltimoreXPathFilter2ThreeTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1,511 sec
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1,511 sec
    [junit] 
    [junit] Testcase: test_sign_spec took 0,367 sec
    [junit] Testcase: test_sign_xfdl took 1,089 sec
    [junit] Running javax.xml.crypto.test.dsig.C14N11Test
    [junit] Testsuite: javax.xml.crypto.test.dsig.C14N11Test
    [junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed: 1,785 sec
    [junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed: 1,785 sec
    [junit] ------------- Standard Output ---------------
    [junit] Validating xmlid-1-IAIK.xml
    [junit] Validating xmlid-1-IBM.xml
    [junit] Validating xmlid-1-ORCL.xml
    [junit] Validating xmlid-1-SUN.xml
    [junit] Validating xmlid-1-UPC.xml
    [junit] Validating xmlid-2-IAIK.xml
    [junit] Validating xmlid-2-IBM.xml
    [junit] Validating xmlid-2-ORCL.xml
    [junit] Validating xmlid-2-SUN.xml
    [junit] Validating xmlid-2-UPC.xml
    [junit] Validating xmlspace-1-IAIK.xml
    [junit] Validating xmlspace-1-IBM.xml
    [junit] Validating xmlspace-1-ORCL.xml
    [junit] Validating xmlspace-1-SUN.xml
    [junit] Validating xmlspace-1-UPC.xml
    [junit] Validating xmlspace-2-IAIK.xml
    [junit] Validating xmlspace-2-IBM.xml
    [junit] Validating xmlspace-2-ORCL.xml
    [junit] Validating xmlspace-2-SUN.xml
    [junit] Validating xmlspace-2-UPC.xml
    [junit] Validating xmlspace-3-IAIK.xml
    [junit] Validating xmlspace-3-IBM.xml
    [junit] Validating xmlspace-3-ORCL.xml
    [junit] Validating xmlspace-3-SUN.xml
    [junit] Validating xmlspace-3-UPC.xml
    [junit] Validating xmlspace-4-IAIK.xml
    [junit] Validating xmlspace-4-IBM.xml
    [junit] Validating xmlspace-4-ORCL.xml
    [junit] Validating xmlspace-4-SUN.xml
    [junit] Validating xmlspace-4-UPC.xml
    [junit] Validating xmllang-1-IAIK.xml
    [junit] Validating xmllang-1-IBM.xml
    [junit] Validating xmllang-1-ORCL.xml
    [junit] Validating xmllang-1-SUN.xml
    [junit] Validating xmllang-1-UPC.xml
    [junit] Validating xmllang-2-IAIK.xml
    [junit] Validating xmllang-2-IBM.xml
    [junit] Validating xmllang-2-ORCL.xml
    [junit] Validating xmllang-2-SUN.xml
    [junit] Validating xmllang-2-UPC.xml
    [junit] Validating xmllang-3-IAIK.xml
    [junit] Validating xmllang-3-IBM.xml
    [junit] Validating xmllang-3-ORCL.xml
    [junit] Validating xmllang-3-SUN.xml
    [junit] Validating xmllang-3-UPC.xml
    [junit] Validating xmllang-4-IAIK.xml
    [junit] Validating xmllang-4-IBM.xml
    [junit] Validating xmllang-4-ORCL.xml
    [junit] Validating xmllang-4-SUN.xml
    [junit] Validating xmllang-4-UPC.xml
    [junit] Validating xmlbase-prop-1-IAIK.xml
    [junit] Validating xmlbase-prop-1-IBM.xml
    [junit] Validating xmlbase-prop-1-ORCL.xml
    [junit] Validating xmlbase-prop-1-SUN.xml
    [junit] Validating xmlbase-prop-1-UPC.xml
    [junit] Validating xmlbase-prop-2-IAIK.xml
    [junit] Validating xmlbase-prop-2-IBM.xml
    [junit] Validating xmlbase-prop-2-ORCL.xml
    [junit] Validating xmlbase-prop-2-SUN.xml
    [junit] Validating xmlbase-prop-2-UPC.xml
    [junit] Validating xmlbase-prop-3-IAIK.xml
    [junit] Validating xmlbase-prop-3-IBM.xml
    [junit] Validating xmlbase-prop-3-ORCL.xml
    [junit] Validating xmlbase-prop-3-SUN.xml
    [junit] Validating xmlbase-prop-3-UPC.xml
    [junit] Validating xmlbase-prop-4-IAIK.xml
    [junit] Validating xmlbase-prop-4-IBM.xml
    [junit] Validating xmlbase-prop-4-ORCL.xml
    [junit] Validating xmlbase-prop-4-SUN.xml
    [junit] Validating xmlbase-prop-4-UPC.xml
    [junit] Validating xmlbase-prop-5-IAIK.xml
    [junit] Validating xmlbase-prop-5-IBM.xml
    [junit] Validating xmlbase-prop-5-ORCL.xml
    [junit] Validating xmlbase-prop-5-SUN.xml
    [junit] Validating xmlbase-prop-5-UPC.xml
    [junit] Validating xmlbase-prop-6-IAIK.xml
    [junit] Validating xmlbase-prop-6-IBM.xml
    [junit] Validating xmlbase-prop-6-ORCL.xml
    [junit] Validating xmlbase-prop-6-SUN.xml
    [junit] Validating xmlbase-prop-6-UPC.xml
    [junit] Validating xmlbase-prop-7-IAIK.xml
    [junit] Validating xmlbase-prop-7-IBM.xml
    [junit] Validating xmlbase-prop-7-ORCL.xml
    [junit] Validating xmlbase-prop-7-SUN.xml
    [junit] Validating xmlbase-prop-7-UPC.xml
    [junit] Validating xmlbase-c14n11spec-102-IAIK.xml
    [junit] Validating xmlbase-c14n11spec-102-IBM.xml
    [junit] Validating xmlbase-c14n11spec-102-ORCL.xml
    [junit] Validating xmlbase-c14n11spec-102-SUN.xml
    [junit] Validating xmlbase-c14n11spec-102-UPC.xml
    [junit] Validating xmlbase-c14n11spec2-102-IAIK.xml
    [junit] Validating xmlbase-c14n11spec2-102-IBM.xml
    [junit] Validating xmlbase-c14n11spec2-102-ORCL.xml
    [junit] Validating xmlbase-c14n11spec2-102-SUN.xml
    [junit] Validating xmlbase-c14n11spec3-103-IAIK.xml
    [junit] Validating xmlbase-c14n11spec3-103-IBM.xml
    [junit] Validating xmlbase-c14n11spec3-103-ORCL.xml
    [junit] Validating xmlbase-c14n11spec3-103-SUN.xml
    [junit] Validating xmlbase-c14n11spec3-103-UPC.xml
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: test_xmlid_1 took 0,621 sec
    [junit] Testcase: test_xmlid_2 took 0,057 sec
    [junit] Testcase: test_xmlspace_1 took 0,05 sec
    [junit] Testcase: test_xmlspace_2 took 0,06 sec
    [junit] Testcase: test_xmlspace_3 took 0,072 sec
    [junit] Testcase: test_xmlspace_4 took 0,079 sec
    [junit] Testcase: test_xmllang_1 took 0,074 sec
    [junit] Testcase: test_xmllang_2 took 0,058 sec
    [junit] Testcase: test_xmllang_3 took 0,048 sec
    [junit] Testcase: test_xmllang_4 took 0,053 sec
    [junit] Testcase: test_xmlbase_prop_1 took 0,067 sec
    [junit] Testcase: test_xmlbase_prop_2 took 0,053 sec
    [junit] Testcase: test_xmlbase_prop_3 took 0,053 sec
    [junit] Testcase: test_xmlbase_prop_4 took 0,055 sec
    [junit] Testcase: test_xmlbase_prop_5 took 0,053 sec
    [junit] Testcase: test_xmlbase_prop_6 took 0,052 sec
    [junit] Testcase: test_xmlbase_prop_7 took 0,06 sec
    [junit] Testcase: test_xmlbase_c14n11spec_102 took 0,067 sec
    [junit] Testcase: test_xmlbase_c14n11spec2_102 took 0,048 sec
    [junit] Testcase: test_xmlbase_c14n11spec3_103 took 0,045 sec
    [junit] Running javax.xml.crypto.test.dsig.CanonicalizationMethodTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.CanonicalizationMethodTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,284 sec
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,284 sec
    [junit] 
    [junit] Testcase: testisFeatureSupported took 0,199 sec
    [junit] Testcase: testConstructor took 0,003 sec
    [junit] Running javax.xml.crypto.test.dsig.ClassLoaderTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.ClassLoaderTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,433 sec
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,433 sec
    [junit] ------------- Standard Output ---------------
    [junit] Elapsed:233
    [junit] dsig succeeded
    [junit] Elapsed:40
    [junit] dsig succeeded
    [junit] Elapsed:38
    [junit] dsig succeeded
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: test_multiple_loaders took 0,294 sec
    [junit] Testcase: test_provider_multiple_loaders took 0,042 sec
    [junit] Testcase: test_provider_multiple_loaders_two took 0,003 sec
    [junit] Running javax.xml.crypto.test.dsig.ComRSASecurityTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.ComRSASecurityTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,375 sec
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,375 sec
    [junit] 
    [junit] Testcase: test_certj201_enveloping took 0,283 sec
    [junit] Testcase: test_certj201_enveloped took 0,011 sec
    [junit] Running javax.xml.crypto.test.dsig.CreateBaltimore23Test
    [junit] Testsuite: javax.xml.crypto.test.dsig.CreateBaltimore23Test
    [junit] Tests run: 16, Failures: 0, Errors: 0, Time elapsed: 2,163 sec
    [junit] Tests run: 16, Failures: 0, Errors: 0, Time elapsed: 2,163 sec
    [junit] 
    [junit] Testcase: test_create_signature_enveloped_dsa took 0,279 sec
    [junit] Testcase: test_create_signature_enveloping_b64_dsa took 0,095
sec
    [junit] Testcase: test_create_signature_enveloping_dsa took 0,09 sec
    [junit] Testcase: test_create_signature_enveloping_hmac_sha1_40 took
0,369 sec
    [junit] Testcase: test_create_signature_enveloping_hmac_sha1 took 0,005
sec
    [junit] Testcase: test_create_signature_enveloping_rsa took 0,033 sec
    [junit] Testcase: test_create_signature_external_b64_dsa took 0,127 sec
    [junit] Testcase: test_create_signature_external_dsa took 0,107 sec
    [junit] Testcase: test_create_signature_keyname took 0,108 sec
    [junit] Testcase: test_create_signature_retrievalmethod_rawx509crt took
0,108 sec
    [junit] Testcase: test_create_signature_x509_crt_crl took 0,11 sec
    [junit] Testcase: test_create_signature_x509_crt took 0,106 sec
    [junit] Testcase: test_create_signature_x509_is took 0,109 sec
    [junit] Testcase: test_create_signature_x509_ski took 0,11 sec
    [junit] Testcase: test_create_signature_x509_sn took 0,105 sec
    [junit] Testcase: test_create_signature took 0,24 sec
    [junit] Running javax.xml.crypto.test.dsig.CreateInteropExcC14NTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.CreateInteropExcC14NTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,341 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,341 sec
    [junit] 
    [junit] Testcase: test_create_Y1 took 0,285 sec
    [junit] Running javax.xml.crypto.test.dsig.CreateInteropXFilter2Test
    [junit] Testsuite: javax.xml.crypto.test.dsig.CreateInteropXFilter2Test
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,526 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,526 sec
    [junit] 
    [junit] Testcase: test_create_sign_spec took 0,445 sec
    [junit] Running javax.xml.crypto.test.dsig.CreatePhaosXMLDSig3Test
    [junit] Testsuite: javax.xml.crypto.test.dsig.CreatePhaosXMLDSig3Test
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1,232 sec
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1,232 sec
    [junit] 
    [junit] Testcase: test_create_hmac_sha1_exclusive_c14n_comments_detached
took 0,861 sec
    [junit] Testcase:
test_create_hmac_sha1_40_exclusive_c14n_comments_detached took 0,302 sec
    [junit] Testcase: test_create_hmac_sha1_exclusive_c14n_enveloped took
0,009 sec
    [junit] Running javax.xml.crypto.test.dsig.DetachedTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.DetachedTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,446 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,446 sec
    [junit] 
    [junit] Testcase: test took 0,39 sec
    [junit] Running javax.xml.crypto.test.dsig.DigestMethodTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.DigestMethodTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,116 sec
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,116 sec
    [junit] 
    [junit] Testcase: testisFeatureSupported took 0,023 sec
    [junit] Testcase: testConstructor took 0,001 sec
    [junit] Running javax.xml.crypto.test.dsig.IaikCoreFeaturesTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.IaikCoreFeaturesTest
    [junit] Tests run: 3, Failures: 1, Errors: 0, Time elapsed: 0,626 sec
    [junit] Tests run: 3, Failures: 1, Errors: 0, Time elapsed: 0,626 sec
    [junit] 
    [junit] Testcase: test_anonymousReferenceSignature took 0,189 sec
    [junit] Testcase: test_manifestSignature took 0,013 sec
    [junit] Testcase: test_signatureTypesSignature took 0,368 sec
    [junit] 	FAILED
    [junit] Signature failed core validation
    [junit] junit.framework.AssertionFailedError: Signature failed core
validation
    [junit] 	at
javax.xml.crypto.test.dsig.IaikCoreFeaturesTest.test_signatureTypesSignature(Unknown
Source)
    [junit] 
    [junit] Running javax.xml.crypto.test.dsig.IaikSignatureAlgosTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.IaikSignatureAlgosTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,675 sec
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,675 sec
    [junit] 
    [junit] Testcase: test_dsaSignature took 0,249 sec
    [junit] Testcase: test_rsaSignature took 0,006 sec
    [junit] Testcase: test_hmacShortSignature took 0,36 sec
    [junit] Testcase: test_hmacSignature took 0,005 sec
    [junit] Running javax.xml.crypto.test.dsig.IaikTransformsTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.IaikTransformsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,387 sec
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,387 sec
    [junit] 
    [junit] Testcase: test_base64DecodeSignature took 0,231 sec
    [junit] Testcase: test_envelopedSignatureSignature took 0,012 sec
    [junit] Testcase: test_c14nSignature took 0,016 sec
    [junit] Testcase: test_xPathSignature took 0,071 sec
    [junit] Running javax.xml.crypto.test.dsig.ManifestTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.ManifestTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,044 sec
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,044 sec
    [junit] 
    [junit] Testcase: testConstructor took 0,005 sec
    [junit] Testcase: testisFeatureSupported took 0,001 sec
    [junit] Testcase: testgetReferences took 0 sec
    [junit] Running javax.xml.crypto.test.dsig.PhaosXMLDSig3Test
    [junit] Testsuite: javax.xml.crypto.test.dsig.PhaosXMLDSig3Test
    [junit] Tests run: 25, Failures: 0, Errors: 0, Time elapsed: 1,777 sec
    [junit] Tests run: 25, Failures: 0, Errors: 0, Time elapsed: 1,777 sec
    [junit] 
    [junit] Testcase: test_signature_dsa_detached took 0,293 sec
    [junit] Testcase: test_signature_dsa_enveloped took 0,092 sec
    [junit] Testcase: test_signature_dsa_enveloping took 0,092 sec
    [junit] Testcase: test_signature_dsa_manifest took 0,094 sec
    [junit] Testcase: test_signature_hmac_sha1_40_c14n_comments_detached
took 0,56 sec
    [junit] Testcase:
test_signature_hmac_sha1_40_exclusive_c14n_comments_detached took 0,038 sec
    [junit] Testcase:
test_signature_hmac_sha1_exclusive_c14n_comments_detached took 0,277 sec
    [junit] Testcase: test_signature_hmac_sha1_exclusive_c14n_enveloped took
0,006 sec
    [junit] Testcase: test_signature_rsa_detached_b64_transform took 0,009
sec
    [junit] Testcase: test_signature_rsa_detached_xpath_transform took 0,009
sec
    [junit] Testcase: test_signature_rsa_detached_xslt_transform_bad_rm took
0,011 sec
    [junit] Testcase: test_signature_rsa_detached_xslt_transform_rm took
0,013 sec
    [junit] Testcase: test_signature_rsa_detached_xslt_transform took 0,014
sec
    [junit] Testcase: test_signature_rsa_detached took 0,028 sec
    [junit] Testcase: test_signature_rsa_enveloped_bad_digest_val took 0,008
sec
    [junit] Testcase: test_signature_rsa_enveloped took 0,009 sec
    [junit] Testcase: test_signature_rsa_enveloping took 0,008 sec
    [junit] Testcase: test_signature_rsa_manifest_x509_data_cert_chain took
0,008 sec
    [junit] Testcase: test_signature_rsa_manifest_x509_data_cert took 0,008
sec
    [junit] Testcase: test_signature_rsa_manifest_x509_data_issuer_serial
took 0,009 sec
    [junit] Testcase: test_signature_rsa_manifest_x509_data_ski took 0,008
sec
    [junit] Testcase: test_signature_rsa_manifest_x509_data_subject_name
took 0,012 sec
    [junit] Testcase: test_signature_rsa_manifest_x509_data took 0,011 sec
    [junit] Testcase: test_signature_rsa_manifest took 0,008 sec
    [junit] Testcase: test_signature_rsa_xpath_transform_enveloped took
0,063 sec
    [junit] Running javax.xml.crypto.test.dsig.ReferenceTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.ReferenceTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,369 sec
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,369 sec
    [junit] 
    [junit] Testcase: testConstructor took 0,151 sec
    [junit] Testcase: testisFeatureSupported took 0,001 sec
    [junit] Testcase: testvalidate took 0,101 sec
    [junit] Testcase: testvalidateWithCaching took 0,06 sec
    [junit] Running javax.xml.crypto.test.dsig.SecureXSLTTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.SecureXSLTTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,255 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,255 sec
    [junit] ------------- Standard Output ---------------
    [junit] Validating signature1.xml
    [junit] Validating signature2.xml
    [junit] Validating signature3.xml
    [junit] Test PASSED
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: test took 0,2 sec
    [junit] Running javax.xml.crypto.test.dsig.SignatureMethodTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.SignatureMethodTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,086 sec
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,086 sec
    [junit] 
    [junit] Testcase: testisFeatureSupported took 0,022 sec
    [junit] Testcase: testConstructor took 0,001 sec
    [junit] Running javax.xml.crypto.test.dsig.SignaturePropertiesTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.SignaturePropertiesTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,08 sec
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,08 sec
    [junit] 
    [junit] Testcase: testConstructor took 0,017 sec
    [junit] Testcase: testisFeatureSupported took 0 sec
    [junit] Running javax.xml.crypto.test.dsig.SignaturePropertyTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.SignaturePropertyTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,08 sec
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,08 sec
    [junit] 
    [junit] Testcase: testConstructor took 0,017 sec
    [junit] Testcase: testisFeatureSupported took 0 sec
    [junit] Running javax.xml.crypto.test.dsig.SignedInfoTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.SignedInfoTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,207 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,207 sec
    [junit] 
    [junit] Testcase: testConstructor took 0,153 sec
    [junit] Running javax.xml.crypto.test.dsig.TransformTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.TransformTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,2 sec
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,2 sec
    [junit] 
    [junit] Testcase: testisFeatureSupported took 0,143 sec
    [junit] Testcase: testConstructor took 0,002 sec
    [junit] Running javax.xml.crypto.test.dsig.ValidateSignatureTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.ValidateSignatureTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,738 sec
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,738 sec
    [junit] 
    [junit] Testcase: test_signature_with_ID took 0,203 sec
    [junit] Testcase: test_signature_external_c14n_xmlattrs took 0,467 sec
    [junit] Testcase: test_invalid_signature took 0,013 sec
    [junit] Running javax.xml.crypto.test.dsig.XMLObjectTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.XMLObjectTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,079 sec
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,079 sec
    [junit] 
    [junit] Testcase: testConstructor took 0,017 sec
    [junit] Testcase: testisFeatureSupported took 0,001 sec
    [junit] Running javax.xml.crypto.test.dsig.XMLSignContextTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.XMLSignContextTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,091 sec
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,091 sec
    [junit] 
    [junit] Testcase: testsetngetBaseURI took 0,02 sec
    [junit] Testcase: testsetngetProperty took 0,002 sec
    [junit] Testcase: testsetngetURIDereferencer took 0,003 sec
    [junit] Testcase: testsetngetKeySelector took 0,002 sec
    [junit] Running javax.xml.crypto.test.dsig.XMLSignatureFactoryTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.XMLSignatureFactoryTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0,262 sec
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0,262 sec
    [junit] 
    [junit] Testcase: testgetInstance took 0,011 sec
    [junit] Testcase: testgetMechanismType took 0 sec
    [junit] Testcase: testisFeatureSupported took 0,001 sec
    [junit] Testcase: testgetKeyInfoFactory took 0,005 sec
    [junit] Testcase: testunmarshalXMLSignature took 0,188 sec
    [junit] Running javax.xml.crypto.test.dsig.XMLSignatureTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.XMLSignatureTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0,797 sec
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0,797 sec
    [junit] 
    [junit] Testcase: testConstructor took 0,177 sec
    [junit] Testcase: testisFeatureSupported took 0,002 sec
    [junit] Testcase: testsignANDvalidate took 0,498 sec
    [junit] Testcase: testsignWithProvider took 0,021 sec
    [junit] Testcase: testSignWithEmptyNSPrefix took 0,037 sec
    [junit] Running javax.xml.crypto.test.dsig.XMLValidateContextTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.XMLValidateContextTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,091 sec
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,091 sec
    [junit] 
    [junit] Testcase: testsetngetKeySelector took 0,019 sec
    [junit] Testcase: testsetngetBaseURI took 0,004 sec
    [junit] Testcase: testsetngetProperty took 0,002 sec
    [junit] Testcase: testsetngetURIDereferencer took 0,003 sec
    [junit] Running javax.xml.crypto.test.dsig.dom.DOMValidateContextTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.dom.DOMValidateContextTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,126 sec
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,126 sec
    [junit] 
    [junit] Testcase: testConstructor took 0,04 sec
    [junit] Testcase: testsetngetProperty took 0,012 sec
    [junit] Testcase: testsetngetNode took 0,012 sec
    [junit] Running javax.xml.crypto.test.dsig.keyinfo.KeyInfoFactoryTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.keyinfo.KeyInfoFactoryTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0,154 sec
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0,154 sec
    [junit] 
    [junit] Testcase: testgetInstance took 0,074 sec
    [junit] Testcase: testgetMechanismType took 0,001 sec
    [junit] Testcase: testisFeatureSupported took 0 sec
    [junit] Testcase: testnewKeyInfo took 0,003 sec
    [junit] Testcase: testnewKeyName took 0,001 sec
    [junit] Testcase: testnewKeyValue took 0,002 sec
    [junit] Testcase: testnewPGPKeyId took 0,003 sec
    [junit] Testcase: testnewRetrievalMethod took 0,003 sec
    [junit] Testcase: testnewX509Data took 0,002 sec
    [junit] Testcase: testnewX509IssuerSerial took 0,001 sec
    [junit] Running javax.xml.crypto.test.dsig.keyinfo.KeyInfoTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.keyinfo.KeyInfoTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0,099 sec
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0,099 sec
    [junit] 
    [junit] Testcase: testgetId took 0,016 sec
    [junit] Testcase: testgetContent took 0 sec
    [junit] Testcase: testConstructor took 0 sec
    [junit] Testcase: testisFeatureSupported took 0 sec
    [junit] Testcase: testMarshal took 0,016 sec
    [junit] Running javax.xml.crypto.test.dsig.keyinfo.KeyNameTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.keyinfo.KeyNameTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,076 sec
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,076 sec
    [junit] 
    [junit] Testcase: testgetName took 0,013 sec
    [junit] Testcase: testConstructor took 0 sec
    [junit] Testcase: testisFeatureSupported took 0 sec
    [junit] Running javax.xml.crypto.test.dsig.keyinfo.KeyValueTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.keyinfo.KeyValueTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1,329 sec
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1,329 sec
    [junit] 
    [junit] Testcase: testgetPublicKey took 0,419 sec
    [junit] Testcase: testConstructor took 0,505 sec
    [junit] Testcase: testisFeatureSupported took 0,339 sec
    [junit] Running javax.xml.crypto.test.dsig.keyinfo.PGPDataTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.keyinfo.PGPDataTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0,088 sec
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0,088 sec
    [junit] 
    [junit] Testcase: testgetExternalElements took 0,019 sec
    [junit] Testcase: testgetKeyId took 0 sec
    [junit] Testcase: testgetKeyPacket took 0,001 sec
    [junit] Testcase: testConstructor took 0 sec
    [junit] Testcase: testisFeatureSupported took 0 sec
    [junit] Running javax.xml.crypto.test.dsig.keyinfo.RetrievalMethodTest
    [junit] Testsuite:
javax.xml.crypto.test.dsig.keyinfo.RetrievalMethodTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0,091 sec
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0,091 sec
    [junit] 
    [junit] Testcase: testgetURI took 0,021 sec
    [junit] Testcase: testgetTransforms took 0 sec
    [junit] Testcase: testgetType took 0,001 sec
    [junit] Testcase: testConstructors took 0 sec
    [junit] Testcase: testisFeatureSupported took 0,001 sec
    [junit] Running javax.xml.crypto.test.dsig.keyinfo.X509DataTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.keyinfo.X509DataTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,083 sec
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,083 sec
    [junit] 
    [junit] Testcase: testgetTypes took 0,019 sec
    [junit] Testcase: testConstructor took 0 sec
    [junit] Testcase: testisFeatureSupported took 0,001 sec
    [junit] Running javax.xml.crypto.test.dsig.keyinfo.X509IssuerSerialTest
    [junit] Testsuite:
javax.xml.crypto.test.dsig.keyinfo.X509IssuerSerialTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0,123 sec
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0,123 sec
    [junit] 
    [junit] Testcase: testgetIssuerName took 0,027 sec
    [junit] Testcase: testgetSerialNumber took 0,001 sec
    [junit] Testcase: testConstructor took 0 sec
    [junit] Testcase: testConstructorBadIssuerName took 0,001 sec
    [junit] Testcase: testisFeatureSupported took 0,001 sec
    [junit] Running org.apache.xml.security.c14n.implementations.AllTests
    [junit] Testsuite: org.apache.xml.security.c14n.implementations.AllTests
    [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 0,164 sec
    [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 0,164 sec
    [junit] ------------- Standard Output ---------------
    [junit] chunk:0
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testNullFirstXmlns took 0,005 sec
    [junit] Testcase: testXmlnsPut took 0 sec
    [junit] Testcase: testXmlnsMap took 0,001 sec
    [junit] Testcase: testXmlnsMap2 took 0 sec
    [junit] Testcase: testXmlnsPrefix took 0 sec
    [junit] Testcase: testXmlnsRemovePrefix took 0 sec
    [junit] Testcase: testPrefix took 0 sec
    [junit] Testcase: testSeveralPrefixes took 0 sec
    [junit] Testcase: testSeveralPrefixes2 took 0 sec
    [junit] Testcase: testGetUnrenderedNodes took 0 sec
    [junit] Testcase: testUnrederedNodes took 0 sec
    [junit] Testcase: testBug38655 took 0 sec
    [junit] Testcase: testBug40156 took 0,001 sec
    [junit] Testcase: testUtf took 0,124 sec
    [junit] Running
org.apache.xml.security.c14n.implementations.NameSpaceSymbTableTest
    [junit] Testsuite:
org.apache.xml.security.c14n.implementations.NameSpaceSymbTableTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0,039 sec
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0,039 sec
    [junit] 
    [junit] Testcase: testNullFirstXmlns took 0,004 sec
    [junit] Testcase: testXmlnsPut took 0 sec
    [junit] Testcase: testXmlnsMap took 0 sec
    [junit] Testcase: testXmlnsMap2 took 0 sec
    [junit] Testcase: testXmlnsPrefix took 0 sec
    [junit] Testcase: testXmlnsRemovePrefix took 0 sec
    [junit] Testcase: testPrefix took 0 sec
    [junit] Testcase: testSeveralPrefixes took 0 sec
    [junit] Testcase: testSeveralPrefixes2 took 0 sec
    [junit] Testcase: testGetUnrenderedNodes took 0 sec
    [junit] Testcase: testUnrederedNodes took 0 sec
    [junit] Testcase: testBug38655 took 0 sec
    [junit] Running
org.apache.xml.security.c14n.implementations.UtfHelperTest
    [junit] Testsuite:
org.apache.xml.security.c14n.implementations.UtfHelperTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,193 sec
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,193 sec
    [junit] ------------- Standard Output ---------------
    [junit] chunk:0
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testBug40156 took 0,003 sec
    [junit] Testcase: testUtf took 0,128 sec
    [junit] Running org.apache.xml.security.test.AllTests
    [junit] Testsuite: org.apache.xml.security.test.AllTests
    [junit] Tests run: 129, Failures: 0, Errors: 0, Time elapsed: 31,848 sec
    [junit] Tests run: 129, Failures: 0, Errors: 0, Time elapsed: 31,848 sec
    [junit] ------------- Standard Output ---------------
    [junit] chunk:0
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testNamespaceIsAbsolute01 took 0,003 sec
    [junit] Testcase: testNamespaceIsAbsolute02 took 0 sec
    [junit] Testcase: testNamespaceIsAbsolute03 took 0 sec
    [junit] Testcase: testNamespaceIsRelative01 took 0 sec
    [junit] Testcase: testNamespaceIsRelative02 took 0 sec
    [junit] Testcase: test31withCommentsSubtree took 0,023 sec
    [junit] Testcase: test31withCommentsSubset took 0,032 sec
    [junit] Testcase: test31subtree took 0,003 sec
    [junit] Testcase: test31subset took 0,004 sec
    [junit] Testcase: test32subtree took 0,003 sec
    [junit] Testcase: test32subset took 0,004 sec
    [junit] Testcase: test33subtree took 0,006 sec
    [junit] Testcase: test33subset took 0,007 sec
    [junit] Testcase: test34 took 0,004 sec
    [junit] Testcase: test34subtree took 0,004 sec
    [junit] Testcase: test34subset took 0,006 sec
    [junit] Testcase: test35subtree took 0,006 sec
    [junit] Testcase: test35subset took 0,004 sec
    [junit] Testcase: test36subtree took 0,005 sec
    [junit] Testcase: test36subset took 0,007 sec
    [junit] Testcase: test37 took 0,014 sec
    [junit] Testcase: test37byNodeList took 0,012 sec
    [junit] Testcase: testRelativeNSbehaviour took 0,003 sec
    [junit] Testcase: testTranslationFromUTF16toUTF8 took 0,098 sec
    [junit] Testcase: testXMLAttributes1 took 0,004 sec
    [junit] Testcase: testXMLAttributes2 took 0,003 sec
    [junit] Testcase: testXMLAttributes3 took 0,004 sec
    [junit] Testcase: testA took 0,153 sec
    [junit] Testcase: test221 took 0,002 sec
    [junit] Testcase: test222 took 0,003 sec
    [junit] Testcase: test221excl took 0,003 sec
    [junit] Testcase: test222excl took 0,003 sec
    [junit] Testcase: test223excl took 0,006 sec
    [junit] Testcase: testNodeSet took 0,003 sec
    [junit] Testcase: testBad01 took 0,004 sec
    [junit] Testcase: testBad02 took 0,003 sec
    [junit] Testcase: testBad03 took 0,004 sec
    [junit] Testcase: testGood01 took 0,003 sec
    [junit] Testcase: testGood02 took 0,006 sec
    [junit] Testcase: testGood03 took 0,004 sec
    [junit] Testcase: testGood04 took 0,003 sec
    [junit] Testcase: testGood05 took 0,004 sec
    [junit] Testcase: test01 took 0,004 sec
    [junit] Testcase: test02 took 0,004 sec
    [junit] Testcase: test03 took 0,004 sec
    [junit] Testcase: testEmptyNodeSet took 2,04 sec
    [junit] Testcase: testOne took 1,921 sec
    [junit] Testcase: testTwo took 3,487 sec
    [junit] Testcase: testWithNSPrefixDisabled took 4,6 sec
    [junit] Testcase: testAddX509SubjectName took 0,064 sec
    [junit] Testcase: testSetOctetStreamGetOctetStream took 0 sec
    [junit] Testcase: testIsInitializedWithOctetStream took 0 sec
    [junit] Testcase: testOctetStreamIsOctetStream took 0 sec
    [junit] Testcase: testOctetStreamIsNotNodeSet took 0 sec
    [junit] Testcase: testGood took 0,09 sec
    [junit] Testcase: testBadC14NAlgo took 0,009 sec
    [junit] Testcase: testBadSigAlgo took 0,009 sec
    [junit] Testcase: testBadTransformAlgo took 0,01 sec
    [junit] Testcase: testDSAPublicKey took 0,006 sec
    [junit] Testcase: testIdSoap took 0,004 sec
    [junit] Testcase: testIdWithOtherIdSoap took 0,004 sec
    [junit] Testcase: testANoId took 0,004 sec
    [junit] Testcase: testA1 took 0 sec
    [junit] Testcase: testWrap1 took 0,001 sec
    [junit] Testcase: testWrap2 took 0,001 sec
    [junit] Testcase: testOldTransformSpiApi took 0,004 sec
    [junit] Testcase: testOldResourceResolverSpi took 0,003 sec
    [junit] Testcase: testOldKeyResolverSpi took 0,003 sec
    [junit] Testcase: testOldKeyResolverSpiInKeyInfo took 0,002 sec
    [junit] Testcase: testCustomResolver took 0,004 sec
    [junit] Testcase: testLocalFileWithEmptyBaseURI took 0,003 sec
    [junit] Testcase: testBug40783 took 0,006 sec
    [junit] Testcase: testNullFirstXmlns took 0 sec
    [junit] Testcase: testXmlnsPut took 0 sec
    [junit] Testcase: testXmlnsMap took 0 sec
    [junit] Testcase: testXmlnsMap2 took 0 sec
    [junit] Testcase: testXmlnsPrefix took 0,001 sec
    [junit] Testcase: testXmlnsRemovePrefix took 0 sec
    [junit] Testcase: testPrefix took 0,001 sec
    [junit] Testcase: testSeveralPrefixes took 0 sec
    [junit] Testcase: testSeveralPrefixes2 took 0,001 sec
    [junit] Testcase: testGetUnrenderedNodes took 0 sec
    [junit] Testcase: testUnrederedNodes took 0,001 sec
    [junit] Testcase: testBug38655 took 0 sec
    [junit] Testcase: testBug40156 took 0,001 sec
    [junit] Testcase: testUtf took 0,185 sec
    [junit] Testcase: test1 took 0,003 sec
    [junit] Testcase: test2 took 0,002 sec
    [junit] Testcase: test3 took 0,007 sec
    [junit] Testcase: testXpath2Transform took 0,026 sec
    [junit] Testcase: testSameKeySeveralAlgorithSigning took 4,107 sec
    [junit] Testcase: test_fifteen_enveloping_hmac_sha1 took 0,587 sec
    [junit] Testcase: test_fifteen_enveloping_hmac_sha1_40 took 0,012 sec
    [junit] Testcase: test_fifteen_enveloped_dsa took 0,089 sec
    [junit] Testcase: test_fifteen_enveloping_b64_dsa took 0,089 sec
    [junit] Testcase: test_fifteen_enveloping_dsa took 0,09 sec
    [junit] Testcase: test_fifteen_enveloping_rsa took 0,013 sec
    [junit] Testcase: test_fifteen_external_b64_dsa took 0,106 sec
    [junit] Testcase: test_fifteen_external_dsa took 0,094 sec
    [junit] Testcase: test_sixteen_external_dsa took 0,459 sec
    [junit] Testcase: test_sixteen_bad_signature took 0,46 sec
    [junit] Testcase: test_twenty_three_enveloping_hmac_sha1 took 0,008 sec
    [junit] Testcase: test_twenty_three_enveloping_hmac_sha1_40 took 0,01
sec
    [junit] Testcase: test_twenty_three_enveloped_dsa took 0,09 sec
    [junit] Testcase: test_twenty_three_enveloping_b64_dsa took 0,088 sec
    [junit] Testcase: test_twenty_three_enveloping_dsa took 0,089 sec
    [junit] Testcase: test_twenty_three_enveloping_rsa took 0,012 sec
    [junit] Testcase: test_twenty_three_external_b64_dsa took 0,105 sec
    [junit] Testcase: test_twenty_three_external_dsa took 0,091 sec
    [junit] Testcase: test_twenty_three_external_dsa_2 took 0,4 sec
    [junit] Testcase: test_signatureAlgorithms_signatures_hMACShortSignature
took 0,005 sec
    [junit] Testcase: test_signatureAlgorithms_signatures_hMACSignature took
0,005 sec
    [junit] Testcase: test_coreFeatures_signatures_manifestSignature_core
took 0,008 sec
    [junit] Testcase:
test_coreFeatures_signatures_manifestSignature_manifest took 0,011 sec
    [junit] Testcase: test_coreFeatures_signatures_signatureTypesSignature
took 0,086 sec
    [junit] Testcase:
test_coreFeatures_signatures_anonymousReferenceSignature took 0,009 sec
    [junit] Testcase: test_signatureAlgorithms_signatures_dSASignature took
0,058 sec
    [junit] Testcase: test_signatureAlgorithms_signatures_rSASignature took
0,007 sec
    [junit] Testcase: test_transforms_signatures_base64DecodeSignature took
0,017 sec
    [junit] Testcase: test_transforms_signatures_c14nSignature took 0,012
sec
    [junit] Testcase: test_transforms_signatures_envelopedSignatureSignature
took 0,006 sec
    [junit] Testcase: test_transforms_signatures_xPathSignature took 0,013
sec
    [junit] Testcase: test_enveloping took 0,007 sec
    [junit] Testcase: test_enveloped took 0,006 sec
    [junit] Testcase: test_Y1 took 0,066 sec
    [junit] Testcase: test_Y2 took 0,105 sec
    [junit] Testcase: test_Y3 took 0,204 sec
    [junit] Testcase: test_Y4 took 11,075 sec
    [junit] Testcase: test_xfilter2 took 0,106 sec
    [junit] Running org.apache.xml.security.test.EncryptionTest
    [junit] Testsuite: org.apache.xml.security.test.EncryptionTest
    [junit] Tests run: 22, Failures: 0, Errors: 0, Time elapsed: 3,605 sec
    [junit] Tests run: 22, Failures: 0, Errors: 0, Time elapsed: 3,605 sec
    [junit] ------------- Standard Output ---------------
    [junit] <?xml version="1.0" encoding="UTF-8"?><users>
    [junit]   <user><xenc:EncryptedData
xmlns:xenc="http://www.w3.org/2001/04/xmlenc#"
Type="http://www.w3.org/2001/04/xmlenc#Content"><xenc:EncryptionMethod
Algorithm="http://www.w3.org/2001/04/xmlenc#tripledes-cbc"
xmlns:xenc="http://www.w3.org/2001/04/xmlenc#"/><xenc:CipherData
xmlns:xenc="http://www.w3.org/2001/04/xmlenc#"><xenc:CipherValue
xmlns:xenc="http://www.w3.org/2001/04/xmlenc#">9UFEsrPd5EK40q027QylE1D7PK2lFP539z5hWTULfE1s3KtPh9is8WKhy/U82jqb0gVNMQumCsAI
    [junit]
WLnINm14v5XvJrxOBmp+cYGYK6yhRtsn4CAVjkFWiPqPNV0sPSC0wLgUsKBgSCiNqQbFa6xybych
    [junit]
DADvxrO7</xenc:CipherValue></xenc:CipherData></xenc:EncryptedData></user>
    [junit] </users>------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testAES128ElementAES192KWCipherUsingKEK took 0,579 sec
    [junit] Testcase: testAES128ElementRSAKWCipherUsingKEK took 1,751 sec
    [junit] Testcase: testAES192ElementAES256KWCipher took 0,097 sec
    [junit] Testcase: testTrippleDesElementCipher took 0,079 sec
    [junit] Testcase: testAes128ElementCipher took 0,08 sec
    [junit] Testcase: testAes192ElementCipher took 0,076 sec
    [junit] Testcase: testAes265ElementCipher took 0,077 sec
    [junit] Testcase: testTrippleDesDocumentCipher took 0,418 sec
    [junit] Testcase: testSameDocumentCipherReference took 0,047 sec
    [junit] Testcase: testSerializedData took 0,034 sec
    [junit] Testcase: testEncryptedKeyWithRecipient took 0,007 sec
    [junit] Testcase: test_five_content_3des_cbc took 0,027 sec
    [junit] Testcase: test_five_content_aes256_cbc took 0,019 sec
    [junit] Testcase: test_five_content_aes128_cbc_kw_aes192 took 0,017 sec
    [junit] Testcase: test_five_content_3des_cbc_kw_aes128 took 0,018 sec
    [junit] Testcase: test_five_content_aes128_cbc_rsa_15 took 0,083 sec
    [junit] Testcase: test_five_element_aes192_cbc_ref took 0,022 sec
    [junit] Testcase: test_five_data_aes128_cbc took 0,01 sec
    [junit] Testcase: test_five_data_aes256_cbc_3des took 0,012 sec
    [junit] Testcase: test_five_data_aes192_cbc_aes256 took 0,012 sec
    [junit] Testcase: test_five_data_3des_cbc_rsa_oaep took 0,065 sec
    [junit] Testcase: testContentRemoved took 0,025 sec
    [junit] Running org.apache.xml.security.test.InteropTest
    [junit] Testsuite: org.apache.xml.security.test.InteropTest
    [junit] Tests run: 38, Failures: 0, Errors: 0, Time elapsed: 13,38 sec
    [junit] Tests run: 38, Failures: 0, Errors: 0, Time elapsed: 13,38 sec
    [junit] 
    [junit] Testcase: test_fifteen_enveloping_hmac_sha1 took 0,476 sec
    [junit] Testcase: test_fifteen_enveloping_hmac_sha1_40 took 0,006 sec
    [junit] Testcase: test_fifteen_enveloped_dsa took 0,065 sec
    [junit] Testcase: test_fifteen_enveloping_b64_dsa took 0,06 sec
    [junit] Testcase: test_fifteen_enveloping_dsa took 0,059 sec
    [junit] Testcase: test_fifteen_enveloping_rsa took 0,012 sec
    [junit] Testcase: test_fifteen_external_b64_dsa took 0,07 sec
    [junit] Testcase: test_fifteen_external_dsa took 0,064 sec
    [junit] Testcase: test_sixteen_external_dsa took 0,325 sec
    [junit] Testcase: test_sixteen_bad_signature took 0,31 sec
    [junit] Testcase: test_twenty_three_enveloping_hmac_sha1 took 0,005 sec
    [junit] Testcase: test_twenty_three_enveloping_hmac_sha1_40 took 0,005
sec
    [junit] Testcase: test_twenty_three_enveloped_dsa took 0,063 sec
    [junit] Testcase: test_twenty_three_enveloping_b64_dsa took 0,059 sec
    [junit] Testcase: test_twenty_three_enveloping_dsa took 0,059 sec
    [junit] Testcase: test_twenty_three_enveloping_rsa took 0,009 sec
    [junit] Testcase: test_twenty_three_external_b64_dsa took 0,071 sec
    [junit] Testcase: test_twenty_three_external_dsa took 0,061 sec
    [junit] Testcase: test_twenty_three_external_dsa_2 took 0,311 sec
    [junit] Testcase: test_signatureAlgorithms_signatures_hMACShortSignature
took 0,005 sec
    [junit] Testcase: test_signatureAlgorithms_signatures_hMACSignature took
0,005 sec
    [junit] Testcase: test_coreFeatures_signatures_manifestSignature_core
took 0,008 sec
    [junit] Testcase:
test_coreFeatures_signatures_manifestSignature_manifest took 0,011 sec
    [junit] Testcase: test_coreFeatures_signatures_signatureTypesSignature
took 0,088 sec
    [junit] Testcase:
test_coreFeatures_signatures_anonymousReferenceSignature took 0,009 sec
    [junit] Testcase: test_signatureAlgorithms_signatures_dSASignature took
0,069 sec
    [junit] Testcase: test_signatureAlgorithms_signatures_rSASignature took
0,007 sec
    [junit] Testcase: test_transforms_signatures_base64DecodeSignature took
0,017 sec
    [junit] Testcase: test_transforms_signatures_c14nSignature took 0,012
sec
    [junit] Testcase: test_transforms_signatures_envelopedSignatureSignature
took 0,007 sec
    [junit] Testcase: test_transforms_signatures_xPathSignature took 0,012
sec
    [junit] Testcase: test_enveloping took 0,007 sec
    [junit] Testcase: test_enveloped took 0,009 sec
    [junit] Testcase: test_Y1 took 0,066 sec
    [junit] Testcase: test_Y2 took 0,097 sec
    [junit] Testcase: test_Y3 took 0,14 sec
    [junit] Testcase: test_Y4 took 10,578 sec
    [junit] Testcase: test_xfilter2 took 0,108 sec
    [junit] Running org.apache.xml.security.test.ModuleTest
    [junit] Testsuite: org.apache.xml.security.test.ModuleTest
    [junit] Tests run: 91, Failures: 0, Errors: 0, Time elapsed: 16,688 sec
    [junit] Tests run: 91, Failures: 0, Errors: 0, Time elapsed: 16,688 sec
    [junit] ------------- Standard Output ---------------
    [junit] chunk:0
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testNamespaceIsAbsolute01 took 0,002 sec
    [junit] Testcase: testNamespaceIsAbsolute02 took 0 sec
    [junit] Testcase: testNamespaceIsAbsolute03 took 0,001 sec
    [junit] Testcase: testNamespaceIsRelative01 took 0,001 sec
    [junit] Testcase: testNamespaceIsRelative02 took 0 sec
    [junit] Testcase: test31withCommentsSubtree took 0,023 sec
    [junit] Testcase: test31withCommentsSubset took 0,031 sec
    [junit] Testcase: test31subtree took 0,004 sec
    [junit] Testcase: test31subset took 0,004 sec
    [junit] Testcase: test32subtree took 0,003 sec
    [junit] Testcase: test32subset took 0,005 sec
    [junit] Testcase: test33subtree took 0,005 sec
    [junit] Testcase: test33subset took 0,007 sec
    [junit] Testcase: test34 took 0,004 sec
    [junit] Testcase: test34subtree took 0,003 sec
    [junit] Testcase: test34subset took 0,005 sec
    [junit] Testcase: test35subtree took 0,007 sec
    [junit] Testcase: test35subset took 0,004 sec
    [junit] Testcase: test36subtree took 0,005 sec
    [junit] Testcase: test36subset took 0,004 sec
    [junit] Testcase: test37 took 0,017 sec
    [junit] Testcase: test37byNodeList took 0,012 sec
    [junit] Testcase: testRelativeNSbehaviour took 0,003 sec
    [junit] Testcase: testTranslationFromUTF16toUTF8 took 0,097 sec
    [junit] Testcase: testXMLAttributes1 took 0,005 sec
    [junit] Testcase: testXMLAttributes2 took 0,004 sec
    [junit] Testcase: testXMLAttributes3 took 0,004 sec
    [junit] Testcase: testA took 0,152 sec
    [junit] Testcase: test221 took 0,003 sec
    [junit] Testcase: test222 took 0,003 sec
    [junit] Testcase: test221excl took 0,003 sec
    [junit] Testcase: test222excl took 0,003 sec
    [junit] Testcase: test223excl took 0,006 sec
    [junit] Testcase: testNodeSet took 0,003 sec
    [junit] Testcase: testBad01 took 0,004 sec
    [junit] Testcase: testBad02 took 0,004 sec
    [junit] Testcase: testBad03 took 0,003 sec
    [junit] Testcase: testGood01 took 0,004 sec
    [junit] Testcase: testGood02 took 0,003 sec
    [junit] Testcase: testGood03 took 0,006 sec
    [junit] Testcase: testGood04 took 0,004 sec
    [junit] Testcase: testGood05 took 0,003 sec
    [junit] Testcase: test01 took 0,004 sec
    [junit] Testcase: test02 took 0,003 sec
    [junit] Testcase: test03 took 0,003 sec
    [junit] Testcase: testEmptyNodeSet took 2,762 sec
    [junit] Testcase: testOne took 2,885 sec
    [junit] Testcase: testTwo took 3,863 sec
    [junit] Testcase: testWithNSPrefixDisabled took 1,421 sec
    [junit] Testcase: testAddX509SubjectName took 0,063 sec
    [junit] Testcase: testSetOctetStreamGetOctetStream took 0,001 sec
    [junit] Testcase: testIsInitializedWithOctetStream took 0 sec
    [junit] Testcase: testOctetStreamIsOctetStream took 0,001 sec
    [junit] Testcase: testOctetStreamIsNotNodeSet took 0 sec
    [junit] Testcase: testGood took 0,09 sec
    [junit] Testcase: testBadC14NAlgo took 0,009 sec
    [junit] Testcase: testBadSigAlgo took 0,009 sec
    [junit] Testcase: testBadTransformAlgo took 0,009 sec
    [junit] Testcase: testDSAPublicKey took 0,005 sec
    [junit] Testcase: testIdSoap took 0,004 sec
    [junit] Testcase: testIdWithOtherIdSoap took 0,004 sec
    [junit] Testcase: testANoId took 0,004 sec
    [junit] Testcase: testA1 took 0 sec
    [junit] Testcase: testWrap1 took 0 sec
    [junit] Testcase: testWrap2 took 0,001 sec
    [junit] Testcase: testOldTransformSpiApi took 0,004 sec
    [junit] Testcase: testOldResourceResolverSpi took 0,003 sec
    [junit] Testcase: testOldKeyResolverSpi took 0,003 sec
    [junit] Testcase: testOldKeyResolverSpiInKeyInfo took 0,002 sec
    [junit] Testcase: testCustomResolver took 0,005 sec
    [junit] Testcase: testLocalFileWithEmptyBaseURI took 0,003 sec
    [junit] Testcase: testBug40783 took 0,004 sec
    [junit] Testcase: testNullFirstXmlns took 0 sec
    [junit] Testcase: testXmlnsPut took 0 sec
    [junit] Testcase: testXmlnsMap took 0 sec
    [junit] Testcase: testXmlnsMap2 took 0,001 sec
    [junit] Testcase: testXmlnsPrefix took 0 sec
    [junit] Testcase: testXmlnsRemovePrefix took 0 sec
    [junit] Testcase: testPrefix took 0 sec
    [junit] Testcase: testSeveralPrefixes took 0 sec
    [junit] Testcase: testSeveralPrefixes2 took 0 sec
    [junit] Testcase: testGetUnrenderedNodes took 0 sec
    [junit] Testcase: testUnrederedNodes took 0 sec
    [junit] Testcase: testBug38655 took 0 sec
    [junit] Testcase: testBug40156 took 0 sec
    [junit] Testcase: testUtf took 0,124 sec
    [junit] Testcase: test1 took 0,002 sec
    [junit] Testcase: test2 took 0,002 sec
    [junit] Testcase: test3 took 0,005 sec
    [junit] Testcase: testXpath2Transform took 0,021 sec
    [junit] Testcase: testSameKeySeveralAlgorithSigning took 4,852 sec
    [junit] Running org.apache.xml.security.test.algorithms.AllTests
    [junit] Testsuite: org.apache.xml.security.test.algorithms.AllTests
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1,002 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1,002 sec
    [junit] 
    [junit] Testcase: testSameKeySeveralAlgorithSigning took 0,973 sec
    [junit] Running
org.apache.xml.security.test.algorithms.SignatureAlgorithmTest
    [junit] Testsuite:
org.apache.xml.security.test.algorithms.SignatureAlgorithmTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1,204 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1,204 sec
    [junit] 
    [junit] Testcase: testSameKeySeveralAlgorithSigning took 1,174 sec
    [junit] Running org.apache.xml.security.test.c14n.helper.AttrCompareTest
    [junit] Testsuite:
org.apache.xml.security.test.c14n.helper.AttrCompareTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,038 sec
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,038 sec
    [junit] ------------- Standard Output ---------------
    [junit] Attr1: goo:foo="" (foo)
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testA1 took 0,004 sec
    [junit] Testcase: testA2 took 0,002 sec
    [junit] Testcase: testComplete took 0,003 sec
    [junit] Running org.apache.xml.security.test.c14n.helper.C14nHelperTest
    [junit] Testsuite:
org.apache.xml.security.test.c14n.helper.C14nHelperTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0,033 sec
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0,033 sec
    [junit] 
    [junit] Testcase: testNamespaceIsAbsolute01 took 0,002 sec
    [junit] Testcase: testNamespaceIsAbsolute02 took 0 sec
    [junit] Testcase: testNamespaceIsAbsolute03 took 0 sec
    [junit] Testcase: testNamespaceIsRelative01 took 0 sec
    [junit] Testcase: testNamespaceIsRelative02 took 0 sec
    [junit] Running
org.apache.xml.security.test.c14n.implementations.Canonicalizer20010315ExclusiveTest
    [junit] Testsuite:
org.apache.xml.security.test.c14n.implementations.Canonicalizer20010315ExclusiveTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0,248 sec
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0,248 sec
    [junit] 
    [junit] Testcase: testA took 0,19 sec
    [junit] Testcase: test221 took 0,003 sec
    [junit] Testcase: test222 took 0,003 sec
    [junit] Testcase: test221excl took 0,003 sec
    [junit] Testcase: test222excl took 0,005 sec
    [junit] Testcase: test223excl took 0,011 sec
    [junit] Testcase: testNodeSet took 0,003 sec
    [junit] Running
org.apache.xml.security.test.c14n.implementations.Canonicalizer20010315Test
    [junit] Testsuite:
org.apache.xml.security.test.c14n.implementations.Canonicalizer20010315Test
    [junit] Tests run: 22, Failures: 0, Errors: 0, Time elapsed: 0,295 sec
    [junit] Tests run: 22, Failures: 0, Errors: 0, Time elapsed: 0,295 sec
    [junit] 
    [junit] Testcase: test31withCommentsSubtree took 0,024 sec
    [junit] Testcase: test31withCommentsSubset took 0,035 sec
    [junit] Testcase: test31subtree took 0,003 sec
    [junit] Testcase: test31subset took 0,004 sec
    [junit] Testcase: test32subtree took 0,003 sec
    [junit] Testcase: test32subset took 0,005 sec
    [junit] Testcase: test33subtree took 0,006 sec
    [junit] Testcase: test33subset took 0,007 sec
    [junit] Testcase: test34 took 0,004 sec
    [junit] Testcase: test34subtree took 0,004 sec
    [junit] Testcase: test34subset took 0,006 sec
    [junit] Testcase: test35subtree took 0,005 sec
    [junit] Testcase: test35subset took 0,006 sec
    [junit] Testcase: test36subtree took 0,005 sec
    [junit] Testcase: test36subset took 0,004 sec
    [junit] Testcase: test37 took 0,014 sec
    [junit] Testcase: test37byNodeList took 0,012 sec
    [junit] Testcase: testRelativeNSbehaviour took 0,004 sec
    [junit] Testcase: testTranslationFromUTF16toUTF8 took 0,097 sec
    [junit] Testcase: testXMLAttributes1 took 0,004 sec
    [junit] Testcase: testXMLAttributes2 took 0,004 sec
    [junit] Testcase: testXMLAttributes3 took 0,004 sec
    [junit] Running
org.apache.xml.security.test.c14n.implementations.ExclusiveC14NInterop
    [junit] Testsuite:
org.apache.xml.security.test.c14n.implementations.ExclusiveC14NInterop
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 8,683 sec
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 8,683 sec
    [junit] 
    [junit] Testcase: test_Y1 took 0,113 sec
    [junit] Testcase: test_Y2 took 0,132 sec
    [junit] Testcase: test_Y3 took 0,143 sec
    [junit] Testcase: test_Y4 took 8,19 sec
    [junit] Testcase: test_xfilter2 took 0,073 sec
    [junit] Running org.apache.xml.security.test.encryption.BaltimoreEncTest
    [junit] Testsuite:
org.apache.xml.security.test.encryption.BaltimoreEncTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 1,005 sec
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 1,005 sec
    [junit] 
    [junit] Testcase: test_five_content_3des_cbc took 0,627 sec
    [junit] Testcase: test_five_content_aes256_cbc took 0,051 sec
    [junit] Testcase: test_five_content_aes128_cbc_kw_aes192 took 0,023 sec
    [junit] Testcase: test_five_content_3des_cbc_kw_aes128 took 0,018 sec
    [junit] Testcase: test_five_content_aes128_cbc_rsa_15 took 0,088 sec
    [junit] Testcase: test_five_element_aes192_cbc_ref took 0,037 sec
    [junit] Testcase: test_five_data_aes128_cbc took 0,011 sec
    [junit] Testcase: test_five_data_aes256_cbc_3des took 0,016 sec
    [junit] Testcase: test_five_data_aes192_cbc_aes256 took 0,012 sec
    [junit] Testcase: test_five_data_3des_cbc_rsa_oaep took 0,064 sec
    [junit] Running
org.apache.xml.security.test.encryption.EncryptContentTest
    [junit] Testsuite:
org.apache.xml.security.test.encryption.EncryptContentTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,986 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,986 sec
    [junit] ------------- Standard Output ---------------
    [junit] <?xml version="1.0" encoding="UTF-8"?><users>
    [junit]   <user><xenc:EncryptedData
xmlns:xenc="http://www.w3.org/2001/04/xmlenc#"
Type="http://www.w3.org/2001/04/xmlenc#Content"><xenc:EncryptionMethod
Algorithm="http://www.w3.org/2001/04/xmlenc#tripledes-cbc"
xmlns:xenc="http://www.w3.org/2001/04/xmlenc#"/><xenc:CipherData
xmlns:xenc="http://www.w3.org/2001/04/xmlenc#"><xenc:CipherValue
xmlns:xenc="http://www.w3.org/2001/04/xmlenc#">2dlWEy7l+ULNzQpqXQpCMCbHENxpL05sXso/byOopu6XMwlmzSXwOa/9lWoPXE9Dpev8krY2BI56
    [junit]
Ui5ABS5NKpbanZaMCG008pKg6+wV6oEBoi3VPYOaG9qNFIGrc3O2HO+5okIz6jF0HzFfvTOmaUuJ
    [junit]
L13k6YV8</xenc:CipherValue></xenc:CipherData></xenc:EncryptedData></user>
    [junit] </users>------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testContentRemoved took 0,895 sec
    [junit] Running org.apache.xml.security.test.encryption.XMLCipherTester
    [junit] Testsuite:
org.apache.xml.security.test.encryption.XMLCipherTester
    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 3,4 sec
    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 3,4 sec
    [junit] 
    [junit] Testcase: testAES128ElementAES192KWCipherUsingKEK took 0,575 sec
    [junit] Testcase: testAES128ElementRSAKWCipherUsingKEK took 1,89 sec
    [junit] Testcase: testAES192ElementAES256KWCipher took 0,097 sec
    [junit] Testcase: testTrippleDesElementCipher took 0,078 sec
    [junit] Testcase: testAes128ElementCipher took 0,075 sec
    [junit] Testcase: testAes192ElementCipher took 0,079 sec
    [junit] Testcase: testAes265ElementCipher took 0,075 sec
    [junit] Testcase: testTrippleDesDocumentCipher took 0,417 sec
    [junit] Testcase: testSameDocumentCipherReference took 0,046 sec
    [junit] Testcase: testSerializedData took 0,031 sec
    [junit] Testcase: testEncryptedKeyWithRecipient took 0,006 sec
    [junit] Running
org.apache.xml.security.test.external.org.apache.xalan.XPathAPI.AttributeAncestorOrSelfTest
    [junit] Testsuite:
org.apache.xml.security.test.external.org.apache.xalan.XPathAPI.AttributeAncestorOrSelfTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,075 sec
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,075 sec
    [junit] 
    [junit] Testcase: test01 took 0,034 sec
    [junit] Testcase: test02 took 0,007 sec
    [junit] Testcase: test03 took 0,004 sec
    [junit] Running
org.apache.xml.security.test.external.org.apache.xalan.XPathAPI.XalanBug1425Test
    [junit] Testsuite:
org.apache.xml.security.test.external.org.apache.xalan.XPathAPI.XalanBug1425Test
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0,097 sec
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0,097 sec
    [junit] 
    [junit] Testcase: testBad01 took 0,037 sec
    [junit] Testcase: testBad02 took 0,007 sec
    [junit] Testcase: testBad03 took 0,004 sec
    [junit] Testcase: testGood01 took 0,003 sec
    [junit] Testcase: testGood02 took 0,003 sec
    [junit] Testcase: testGood03 took 0,003 sec
    [junit] Testcase: testGood04 took 0,004 sec
    [junit] Testcase: testGood05 took 0,003 sec
    [junit] Running org.apache.xml.security.test.interop.BaltimoreTest
    [junit] Testsuite: org.apache.xml.security.test.interop.BaltimoreTest
    [junit] Tests run: 19, Failures: 0, Errors: 0, Time elapsed: 2,14 sec
    [junit] Tests run: 19, Failures: 0, Errors: 0, Time elapsed: 2,14 sec
    [junit] 
    [junit] Testcase: test_fifteen_enveloping_hmac_sha1 took 0,48 sec
    [junit] Testcase: test_fifteen_enveloping_hmac_sha1_40 took 0,006 sec
    [junit] Testcase: test_fifteen_enveloped_dsa took 0,067 sec
    [junit] Testcase: test_fifteen_enveloping_b64_dsa took 0,059 sec
    [junit] Testcase: test_fifteen_enveloping_dsa took 0,06 sec
    [junit] Testcase: test_fifteen_enveloping_rsa took 0,013 sec
    [junit] Testcase: test_fifteen_external_b64_dsa took 0,07 sec
    [junit] Testcase: test_fifteen_external_dsa took 0,064 sec
    [junit] Testcase: test_sixteen_external_dsa took 0,324 sec
    [junit] Testcase: test_sixteen_bad_signature took 0,32 sec
    [junit] Testcase: test_twenty_three_enveloping_hmac_sha1 took 0,005 sec
    [junit] Testcase: test_twenty_three_enveloping_hmac_sha1_40 took 0,006
sec
    [junit] Testcase: test_twenty_three_enveloped_dsa took 0,068 sec
    [junit] Testcase: test_twenty_three_enveloping_b64_dsa took 0,059 sec
    [junit] Testcase: test_twenty_three_enveloping_dsa took 0,059 sec
    [junit] Testcase: test_twenty_three_enveloping_rsa took 0,009 sec
    [junit] Testcase: test_twenty_three_external_b64_dsa took 0,07 sec
    [junit] Testcase: test_twenty_three_external_dsa took 0,061 sec
    [junit] Testcase: test_twenty_three_external_dsa_2 took 0,307 sec
    [junit] Running org.apache.xml.security.test.interop.IAIKTest
    [junit] Testsuite: org.apache.xml.security.test.interop.IAIKTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0,839 sec
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0,839 sec
    [junit] 
    [junit] Testcase: test_signatureAlgorithms_signatures_hMACShortSignature
took 0,478 sec
    [junit] Testcase: test_signatureAlgorithms_signatures_hMACSignature took
0,006 sec
    [junit] Testcase: test_coreFeatures_signatures_manifestSignature_core
took 0,023 sec
    [junit] Testcase:
test_coreFeatures_signatures_manifestSignature_manifest took 0,021 sec
    [junit] Testcase: test_coreFeatures_signatures_signatureTypesSignature
took 0,104 sec
    [junit] Testcase:
test_coreFeatures_signatures_anonymousReferenceSignature took 0,009 sec
    [junit] Testcase: test_signatureAlgorithms_signatures_dSASignature took
0,082 sec
    [junit] Testcase: test_signatureAlgorithms_signatures_rSASignature took
0,009 sec
    [junit] Testcase: test_transforms_signatures_base64DecodeSignature took
0,025 sec
    [junit] Testcase: test_transforms_signatures_c14nSignature took 0,02 sec
    [junit] Testcase: test_transforms_signatures_envelopedSignatureSignature
took 0,01 sec
    [junit] Testcase: test_transforms_signatures_xPathSignature took 0,019
sec
    [junit] Running org.apache.xml.security.test.interop.RSASecurityTest
    [junit] Testsuite: org.apache.xml.security.test.interop.RSASecurityTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,153 sec
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,153 sec
    [junit] 
    [junit] Testcase: test_enveloping took 0,097 sec
    [junit] Testcase: test_enveloped took 0,01 sec
    [junit] Running
org.apache.xml.security.test.keys.content.x509.XMLX509CertificateTest
    [junit] Testsuite:
org.apache.xml.security.test.keys.content.x509.XMLX509CertificateTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,118 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,118 sec
    [junit] ------------- Standard Output ---------------
    [junit] [
    [junit] [
    [junit]   Version: V3
    [junit]   Subject: CN=Morigu, OU=X/Secure, O=Baltimore Technologies
Ltd., ST=Dublin, C=IE
    [junit]   Signature Algorithm: SHA1withDSA, OID = 1.2.840.10040.4.3
    [junit] 
    [junit]   Key:  Sun DSA Public Key
    [junit]     Parameters:DSA
    [junit] 	p:     848ab04a 278cd1a0 1ecfee87 ef582a09 f067c06d dd3eeec9
00495bd7 71a4c174
    [junit]     70f517cf 87456d21 58e10c96 f228022e cc2939af 9e1c7118
b16bc4d0 daf595c2
    [junit]     8750f5ea eeee3524 9c0736ad 51005799 894eb06b ed452f7b
f5fd3d6b 020cdea5
    [junit]     5ef14b88 9a7f3e2f c5d1cc95 fc2029fa 3229faba 254d73a1
533f6a12 39c560c3
    [junit] 	q:     984bfa78 826b0782 8dd1f3d1 0013f1dc d1d87259
    [junit] 	g:     2586e619 fc0ccfb5 aefe6c4e 4241ab26 495cdcf2 e33f7be2
cdec0065 117c1046
    [junit]     4e907d90 5c5fc4db 78f344f1 91678385 1fb7f433 00e53100
b113ee42 807a4e09
    [junit]     7b2b69cd cd176026 32b86240 4e6e05f5 9635a402 79c90994
9b0bc361 d95a649e
    [junit]     25746cce fd1e7b12 f9e09ff1 b8b6a8e3 a22d2cc7 78eaedcc
ef0f0746 1e7932d0
    [junit] 
    [junit]   y:
    [junit]     7d4d049f 40cf94f0 638b4313 474f6151 c7001b7e c8bb299d
3de4f46e 98594305
    [junit]     859ffedd 1baa10f8 e72ab3df 5285d34c 91880028 0f537fcf
92ac2b3d 50f424c7
    [junit]     6939c9d9 2c7889fc fed04507 8cc03468 06bb3b81 e9c1d5b0
dde29489 ac451c8e
    [junit]     b900e6e4 6b223d99 e5f2fe52 e2e22c63 cedab33b 04d41122
add014f7 57fbe36e
    [junit] 
    [junit]   Validity: [From: Wed Apr 03 05:59:52 YEKST 2002,
    [junit]                To: Tue Apr 03 04:59:46 YEKST 2012]
    [junit]   Issuer: CN=Another Transient CA, OU=X/Secure, O=Baltimore
Technologies Ltd., ST=Dublin, C=IE
    [junit]   SerialNumber: [    ecf92151 d3]
    [junit] 
    [junit] Certificate Extensions: 3
    [junit] [1]: ObjectId: 2.5.29.14 Criticality=false
    [junit] SubjectKeyIdentifier [
    [junit] KeyIdentifier [
    [junit] 0000: 82 BB 2E 38 E1 F8 4B 1F                           
...8..K.
    [junit] ]
    [junit] ]
    [junit] 
    [junit] [2]: ObjectId: 2.5.29.35 Criticality=false
    [junit] AuthorityKeyIdentifier [
    [junit] KeyIdentifier [
    [junit] 0000: 8A 1C 56 30 5A 32 12 7D                           
..V0Z2..
    [junit] ]
    [junit] 
    [junit] ]
    [junit] 
    [junit] [3]: ObjectId: 2.5.29.15 Criticality=true
    [junit] KeyUsage [
    [junit]   DigitalSignature
    [junit] ]
    [junit] 
    [junit] ]
    [junit]   Algorithm: [SHA1withDSA]
    [junit]   Signature:
    [junit] 0000: 30 2C 02 14 10 92 42 38   7C 3C A6 9C 68 47 2C F7 
0,....B8.<..hG,.
    [junit] 0010: B3 E5 66 6F 83 4A 21 F3   02 14 38 09 A1 99 FD CE 
..fo.J!...8.....
    [junit] 0020: 1F F7 5A 86 0D 05 44 4E   0F 02 EF C8 13 B2       
..Z...DN......
    [junit] 
    [junit] ]
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testGetX509Certificate took 0,056 sec
    [junit] Running
org.apache.xml.security.test.keys.content.x509.XMLX509IssuerSerialTest
    [junit] Testsuite:
org.apache.xml.security.test.keys.content.x509.XMLX509IssuerSerialTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,087 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,087 sec
    [junit] ------------- Standard Output ---------------
    [junit] 9.99.999=#abc123
    [junit] CN=\#abc123
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testGetIssuerName took 0,025 sec
    [junit] Running
org.apache.xml.security.test.keys.content.x509.XMLX509SKITest
    [junit] Testsuite:
org.apache.xml.security.test.keys.content.x509.XMLX509SKITest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,133 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,133 sec
    [junit] 
    [junit] Testcase: testGetSKIBytesFromCert took 0,041 sec
    [junit] Running org.apache.xml.security.test.signature.AllTests
    [junit] Testsuite: org.apache.xml.security.test.signature.AllTests
    [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 10,067 sec
    [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 10,067 sec
    [junit] 
    [junit] Testcase: testEmptyNodeSet took 2,56 sec
    [junit] Testcase: testOne took 1,594 sec
    [junit] Testcase: testTwo took 3,415 sec
    [junit] Testcase: testWithNSPrefixDisabled took 2,274 sec
    [junit] Testcase: testAddX509SubjectName took 0,065 sec
    [junit] Testcase: testSetOctetStreamGetOctetStream took 0 sec
    [junit] Testcase: testIsInitializedWithOctetStream took 0 sec
    [junit] Testcase: testOctetStreamIsOctetStream took 0 sec
    [junit] Testcase: testOctetStreamIsNotNodeSet took 0 sec
    [junit] Testcase: testGood took 0,09 sec
    [junit] Testcase: testBadC14NAlgo took 0,01 sec
    [junit] Testcase: testBadSigAlgo took 0,009 sec
    [junit] Testcase: testBadTransformAlgo took 0,01 sec
    [junit] Testcase: testDSAPublicKey took 0,006 sec
    [junit] Running
org.apache.xml.security.test.signature.CreateSignatureTest
    [junit] Testsuite:
org.apache.xml.security.test.signature.CreateSignatureTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 9,544 sec
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 9,544 sec
    [junit] 
    [junit] Testcase: testEmptyNodeSet took 0,984 sec
    [junit] Testcase: testOne took 2,759 sec
    [junit] Testcase: testTwo took 2,241 sec
    [junit] Testcase: testWithNSPrefixDisabled took 3,5 sec
    [junit] Running org.apache.xml.security.test.signature.InvalidKeyTest
    [junit] Testsuite: org.apache.xml.security.test.signature.InvalidKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,169 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,169 sec
    [junit] ------------- Standard Output ---------------
    [junit] VALIDATION OK
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] org.apache.xml.security.signature.XMLSignatureException: Not an
RSA key: DSA
    [junit] Original Exception was
org.apache.xml.security.signature.XMLSignatureException: Not an RSA key: DSA
    [junit] Original Exception was java.security.InvalidKeyException: Not an
RSA key: DSA
    [junit] 	at
org.apache.xml.security.signature.XMLSignature.checkSignatureValue(Unknown
Source)
    [junit] 	at
org.apache.xml.security.test.signature.InvalidKeyTest.validate(Unknown
Source)
    [junit] 	at
org.apache.xml.security.test.signature.InvalidKeyTest.test(Unknown Source)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit] 	at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [junit] 	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:585)
    [junit] 	at junit.framework.TestCase.runTest(TestCase.java:164)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:130)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:120)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:421)
    [junit] 	at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:912)
    [junit] 	at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:766)
    [junit] org.apache.xml.security.signature.XMLSignatureException: Not an
RSA key: DSA
    [junit] Original Exception was java.security.InvalidKeyException: Not an
RSA key: DSA
    [junit] 	at
org.apache.xml.security.algorithms.implementations.SignatureBaseRSA.engineInitVerify(Unknown
Source)
    [junit] 	at
org.apache.xml.security.algorithms.SignatureAlgorithm.initVerify(Unknown
Source)
    [junit] 	at
org.apache.xml.security.signature.XMLSignature.checkSignatureValue(Unknown
Source)
    [junit] 	at
org.apache.xml.security.test.signature.InvalidKeyTest.validate(Unknown
Source)
    [junit] 	at
org.apache.xml.security.test.signature.InvalidKeyTest.test(Unknown Source)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit] 	at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [junit] 	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:585)
    [junit] 	at junit.framework.TestCase.runTest(TestCase.java:164)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:130)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:120)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:421)
    [junit] 	at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:912)
    [junit] 	at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:766)
    [junit] java.security.InvalidKeyException: Not an RSA key: DSA
    [junit] 	at
sun.security.rsa.RSAKeyFactory.engineTranslateKey(RSAKeyFactory.java:144)
    [junit] 	at
sun.security.rsa.RSAKeyFactory.toRSAKey(RSAKeyFactory.java:79)
    [junit] 	at
sun.security.rsa.RSASignature.engineInitVerify(RSASignature.java:75)
    [junit] 	at java.security.Signature$Delegate.init(Signature.java:1073)
    [junit] 	at
java.security.Signature$Delegate.chooseProvider(Signature.java:1036)
    [junit] 	at
java.security.Signature$Delegate.engineInitVerify(Signature.java:1091)
    [junit] 	at java.security.Signature.initVerify(Signature.java:426)
    [junit] 	at
org.apache.xml.security.algorithms.implementations.SignatureBaseRSA.engineInitVerify(Unknown
Source)
    [junit] 	at
org.apache.xml.security.algorithms.SignatureAlgorithm.initVerify(Unknown
Source)
    [junit] 	at
org.apache.xml.security.signature.XMLSignature.checkSignatureValue(Unknown
Source)
    [junit] 	at
org.apache.xml.security.test.signature.InvalidKeyTest.validate(Unknown
Source)
    [junit] 	at
org.apache.xml.security.test.signature.InvalidKeyTest.test(Unknown Source)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit] 	at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [junit] 	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:585)
    [junit] 	at junit.framework.TestCase.runTest(TestCase.java:164)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:130)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:120)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:421)
    [junit] 	at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:912)
    [junit] 	at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:766)
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: test took 0,125 sec
    [junit] Running org.apache.xml.security.test.signature.KeyValueTest
    [junit] Testsuite: org.apache.xml.security.test.signature.KeyValueTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,118 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,118 sec
    [junit] 
    [junit] Testcase: testDSAPublicKey took 0,057 sec
    [junit] Running
org.apache.xml.security.test.signature.UnknownAlgoSignatureTest
    [junit] Testsuite:
org.apache.xml.security.test.signature.UnknownAlgoSignatureTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,193 sec
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,193 sec
    [junit] 
    [junit] Testcase: testGood took 0,143 sec
    [junit] Testcase: testBadC14NAlgo took 0,007 sec
    [junit] Testcase: testBadSigAlgo took 0,006 sec
    [junit] Testcase: testBadTransformAlgo took 0,006 sec
    [junit] Running org.apache.xml.security.test.signature.X509DataTest
    [junit] Testsuite: org.apache.xml.security.test.signature.X509DataTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,277 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,277 sec
    [junit] 
    [junit] Testcase: testAddX509SubjectName took 0,212 sec
    [junit] Running
org.apache.xml.security.test.signature.XMLSignatureInputTest
    [junit] Testsuite:
org.apache.xml.security.test.signature.XMLSignatureInputTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,035 sec
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,035 sec
    [junit] 
    [junit] Testcase: testSetOctetStreamGetOctetStream took 0,004 sec
    [junit] Testcase: testIsInitializedWithOctetStream took 0 sec
    [junit] Testcase: testOctetStreamIsOctetStream took 0 sec
    [junit] Testcase: testOctetStreamIsNotNodeSet took 0 sec
    [junit] Running org.apache.xml.security.test.signature.XmlSecTest
    [junit] Testsuite: org.apache.xml.security.test.signature.XmlSecTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,58 sec
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,58 sec
    [junit] ------------- Standard Output ---------------
    [junit] <?xml version="1.0" encoding="UTF-8"?><tns:document
xmlns:tns="urn:namespace"><t:child xmlns:t="urn:childnamespace">hello
world</t:child><ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
    [junit] <ds:SignedInfo>
    [junit] <ds:CanonicalizationMethod
Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments"/>
    [junit] <ds:SignatureMethod
Algorithm="http://www.w3.org/2000/09/xmldsig#dsa-sha1"/>
    [junit] <ds:Reference URI="">
    [junit] <ds:Transforms>
    [junit] <ds:Transform
Algorithm="http://www.w3.org/TR/1999/REC-xpath-19991116">
    [junit] <ds:XPath
xmlns:ds="http://www.w3.org/2000/09/xmldsig#">not(ancestor-or-self::ds:Signature)</ds:XPath>
    [junit] </ds:Transform>
    [junit] <ds:Transform
Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments"/>
    [junit] </ds:Transforms>
    [junit] <ds:DigestMethod
Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/>
    [junit] <ds:DigestValue>bVbcia+Zauy59KTXlMb98i4mQfY=</ds:DigestValue>
    [junit] </ds:Reference>
    [junit] </ds:SignedInfo>
    [junit]
<ds:SignatureValue>jxR/cpwnGkv6tpd/BoQx0J1+f4RWAwL2E8Cq0FMli8fmeodTEUlAMQ==</ds:SignatureValue>
    [junit] <ds:KeyInfo>
    [junit] <ds:KeyValue>
    [junit] <ds:DSAKeyValue>
    [junit] <ds:P>
    [junit]
/X9TgR11EilS30qcLuzk5/YRt1I870QAwx4/gLZRJmlFXUAiUftZPY1Y+r/F9bow9subVWzXgTuA
    [junit]
HTRv8mZgt2uZUKWkn5/oBHsQIsJPu6nX/rfGG/g7V+fGqKYVDwT7g/bTxR7DAjVUE1oWkTL2dfOu
    [junit] K2HXKu/yIgMZndFIAcc=
    [junit] </ds:P>
    [junit] <ds:Q>l2BQjxUjC8yykrmCouuEC/BYHPU=</ds:Q>
    [junit] <ds:G>
    [junit]
9+GghdabPd7LvKtcNrhXuXmUr7v6OuqC+VdMCz0HgmdRWVeOutRZT+ZxBxCBgLRJFnEj6EwoFhO3
    [junit]
zwkyjMim4TwWeotUfI0o4KOuHiuzpnWRbqN/C/ohNWLx+2J6ASQ7zKTxvqhRkImog9/hWuWfBpKL
    [junit] Zl6Ae1UlZAFMO/7PSSo=
    [junit] </ds:G>
    [junit] <ds:Y>
    [junit]
8EtQLDjkkSm2oIKM+zy0RZLQBEtuoy8OyBN+/AoTJWNcLJO6JRzb5ZpTlT9dIhylyIKBrtyGLFiY
    [junit]
F8Y2lHm0eiclpXDW/NxgHOqK61SbyWd2uTWlSaDEEorBCjHXpFEFIeqgUq/Y9AtR2xlaH+u1FKWL
    [junit] 7Cx2SWP0zTH79tDbgnM=
    [junit] </ds:Y>
    [junit] </ds:DSAKeyValue>
    [junit] </ds:KeyValue>
    [junit] </ds:KeyInfo>
    [junit] </ds:Signature></tns:document><?xml version="1.0"
encoding="UTF-8"?><tns:document xmlns:tns="urn:namespace"><t:child
xmlns:t="urn:childnamespace">hello world</t:child><ds:Signature
xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
    [junit] <ds:SignedInfo>
    [junit] <ds:CanonicalizationMethod
Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments"/>
    [junit] <ds:SignatureMethod
Algorithm="http://www.w3.org/2000/09/xmldsig#dsa-sha1"/>
    [junit] <ds:Reference URI="">
    [junit] <ds:Transforms>
    [junit] <ds:Transform
Algorithm="http://www.w3.org/TR/1999/REC-xpath-19991116">
    [junit] <ds:XPath
xmlns:ds="http://www.w3.org/2000/09/xmldsig#">not(ancestor-or-self::ds:Signature)</ds:XPath>
    [junit] </ds:Transform>
    [junit] <ds:Transform
Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments"/>
    [junit] </ds:Transforms>
    [junit] <ds:DigestMethod
Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/>
    [junit] <ds:DigestValue>bVbcia+Zauy59KTXlMb98i4mQfY=</ds:DigestValue>
    [junit] </ds:Reference>
    [junit] </ds:SignedInfo>
    [junit]
<ds:SignatureValue>UrNlNYwrvmH2XHM5tE8qzEmUQy1r4z+pN2qp1UtchqPhz4MHEnP1XQ==</ds:SignatureValue>
    [junit] <ds:KeyInfo>
    [junit] <ds:X509Data>
    [junit] <ds:X509Certificate>
    [junit]
MIICtTCCAnMCBEfNt3IwCwYHKoZIzjgEAwUAMEAxEzARBgoJkiaJk/IsZAEZFgNjb20xEzARBgoJ
    [junit]
kiaJk/IsZAEZFgNzdW4xFDASBgNVBAMTC1NlYW4gTXVsbGFuMB4XDTA4MDMwNDIwNTYxOFoXDTA4
    [junit]
MDYwMjIwNTYxOFowQDETMBEGCgmSJomT8ixkARkWA2NvbTETMBEGCgmSJomT8ixkARkWA3N1bjEU
    [junit]
MBIGA1UEAxMLU2VhbiBNdWxsYW4wggG4MIIBLAYHKoZIzjgEATCCAR8CgYEA/X9TgR11EilS30qc
    [junit]
Luzk5/YRt1I870QAwx4/gLZRJmlFXUAiUftZPY1Y+r/F9bow9subVWzXgTuAHTRv8mZgt2uZUKWk
    [junit]
n5/oBHsQIsJPu6nX/rfGG/g7V+fGqKYVDwT7g/bTxR7DAjVUE1oWkTL2dfOuK2HXKu/yIgMZndFI
    [junit]
AccCFQCXYFCPFSMLzLKSuYKi64QL8Fgc9QKBgQD34aCF1ps93su8q1w2uFe5eZSvu/o66oL5V0wL
    [junit]
PQeCZ1FZV4661FlP5nEHEIGAtEkWcSPoTCgWE7fPCTKMyKbhPBZ6i1R8jSjgo64eK7OmdZFuo38L
    [junit]
+iE1YvH7YnoBJDvMpPG+qFGQiaiD3+Fa5Z8GkotmXoB7VSVkAUw7/s9JKgOBhQACgYEA5LRac3Qk
    [junit]
DCDOPaeNF5dJQ2r0hgIWZomZV7Z9pHrRqMoepJD5xnJpJY7aA4eUSS+AHS1qOm5I6VTZ68hsOdPZ
    [junit]
CDFF/DiR38BzTxi4ZD0PhtmOjBh32lSNG1nhEq6e9RsyzhUw5FVYHAPnCx2bX4/8Rz8iEMuG0IcC
    [junit]
iAbbzsCfGBwwCwYHKoZIzjgEAwUAAy8AMCwCFCHSZkGVH/yfDwefLd61JbAiRzmpAhQks4ZcvNPE
    [junit] 9b9MDU3azndUo1TEIA==
    [junit] </ds:X509Certificate>
    [junit] </ds:X509Data>
    [junit] </ds:KeyInfo>
    [junit] </ds:Signature></tns:document>------------- ----------------
---------------
    [junit] 
    [junit] Testcase: testCheckXmlSignatureSoftwareStack took 0,388 sec
    [junit] Testcase: testCheckXmlSignatureSoftwareStackWithCert took 0,109
sec
    [junit] Running
org.apache.xml.security.test.transforms.implementations.AllTests
    [junit] Testsuite:
org.apache.xml.security.test.transforms.implementations.AllTests
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,143 sec
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,143 sec
    [junit] 
    [junit] Testcase: test1 took 0,01 sec
    [junit] Testcase: test2 took 0,002 sec
    [junit] Testcase: test3 took 0,036 sec
    [junit] Testcase: testXpath2Transform took 0,065 sec
    [junit] Running
org.apache.xml.security.test.transforms.implementations.TransformBase64DecodeTest
    [junit] Testsuite:
org.apache.xml.security.test.transforms.implementations.TransformBase64DecodeTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,109 sec
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,109 sec
    [junit] 
    [junit] Testcase: test1 took 0,015 sec
    [junit] Testcase: test2 took 0,003 sec
    [junit] Testcase: test3 took 0,048 sec
    [junit] Running
org.apache.xml.security.test.transforms.implementations.TransformXSLTTest
    [junit] Testsuite:
org.apache.xml.security.test.transforms.implementations.TransformXSLTTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,157 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,157 sec
    [junit] 
    [junit] Testcase: test1 took 0,127 sec
    [junit] Running
org.apache.xml.security.test.transforms.implementations.Xpath2TransformationTest
    [junit] Testsuite:
org.apache.xml.security.test.transforms.implementations.Xpath2TransformationTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,136 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,136 sec
    [junit] 
    [junit] Testcase: testXpath2Transform took 0,107 sec
    [junit] Running org.apache.xml.security.test.utils.AllTests
    [junit] Testsuite: org.apache.xml.security.test.utils.AllTests
    [junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed: 0,073 sec
    [junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed: 0,073 sec
    [junit] 
    [junit] Testcase: testIdSoap took 0,005 sec
    [junit] Testcase: testIdWithOtherIdSoap took 0,002 sec
    [junit] Testcase: testANoId took 0,003 sec
    [junit] Testcase: testA1 took 0,002 sec
    [junit] Testcase: testWrap1 took 0 sec
    [junit] Testcase: testWrap2 took 0,001 sec
    [junit] Testcase: testOldTransformSpiApi took 0,003 sec
    [junit] Testcase: testOldResourceResolverSpi took 0,005 sec
    [junit] Testcase: testOldKeyResolverSpi took 0,005 sec
    [junit] Testcase: testOldKeyResolverSpiInKeyInfo took 0,002 sec
    [junit] Testcase: testCustomResolver took 0,007 sec
    [junit] Testcase: testLocalFileWithEmptyBaseURI took 0,002 sec
    [junit] Testcase: testBug40783 took 0,004 sec
    [junit] Running org.apache.xml.security.test.utils.Base64Test
    [junit] Testsuite: org.apache.xml.security.test.utils.Base64Test
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,033 sec
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,033 sec
    [junit] 
    [junit] Testcase: testA1 took 0,003 sec
    [junit] Testcase: testWrap1 took 0 sec
    [junit] Testcase: testWrap2 took 0 sec
    [junit] Running org.apache.xml.security.test.utils.IdResolverTest
    [junit] Testsuite: org.apache.xml.security.test.utils.IdResolverTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,101 sec
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,101 sec
    [junit] 
    [junit] Testcase: testIdSoap took 0,03 sec
    [junit] Testcase: testIdWithOtherIdSoap took 0,003 sec
    [junit] Testcase: testANoId took 0,003 sec
    [junit] Running org.apache.xml.security.test.utils.OldApiTest
    [junit] Testsuite: org.apache.xml.security.test.utils.OldApiTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,191 sec
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,191 sec
    [junit] 
    [junit] Testcase: testOldTransformSpiApi took 0,119 sec
    [junit] Testcase: testOldResourceResolverSpi took 0,003 sec
    [junit] Testcase: testOldKeyResolverSpi took 0,005 sec
    [junit] Testcase: testOldKeyResolverSpiInKeyInfo took 0,002 sec
    [junit] Running org.apache.xml.security.test.utils.resolver.AllTests
    [junit] Testsuite: org.apache.xml.security.test.utils.resolver.AllTests
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,044 sec
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,044 sec
    [junit] 
    [junit] Testcase: testCustomResolver took 0,008 sec
    [junit] Testcase: testLocalFileWithEmptyBaseURI took 0,002 sec
    [junit] Testcase: testBug40783 took 0,004 sec
    [junit] Running
org.apache.xml.security.test.utils.resolver.ResourceResolverTest
    [junit] Testsuite:
org.apache.xml.security.test.utils.resolver.ResourceResolverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,047 sec
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,047 sec
    [junit] 
    [junit] Testcase: testCustomResolver took 0,011 sec
    [junit] Testcase: testLocalFileWithEmptyBaseURI took 0,003 sec
[junitreport] Processing
/home/dan/xml-security-1_4_2/build/docs/xml/junit/TESTS-TestSuites.xml to
/tmp/null1898319265
[junitreport] Loading stylesheet
jar:file:/usr/share/java/ant/ant-junit-1.7.0.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-frames.xsl
[junitreport] Transform time: 8637ms
[junitreport] Deleting: /tmp/null1898319265


Sean Mullan wrote:
> 
> Hi,
> 
> I think I know what the problem is. Since you are using JDK 6, you are 
> using the XML Signature implementation/JSR 105 that is bundled with JDK 
> 6. Thus you are not picking up the new features and fixes in XMLSec 1.4.2.
> 
> To override the JDK 6 implementation, put xmlsec.jar into 
> <jdk>/jre/lib/endorsed directory. Let me know if that works and I'll 
> update the docs to make mention of this.
> 
> --Sean
> 
> Daniil Shved wrote:
>> I've put xalan.jar to the <jdk>/jre/lib/endorsed (which I had to create)
>> and
>> to <jdk>/jre/lib/ext (just in case). It still doesn't work. And  I've
>> tried
>> it only with the "endorsed" dir (without "ext"), didn't work either. 
>> 
>> 
>> Raul Benito-2 wrote:
>>> Umm strange, it seems that the problem is jsr105 code, and I think it
>>> is some xpath related. Do you xalan in your jvm classpath?
>>> It is used to give some problems with here() transformations.
>>> Tell me if it helps.
>>> But I think that Sean has test this a lot.
>>>
>>> If not I will investigate more.
>>>
>>>
>> 
> 

-- 
View this message in context: http://www.nabble.com/danshved%40gmail.com-tp18461549p18502165.html
Sent from the Apache XML - Security - Dev mailing list archive at Nabble.com.


Re: danshved@gmail.com

Posted by Sean Mullan <Se...@Sun.COM>.
Hi,

I think I know what the problem is. Since you are using JDK 6, you are 
using the XML Signature implementation/JSR 105 that is bundled with JDK 
6. Thus you are not picking up the new features and fixes in XMLSec 1.4.2.

To override the JDK 6 implementation, put xmlsec.jar into 
<jdk>/jre/lib/endorsed directory. Let me know if that works and I'll 
update the docs to make mention of this.

--Sean

Daniil Shved wrote:
> I've put xalan.jar to the <jdk>/jre/lib/endorsed (which I had to create) and
> to <jdk>/jre/lib/ext (just in case). It still doesn't work. And  I've tried
> it only with the "endorsed" dir (without "ext"), didn't work either. 
> 
> 
> Raul Benito-2 wrote:
>> Umm strange, it seems that the problem is jsr105 code, and I think it
>> is some xpath related. Do you xalan in your jvm classpath?
>> It is used to give some problems with here() transformations.
>> Tell me if it helps.
>> But I think that Sean has test this a lot.
>>
>> If not I will investigate more.
>>
>>
> 

Re: danshved@gmail.com

Posted by Daniil Shved <da...@gmail.com>.
I've put xalan.jar to the <jdk>/jre/lib/endorsed (which I had to create) and
to <jdk>/jre/lib/ext (just in case). It still doesn't work. And  I've tried
it only with the "endorsed" dir (without "ext"), didn't work either. 


Raul Benito-2 wrote:
> 
> Umm strange, it seems that the problem is jsr105 code, and I think it
> is some xpath related. Do you xalan in your jvm classpath?
> It is used to give some problems with here() transformations.
> Tell me if it helps.
> But I think that Sean has test this a lot.
> 
> If not I will investigate more.
> 
> 

-- 
View this message in context: http://www.nabble.com/danshved%40gmail.com-tp18461549p18482018.html
Sent from the Apache XML - Security - Dev mailing list archive at Nabble.com.


Re: danshved@gmail.com

Posted by Raul Benito <ra...@apache.org>.
Umm strange, it seems that the problem is jsr105 code, and I think it
is some xpath related. Do you xalan in your jvm classpath?
It is used to give some problems with here() transformations.
Tell me if it helps.
But I think that Sean has test this a lot.

If not I will investigate more.


On Tue, Jul 15, 2008 at 9:49 PM, Daniil Shved <da...@gmail.com> wrote:
>
> Of course. Here is the stdout of "ant test":
>
> Buildfile: build.xml
>  [taskdef] Could not load definitions from resource clovertasks. It could
> not be found.
>
> do.build.src:
>
> init:
>     [echo]
>     [echo]
> -------------------------------------------------------------------
>     [echo] --------- Apache-XML-Security-J v1.4.2 [2000-2008] -----------
>     [echo]
> -------------------------------------------------------------------
>     [echo] Building with Apache Ant version 1.7.0 compiled on August 16
> 2007
>     [echo] Java 1.6.0_07 located at /home/dan/jdk1.6.0_07/jre
>     [echo]
> -------------------------------------------------------------------
>     [echo]
>
> env.mk.dirs:
>
> do.check.bindist:
>
> build.src:
>
> build.test:
>
> test:
>   [delete] Deleting directory
> /home/dan/xml-security-1_4_2/build/docs/xml/junit
>   [delete] Deleting directory
> /home/dan/xml-security-1_4_2/build/docs/html/junit
>    [mkdir] Created dir: /home/dan/xml-security-1_4_2/build/docs/xml/junit
>    [mkdir] Created dir: /home/dan/xml-security-1_4_2/build/docs/html/junit
>    [junit] Running javax.xml.crypto.test.KeySelectorExceptionTest
>    [junit] Testsuite: javax.xml.crypto.test.KeySelectorExceptionTest
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,052 sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,052 sec
>    [junit]
>    [junit] Testcase: testConstructor took 0,006 sec
>    [junit] Running javax.xml.crypto.test.KeySelectorTest
>    [junit] Testsuite: javax.xml.crypto.test.KeySelectorTest
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,053 sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,053 sec
>    [junit]
>    [junit] Testcase: testselect took 0,012 sec
>    [junit] Running javax.xml.crypto.test.OctetStreamDataTest
>    [junit] Testsuite: javax.xml.crypto.test.OctetStreamDataTest
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,042 sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,042 sec
>    [junit]
>    [junit] Testcase: testConstructor took 0,002 sec
>    [junit] Running javax.xml.crypto.test.dsig.Baltimore18Test
>    [junit] Testsuite: javax.xml.crypto.test.dsig.Baltimore18Test
>    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0,259 sec
>    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0,259 sec
>    [junit]
>    [junit] Testcase: test_signature_keyname took 0,088 sec
>    [junit] Testcase: test_signature_retrievalmethod_rawx509crt took 0,016
> sec
>    [junit] Testcase: test_signature_x509_crt_crl took 0,019 sec
>    [junit] Testcase: test_signature_x509_crt took 0,021 sec
>    [junit] Testcase: test_signature_x509_is took 0,023 sec
>    [junit] Testcase: test_signature_x509_ski took 0,022 sec
>    [junit] Testcase: test_signature_x509_sn took 0,027 sec
>    [junit] Running javax.xml.crypto.test.dsig.Baltimore23Test
>    [junit] Testsuite: javax.xml.crypto.test.dsig.Baltimore23Test
>    [junit] Tests run: 16, Failures: 0, Errors: 0, Time elapsed: 2,11 sec
>    [junit] Tests run: 16, Failures: 0, Errors: 0, Time elapsed: 2,11 sec
>    [junit]
>    [junit] Testcase: test_signature_enveloped_dsa took 0,112 sec
>    [junit] Testcase: test_signature_enveloping_b64_dsa took 0,056 sec
>    [junit] Testcase: test_signature_enveloping_dsa took 0,055 sec
>    [junit] Testcase: test_signature_external_b64_dsa took 0,078 sec
>    [junit] Testcase: test_signature_external_dsa took 0,071 sec
>    [junit] Testcase: test_signature_enveloping_rsa took 0,013 sec
>    [junit] Testcase: test_signature_enveloping_hmac_sha1 took 0,501 sec
>    [junit] Testcase: test_signature_enveloping_hmac_sha1_40 took 0,009 sec
>    [junit] Testcase: test_signature_keyname took 0,103 sec
>    [junit] Testcase: test_signature_retrievalmethod_rawx509crt took 0,094
> sec
>    [junit] Testcase: test_signature_x509_crt_crl took 0,095 sec
>    [junit] Testcase: test_signature_x509_crt took 0,089 sec
>    [junit] Testcase: test_signature_x509_is took 0,102 sec
>    [junit] Testcase: test_signature_x509_ski took 0,092 sec
>    [junit] Testcase: test_signature_x509_sn took 0,074 sec
>    [junit] Testcase: test_signature took 0,521 sec
>    [junit] Running javax.xml.crypto.test.dsig.BaltimoreExcC14n1Test
>    [junit] Testsuite: javax.xml.crypto.test.dsig.BaltimoreExcC14n1Test
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,156 sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,156 sec
>    [junit]
>    [junit] Testcase: test_exc_signature took 0,117 sec
>    [junit] Running javax.xml.crypto.test.dsig.BaltimoreIaik2Test
>    [junit] Testsuite: javax.xml.crypto.test.dsig.BaltimoreIaik2Test
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,229 sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,229 sec
>    [junit]
>    [junit] Testcase: test_signature took 0,19 sec
>    [junit] Running
> javax.xml.crypto.test.dsig.BaltimoreXPathFilter2ThreeTest
>    [junit] Testsuite:
> javax.xml.crypto.test.dsig.BaltimoreXPathFilter2ThreeTest
>    [junit] Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 0,956 sec
>    [junit] Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 0,956 sec
>    [junit]
>    [junit] Testcase: test_sign_spec took 0,215 sec
>    [junit] Testcase: test_sign_xfdl took 0,7 sec
>    [junit]     FAILED
>    [junit] Signature failed core validation#1
>    [junit] junit.framework.AssertionFailedError: Signature failed core
> validation#1
>    [junit]     at
> javax.xml.crypto.test.dsig.BaltimoreXPathFilter2ThreeTest.test_sign_xfdl(Unknown
> Source)
>    [junit]
>    [junit] Running javax.xml.crypto.test.dsig.C14N11Test
>    [junit] Testsuite: javax.xml.crypto.test.dsig.C14N11Test
>    [junit] Tests run: 20, Failures: 0, Errors: 20, Time elapsed: 0,241 sec
>    [junit] Tests run: 20, Failures: 0, Errors: 20, Time elapsed: 0,241 sec
>    [junit] ------------- Standard Output ---------------
>    [junit] Validating xmlid-1-IAIK.xml
>    [junit] Validating xmlid-2-IAIK.xml
>    [junit] Validating xmlspace-1-IAIK.xml
>    [junit] Validating xmlspace-2-IAIK.xml
>    [junit] Validating xmlspace-3-IAIK.xml
>    [junit] Validating xmlspace-4-IAIK.xml
>    [junit] Validating xmllang-1-IAIK.xml
>    [junit] Validating xmllang-2-IAIK.xml
>    [junit] Validating xmllang-3-IAIK.xml
>    [junit] Validating xmllang-4-IAIK.xml
>    [junit] Validating xmlbase-prop-1-IAIK.xml
>    [junit] Validating xmlbase-prop-2-IAIK.xml
>    [junit] Validating xmlbase-prop-3-IAIK.xml
>    [junit] Validating xmlbase-prop-4-IAIK.xml
>    [junit] Validating xmlbase-prop-5-IAIK.xml
>    [junit] Validating xmlbase-prop-6-IAIK.xml
>    [junit] Validating xmlbase-prop-7-IAIK.xml
>    [junit] Validating xmlbase-c14n11spec-102-IAIK.xml
>    [junit] Validating xmlbase-c14n11spec2-102-IAIK.xml
>    [junit] Validating xmlbase-c14n11spec3-103-IAIK.xml
>    [junit] ------------- ---------------- ---------------
>    [junit]
>    [junit] Testcase: test_xmlid_1 took 0,056 sec
>    [junit]     Caused an ERROR
>    [junit] java.security.NoSuchAlgorithmException:
> http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
> available
>    [junit] javax.xml.crypto.MarshalException:
> java.security.NoSuchAlgorithmException: http://www.w3.org/2006/12/xml-c14n11
> algorithm and DOM mechanism not available
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:57)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMCanonicalizationMethod.<init>(DOMCanonicalizationMethod.java:44)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMSignedInfo.<init>(DOMSignedInfo.java:118)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignature.<init>(DOMXMLSignature.java:119)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshal(DOMXMLSignatureFactory.java:152)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshalXMLSignature(DOMXMLSignatureFactory.java:116)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at javax.xml.crypto.test.dsig.C14N11Test.test_c14n11(Unknown
> Source)
>    [junit]     at javax.xml.crypto.test.dsig.C14N11Test.test_xmlid_1(Unknown
> Source)
>    [junit] Caused by: java.security.NoSuchAlgorithmException:
> http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
> available
>    [junit]     at
> javax.xml.crypto.dsig.TransformService.getInstance(TransformService.java:153)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:55)
>    [junit]
>    [junit] Testcase: test_xmlid_2 took 0,006 sec
>    [junit]     Caused an ERROR
>    [junit] java.security.NoSuchAlgorithmException:
> http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
> available
>    [junit] javax.xml.crypto.MarshalException:
> java.security.NoSuchAlgorithmException: http://www.w3.org/2006/12/xml-c14n11
> algorithm and DOM mechanism not available
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:57)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMCanonicalizationMethod.<init>(DOMCanonicalizationMethod.java:44)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMSignedInfo.<init>(DOMSignedInfo.java:118)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignature.<init>(DOMXMLSignature.java:119)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshal(DOMXMLSignatureFactory.java:152)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshalXMLSignature(DOMXMLSignatureFactory.java:116)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at javax.xml.crypto.test.dsig.C14N11Test.test_c14n11(Unknown
> Source)
>    [junit]     at javax.xml.crypto.test.dsig.C14N11Test.test_xmlid_2(Unknown
> Source)
>    [junit] Caused by: java.security.NoSuchAlgorithmException:
> http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
> available
>    [junit]     at
> javax.xml.crypto.dsig.TransformService.getInstance(TransformService.java:153)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:55)
>    [junit]
>    [junit] Testcase: test_xmlspace_1 took 0,006 sec
>    [junit]     Caused an ERROR
>    [junit] java.security.NoSuchAlgorithmException:
> http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
> available
>    [junit] javax.xml.crypto.MarshalException:
> java.security.NoSuchAlgorithmException: http://www.w3.org/2006/12/xml-c14n11
> algorithm and DOM mechanism not available
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:57)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMCanonicalizationMethod.<init>(DOMCanonicalizationMethod.java:44)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMSignedInfo.<init>(DOMSignedInfo.java:118)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignature.<init>(DOMXMLSignature.java:119)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshal(DOMXMLSignatureFactory.java:152)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshalXMLSignature(DOMXMLSignatureFactory.java:116)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at javax.xml.crypto.test.dsig.C14N11Test.test_c14n11(Unknown
> Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.C14N11Test.test_xmlspace_1(Unknown Source)
>    [junit] Caused by: java.security.NoSuchAlgorithmException:
> http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
> available
>    [junit]     at
> javax.xml.crypto.dsig.TransformService.getInstance(TransformService.java:153)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:55)
>    [junit]
>    [junit] Testcase: test_xmlspace_2 took 0,006 sec
>    [junit]     Caused an ERROR
>    [junit] java.security.NoSuchAlgorithmException:
> http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
> available
>    [junit] javax.xml.crypto.MarshalException:
> java.security.NoSuchAlgorithmException: http://www.w3.org/2006/12/xml-c14n11
> algorithm and DOM mechanism not available
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:57)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMCanonicalizationMethod.<init>(DOMCanonicalizationMethod.java:44)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMSignedInfo.<init>(DOMSignedInfo.java:118)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignature.<init>(DOMXMLSignature.java:119)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshal(DOMXMLSignatureFactory.java:152)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshalXMLSignature(DOMXMLSignatureFactory.java:116)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at javax.xml.crypto.test.dsig.C14N11Test.test_c14n11(Unknown
> Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.C14N11Test.test_xmlspace_2(Unknown Source)
>    [junit] Caused by: java.security.NoSuchAlgorithmException:
> http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
> available
>    [junit]     at
> javax.xml.crypto.dsig.TransformService.getInstance(TransformService.java:153)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:55)
>    [junit]
>    [junit] Testcase: test_xmlspace_3 took 0,006 sec
>    [junit]     Caused an ERROR
>    [junit] java.security.NoSuchAlgorithmException:
> http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
> available
>    [junit] javax.xml.crypto.MarshalException:
> java.security.NoSuchAlgorithmException: http://www.w3.org/2006/12/xml-c14n11
> algorithm and DOM mechanism not available
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:57)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMCanonicalizationMethod.<init>(DOMCanonicalizationMethod.java:44)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMSignedInfo.<init>(DOMSignedInfo.java:118)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignature.<init>(DOMXMLSignature.java:119)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshal(DOMXMLSignatureFactory.java:152)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshalXMLSignature(DOMXMLSignatureFactory.java:116)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at javax.xml.crypto.test.dsig.C14N11Test.test_c14n11(Unknown
> Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.C14N11Test.test_xmlspace_3(Unknown Source)
>    [junit] Caused by: java.security.NoSuchAlgorithmException:
> http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
> available
>    [junit]     at
> javax.xml.crypto.dsig.TransformService.getInstance(TransformService.java:153)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:55)
>    [junit]
>    [junit] Testcase: test_xmlspace_4 took 0,006 sec
>    [junit]     Caused an ERROR
>    [junit] java.security.NoSuchAlgorithmException:
> http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
> available
>    [junit] javax.xml.crypto.MarshalException:
> java.security.NoSuchAlgorithmException: http://www.w3.org/2006/12/xml-c14n11
> algorithm and DOM mechanism not available
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:57)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMCanonicalizationMethod.<init>(DOMCanonicalizationMethod.java:44)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMSignedInfo.<init>(DOMSignedInfo.java:118)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignature.<init>(DOMXMLSignature.java:119)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshal(DOMXMLSignatureFactory.java:152)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshalXMLSignature(DOMXMLSignatureFactory.java:116)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at javax.xml.crypto.test.dsig.C14N11Test.test_c14n11(Unknown
> Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.C14N11Test.test_xmlspace_4(Unknown Source)
>    [junit] Caused by: java.security.NoSuchAlgorithmException:
> http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
> available
>    [junit]     at
> javax.xml.crypto.dsig.TransformService.getInstance(TransformService.java:153)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:55)
>    [junit]
>    [junit] Testcase: test_xmllang_1 took 0,006 sec
>    [junit]     Caused an ERROR
>    [junit] java.security.NoSuchAlgorithmException:
> http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
> available
>    [junit] javax.xml.crypto.MarshalException:
> java.security.NoSuchAlgorithmException: http://www.w3.org/2006/12/xml-c14n11
> algorithm and DOM mechanism not available
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:57)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMCanonicalizationMethod.<init>(DOMCanonicalizationMethod.java:44)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMSignedInfo.<init>(DOMSignedInfo.java:118)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignature.<init>(DOMXMLSignature.java:119)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshal(DOMXMLSignatureFactory.java:152)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshalXMLSignature(DOMXMLSignatureFactory.java:116)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at javax.xml.crypto.test.dsig.C14N11Test.test_c14n11(Unknown
> Source)
>    [junit]     at javax.xml.crypto.test.dsig.C14N11Test.test_xmllang_1(Unknown
> Source)
>    [junit] Caused by: java.security.NoSuchAlgorithmException:
> http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
> available
>    [junit]     at
> javax.xml.crypto.dsig.TransformService.getInstance(TransformService.java:153)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:55)
>    [junit]
>    [junit] Testcase: test_xmllang_2 took 0,006 sec
>    [junit]     Caused an ERROR
>    [junit] java.security.NoSuchAlgorithmException:
> http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
> available
>    [junit] javax.xml.crypto.MarshalException:
> java.security.NoSuchAlgorithmException: http://www.w3.org/2006/12/xml-c14n11
> algorithm and DOM mechanism not available
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:57)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMCanonicalizationMethod.<init>(DOMCanonicalizationMethod.java:44)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMSignedInfo.<init>(DOMSignedInfo.java:118)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignature.<init>(DOMXMLSignature.java:119)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshal(DOMXMLSignatureFactory.java:152)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshalXMLSignature(DOMXMLSignatureFactory.java:116)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at javax.xml.crypto.test.dsig.C14N11Test.test_c14n11(Unknown
> Source)
>    [junit]     at javax.xml.crypto.test.dsig.C14N11Test.test_xmllang_2(Unknown
> Source)
>    [junit] Caused by: java.security.NoSuchAlgorithmException:
> http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
> available
>    [junit]     at
> javax.xml.crypto.dsig.TransformService.getInstance(TransformService.java:153)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:55)
>    [junit]
>    [junit] Testcase: test_xmllang_3 took 0,007 sec
>    [junit]     Caused an ERROR
>    [junit] java.security.NoSuchAlgorithmException:
> http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
> available
>    [junit] javax.xml.crypto.MarshalException:
> java.security.NoSuchAlgorithmException: http://www.w3.org/2006/12/xml-c14n11
> algorithm and DOM mechanism not available
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:57)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMCanonicalizationMethod.<init>(DOMCanonicalizationMethod.java:44)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMSignedInfo.<init>(DOMSignedInfo.java:118)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignature.<init>(DOMXMLSignature.java:119)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshal(DOMXMLSignatureFactory.java:152)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshalXMLSignature(DOMXMLSignatureFactory.java:116)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at javax.xml.crypto.test.dsig.C14N11Test.test_c14n11(Unknown
> Source)
>    [junit]     at javax.xml.crypto.test.dsig.C14N11Test.test_xmllang_3(Unknown
> Source)
>    [junit] Caused by: java.security.NoSuchAlgorithmException:
> http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
> available
>    [junit]     at
> javax.xml.crypto.dsig.TransformService.getInstance(TransformService.java:153)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:55)
>    [junit]
>    [junit] Testcase: test_xmllang_4 took 0,006 sec
>    [junit]     Caused an ERROR
>    [junit] java.security.NoSuchAlgorithmException:
> http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
> available
>    [junit] javax.xml.crypto.MarshalException:
> java.security.NoSuchAlgorithmException: http://www.w3.org/2006/12/xml-c14n11
> algorithm and DOM mechanism not available
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:57)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMCanonicalizationMethod.<init>(DOMCanonicalizationMethod.java:44)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMSignedInfo.<init>(DOMSignedInfo.java:118)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignature.<init>(DOMXMLSignature.java:119)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshal(DOMXMLSignatureFactory.java:152)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshalXMLSignature(DOMXMLSignatureFactory.java:116)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at javax.xml.crypto.test.dsig.C14N11Test.test_c14n11(Unknown
> Source)
>    [junit]     at javax.xml.crypto.test.dsig.C14N11Test.test_xmllang_4(Unknown
> Source)
>    [junit] Caused by: java.security.NoSuchAlgorithmException:
> http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
> available
>    [junit]     at
> javax.xml.crypto.dsig.TransformService.getInstance(TransformService.java:153)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:55)
>    [junit]
>    [junit] Testcase: test_xmlbase_prop_1 took 0,006 sec
>    [junit]     Caused an ERROR
>    [junit] java.security.NoSuchAlgorithmException:
> http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
> available
>    [junit] javax.xml.crypto.MarshalException:
> java.security.NoSuchAlgorithmException: http://www.w3.org/2006/12/xml-c14n11
> algorithm and DOM mechanism not available
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:57)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMCanonicalizationMethod.<init>(DOMCanonicalizationMethod.java:44)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMSignedInfo.<init>(DOMSignedInfo.java:118)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignature.<init>(DOMXMLSignature.java:119)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshal(DOMXMLSignatureFactory.java:152)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshalXMLSignature(DOMXMLSignatureFactory.java:116)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at javax.xml.crypto.test.dsig.C14N11Test.test_c14n11(Unknown
> Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.C14N11Test.test_xmlbase_prop_1(Unknown Source)
>    [junit] Caused by: java.security.NoSuchAlgorithmException:
> http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
> available
>    [junit]     at
> javax.xml.crypto.dsig.TransformService.getInstance(TransformService.java:153)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:55)
>    [junit]
>    [junit] Testcase: test_xmlbase_prop_2 took 0,006 sec
>    [junit]     Caused an ERROR
>    [junit] java.security.NoSuchAlgorithmException:
> http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
> available
>    [junit] javax.xml.crypto.MarshalException:
> java.security.NoSuchAlgorithmException: http://www.w3.org/2006/12/xml-c14n11
> algorithm and DOM mechanism not available
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:57)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMCanonicalizationMethod.<init>(DOMCanonicalizationMethod.java:44)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMSignedInfo.<init>(DOMSignedInfo.java:118)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignature.<init>(DOMXMLSignature.java:119)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshal(DOMXMLSignatureFactory.java:152)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshalXMLSignature(DOMXMLSignatureFactory.java:116)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at javax.xml.crypto.test.dsig.C14N11Test.test_c14n11(Unknown
> Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.C14N11Test.test_xmlbase_prop_2(Unknown Source)
>    [junit] Caused by: java.security.NoSuchAlgorithmException:
> http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
> available
>    [junit]     at
> javax.xml.crypto.dsig.TransformService.getInstance(TransformService.java:153)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:55)
>    [junit]
>    [junit] Testcase: test_xmlbase_prop_3 took 0,008 sec
>    [junit]     Caused an ERROR
>    [junit] java.security.NoSuchAlgorithmException:
> http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
> available
>    [junit] javax.xml.crypto.MarshalException:
> java.security.NoSuchAlgorithmException: http://www.w3.org/2006/12/xml-c14n11
> algorithm and DOM mechanism not available
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:57)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMCanonicalizationMethod.<init>(DOMCanonicalizationMethod.java:44)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMSignedInfo.<init>(DOMSignedInfo.java:118)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignature.<init>(DOMXMLSignature.java:119)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshal(DOMXMLSignatureFactory.java:152)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshalXMLSignature(DOMXMLSignatureFactory.java:116)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at javax.xml.crypto.test.dsig.C14N11Test.test_c14n11(Unknown
> Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.C14N11Test.test_xmlbase_prop_3(Unknown Source)
>    [junit] Caused by: java.security.NoSuchAlgorithmException:
> http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
> available
>    [junit]     at
> javax.xml.crypto.dsig.TransformService.getInstance(TransformService.java:153)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:55)
>    [junit]
>    [junit] Testcase: test_xmlbase_prop_4 took 0,006 sec
>    [junit]     Caused an ERROR
>    [junit] java.security.NoSuchAlgorithmException:
> http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
> available
>    [junit] javax.xml.crypto.MarshalException:
> java.security.NoSuchAlgorithmException: http://www.w3.org/2006/12/xml-c14n11
> algorithm and DOM mechanism not available
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:57)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMCanonicalizationMethod.<init>(DOMCanonicalizationMethod.java:44)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMSignedInfo.<init>(DOMSignedInfo.java:118)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignature.<init>(DOMXMLSignature.java:119)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshal(DOMXMLSignatureFactory.java:152)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshalXMLSignature(DOMXMLSignatureFactory.java:116)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at javax.xml.crypto.test.dsig.C14N11Test.test_c14n11(Unknown
> Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.C14N11Test.test_xmlbase_prop_4(Unknown Source)
>    [junit] Caused by: java.security.NoSuchAlgorithmException:
> http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
> available
>    [junit]     at
> javax.xml.crypto.dsig.TransformService.getInstance(TransformService.java:153)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:55)
>    [junit]
>    [junit] Testcase: test_xmlbase_prop_5 took 0,006 sec
>    [junit]     Caused an ERROR
>    [junit] java.security.NoSuchAlgorithmException:
> http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
> available
>    [junit] javax.xml.crypto.MarshalException:
> java.security.NoSuchAlgorithmException: http://www.w3.org/2006/12/xml-c14n11
> algorithm and DOM mechanism not available
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:57)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMCanonicalizationMethod.<init>(DOMCanonicalizationMethod.java:44)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMSignedInfo.<init>(DOMSignedInfo.java:118)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignature.<init>(DOMXMLSignature.java:119)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshal(DOMXMLSignatureFactory.java:152)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshalXMLSignature(DOMXMLSignatureFactory.java:116)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at javax.xml.crypto.test.dsig.C14N11Test.test_c14n11(Unknown
> Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.C14N11Test.test_xmlbase_prop_5(Unknown Source)
>    [junit] Caused by: java.security.NoSuchAlgorithmException:
> http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
> available
>    [junit]     at
> javax.xml.crypto.dsig.TransformService.getInstance(TransformService.java:153)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:55)
>    [junit]
>    [junit] Testcase: test_xmlbase_prop_6 took 0,007 sec
>    [junit]     Caused an ERROR
>    [junit] java.security.NoSuchAlgorithmException:
> http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
> available
>    [junit] javax.xml.crypto.MarshalException:
> java.security.NoSuchAlgorithmException: http://www.w3.org/2006/12/xml-c14n11
> algorithm and DOM mechanism not available
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:57)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMCanonicalizationMethod.<init>(DOMCanonicalizationMethod.java:44)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMSignedInfo.<init>(DOMSignedInfo.java:118)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignature.<init>(DOMXMLSignature.java:119)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshal(DOMXMLSignatureFactory.java:152)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshalXMLSignature(DOMXMLSignatureFactory.java:116)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at javax.xml.crypto.test.dsig.C14N11Test.test_c14n11(Unknown
> Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.C14N11Test.test_xmlbase_prop_6(Unknown Source)
>    [junit] Caused by: java.security.NoSuchAlgorithmException:
> http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
> available
>    [junit]     at
> javax.xml.crypto.dsig.TransformService.getInstance(TransformService.java:153)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:55)
>    [junit]
>    [junit] Testcase: test_xmlbase_prop_7 took 0,006 sec
>    [junit]     Caused an ERROR
>    [junit] java.security.NoSuchAlgorithmException:
> http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
> available
>    [junit] javax.xml.crypto.MarshalException:
> java.security.NoSuchAlgorithmException: http://www.w3.org/2006/12/xml-c14n11
> algorithm and DOM mechanism not available
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:57)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMCanonicalizationMethod.<init>(DOMCanonicalizationMethod.java:44)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMSignedInfo.<init>(DOMSignedInfo.java:118)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignature.<init>(DOMXMLSignature.java:119)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshal(DOMXMLSignatureFactory.java:152)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshalXMLSignature(DOMXMLSignatureFactory.java:116)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at javax.xml.crypto.test.dsig.C14N11Test.test_c14n11(Unknown
> Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.C14N11Test.test_xmlbase_prop_7(Unknown Source)
>    [junit] Caused by: java.security.NoSuchAlgorithmException:
> http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
> available
>    [junit]     at
> javax.xml.crypto.dsig.TransformService.getInstance(TransformService.java:153)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:55)
>    [junit]
>    [junit] Testcase: test_xmlbase_c14n11spec_102 took 0,006 sec
>    [junit]     Caused an ERROR
>    [junit] java.security.NoSuchAlgorithmException:
> http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
> available
>    [junit] javax.xml.crypto.MarshalException:
> java.security.NoSuchAlgorithmException: http://www.w3.org/2006/12/xml-c14n11
> algorithm and DOM mechanism not available
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:57)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMCanonicalizationMethod.<init>(DOMCanonicalizationMethod.java:44)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMSignedInfo.<init>(DOMSignedInfo.java:118)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignature.<init>(DOMXMLSignature.java:119)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshal(DOMXMLSignatureFactory.java:152)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshalXMLSignature(DOMXMLSignatureFactory.java:116)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at javax.xml.crypto.test.dsig.C14N11Test.test_c14n11(Unknown
> Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.C14N11Test.test_xmlbase_c14n11spec_102(Unknown
> Source)
>    [junit] Caused by: java.security.NoSuchAlgorithmException:
> http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
> available
>    [junit]     at
> javax.xml.crypto.dsig.TransformService.getInstance(TransformService.java:153)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:55)
>    [junit]
>    [junit] Testcase: test_xmlbase_c14n11spec2_102 took 0,006 sec
>    [junit]     Caused an ERROR
>    [junit] java.security.NoSuchAlgorithmException:
> http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
> available
>    [junit] javax.xml.crypto.MarshalException:
> java.security.NoSuchAlgorithmException: http://www.w3.org/2006/12/xml-c14n11
> algorithm and DOM mechanism not available
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:57)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMCanonicalizationMethod.<init>(DOMCanonicalizationMethod.java:44)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMSignedInfo.<init>(DOMSignedInfo.java:118)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignature.<init>(DOMXMLSignature.java:119)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshal(DOMXMLSignatureFactory.java:152)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshalXMLSignature(DOMXMLSignatureFactory.java:116)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at javax.xml.crypto.test.dsig.C14N11Test.test_c14n11(Unknown
> Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.C14N11Test.test_xmlbase_c14n11spec2_102(Unknown
> Source)
>    [junit] Caused by: java.security.NoSuchAlgorithmException:
> http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
> available
>    [junit]     at
> javax.xml.crypto.dsig.TransformService.getInstance(TransformService.java:153)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:55)
>    [junit]
>    [junit] Testcase: test_xmlbase_c14n11spec3_103 took 0,006 sec
>    [junit]     Caused an ERROR
>    [junit] java.security.NoSuchAlgorithmException:
> http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
> available
>    [junit] javax.xml.crypto.MarshalException:
> java.security.NoSuchAlgorithmException: http://www.w3.org/2006/12/xml-c14n11
> algorithm and DOM mechanism not available
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:57)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMCanonicalizationMethod.<init>(DOMCanonicalizationMethod.java:44)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMSignedInfo.<init>(DOMSignedInfo.java:118)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignature.<init>(DOMXMLSignature.java:119)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshal(DOMXMLSignatureFactory.java:152)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshalXMLSignature(DOMXMLSignatureFactory.java:116)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at javax.xml.crypto.test.dsig.C14N11Test.test_c14n11(Unknown
> Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.C14N11Test.test_xmlbase_c14n11spec3_103(Unknown
> Source)
>    [junit] Caused by: java.security.NoSuchAlgorithmException:
> http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
> available
>    [junit]     at
> javax.xml.crypto.dsig.TransformService.getInstance(TransformService.java:153)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:55)
>    [junit]
>    [junit] Running javax.xml.crypto.test.dsig.CanonicalizationMethodTest
>    [junit] Testsuite: javax.xml.crypto.test.dsig.CanonicalizationMethodTest
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,055 sec
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,055 sec
>    [junit]
>    [junit] Testcase: testisFeatureSupported took 0,014 sec
>    [junit] Testcase: testConstructor took 0,003 sec
>    [junit] Running javax.xml.crypto.test.dsig.ClassLoaderTest
>    [junit] Testsuite: javax.xml.crypto.test.dsig.ClassLoaderTest
>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,149 sec
>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,149 sec
>    [junit] ------------- Standard Output ---------------
>    [junit] Elapsed:92
>    [junit] dsig succeeded
>    [junit] Elapsed:3
>    [junit] dsig succeeded
>    [junit] Elapsed:4
>    [junit] dsig succeeded
>    [junit] ------------- ---------------- ---------------
>    [junit]
>    [junit] Testcase: test_multiple_loaders took 0,101 sec
>    [junit] Testcase: test_provider_multiple_loaders took 0,006 sec
>    [junit] Testcase: test_provider_multiple_loaders_two took 0,002 sec
>    [junit] Running javax.xml.crypto.test.dsig.ComRSASecurityTest
>    [junit] Testsuite: javax.xml.crypto.test.dsig.ComRSASecurityTest
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,109 sec
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,109 sec
>    [junit]
>    [junit] Testcase: test_certj201_enveloping took 0,062 sec
>    [junit] Testcase: test_certj201_enveloped took 0,007 sec
>    [junit] Running javax.xml.crypto.test.dsig.CreateBaltimore23Test
>    [junit] Testsuite: javax.xml.crypto.test.dsig.CreateBaltimore23Test
>    [junit] Tests run: 16, Failures: 0, Errors: 0, Time elapsed: 2,289 sec
>    [junit] Tests run: 16, Failures: 0, Errors: 0, Time elapsed: 2,289 sec
>    [junit]
>    [junit] Testcase: test_create_signature_enveloped_dsa took 0,167 sec
>    [junit] Testcase: test_create_signature_enveloping_b64_dsa took 0,124
> sec
>    [junit] Testcase: test_create_signature_enveloping_dsa took 0,122 sec
>    [junit] Testcase: test_create_signature_enveloping_hmac_sha1_40 took
> 0,506 sec
>    [junit] Testcase: test_create_signature_enveloping_hmac_sha1 took 0,01
> sec
>    [junit] Testcase: test_create_signature_enveloping_rsa took 0,047 sec
>    [junit] Testcase: test_create_signature_external_b64_dsa took 0,131 sec
>    [junit] Testcase: test_create_signature_external_dsa took 0,106 sec
>    [junit] Testcase: test_create_signature_keyname took 0,095 sec
>    [junit] Testcase: test_create_signature_retrievalmethod_rawx509crt took
> 0,097 sec
>    [junit] Testcase: test_create_signature_x509_crt_crl took 0,108 sec
>    [junit] Testcase: test_create_signature_x509_crt took 0,094 sec
>    [junit] Testcase: test_create_signature_x509_is took 0,106 sec
>    [junit] Testcase: test_create_signature_x509_ski took 0,101 sec
>    [junit] Testcase: test_create_signature_x509_sn took 0,099 sec
>    [junit] Testcase: test_create_signature took 0,331 sec
>    [junit] Running javax.xml.crypto.test.dsig.CreateInteropExcC14NTest
>    [junit] Testsuite: javax.xml.crypto.test.dsig.CreateInteropExcC14NTest
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,197 sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,197 sec
>    [junit]
>    [junit] Testcase: test_create_Y1 took 0,154 sec
>    [junit] Running javax.xml.crypto.test.dsig.CreateInteropXFilter2Test
>    [junit] Testsuite: javax.xml.crypto.test.dsig.CreateInteropXFilter2Test
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,21 sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,21 sec
>    [junit]
>    [junit] Testcase: test_create_sign_spec took 0,171 sec
>    [junit] Running javax.xml.crypto.test.dsig.CreatePhaosXMLDSig3Test
>    [junit] Testsuite: javax.xml.crypto.test.dsig.CreatePhaosXMLDSig3Test
>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,988 sec
>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,988 sec
>    [junit]
>    [junit] Testcase: test_create_hmac_sha1_exclusive_c14n_comments_detached
> took 0,654 sec
>    [junit] Testcase:
> test_create_hmac_sha1_40_exclusive_c14n_comments_detached took 0,289 sec
>    [junit] Testcase: test_create_hmac_sha1_exclusive_c14n_enveloped took
> 0,007 sec
>    [junit] Running javax.xml.crypto.test.dsig.DetachedTest
>    [junit] Testsuite: javax.xml.crypto.test.dsig.DetachedTest
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,372 sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,372 sec
>    [junit]
>    [junit] Testcase: test took 0,333 sec
>    [junit] Running javax.xml.crypto.test.dsig.DigestMethodTest
>    [junit] Testsuite: javax.xml.crypto.test.dsig.DigestMethodTest
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,055 sec
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,055 sec
>    [junit]
>    [junit] Testcase: testisFeatureSupported took 0,006 sec
>    [junit] Testcase: testConstructor took 0,002 sec
>    [junit] Running javax.xml.crypto.test.dsig.IaikCoreFeaturesTest
>    [junit] Testsuite: javax.xml.crypto.test.dsig.IaikCoreFeaturesTest
>    [junit] Tests run: 3, Failures: 1, Errors: 0, Time elapsed: 0,307 sec
>    [junit] Tests run: 3, Failures: 1, Errors: 0, Time elapsed: 0,307 sec
>    [junit]
>    [junit] Testcase: test_anonymousReferenceSignature took 0,092 sec
>    [junit] Testcase: test_manifestSignature took 0,015 sec
>    [junit] Testcase: test_signatureTypesSignature took 0,158 sec
>    [junit]     FAILED
>    [junit] Signature failed core validation
>    [junit] junit.framework.AssertionFailedError: Signature failed core
> validation
>    [junit]     at
> javax.xml.crypto.test.dsig.IaikCoreFeaturesTest.test_signatureTypesSignature(Unknown
> Source)
>    [junit]
>    [junit] Running javax.xml.crypto.test.dsig.IaikSignatureAlgosTest
>    [junit] Testsuite: javax.xml.crypto.test.dsig.IaikSignatureAlgosTest
>    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,718 sec
>    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,718 sec
>    [junit]
>    [junit] Testcase: test_dsaSignature took 0,165 sec
>    [junit] Testcase: test_rsaSignature took 0,01 sec
>    [junit] Testcase: test_hmacShortSignature took 0,478 sec
>    [junit] Testcase: test_hmacSignature took 0,006 sec
>    [junit] Running javax.xml.crypto.test.dsig.IaikTransformsTest
>    [junit] Testsuite: javax.xml.crypto.test.dsig.IaikTransformsTest
>    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,168 sec
>    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,168 sec
>    [junit]
>    [junit] Testcase: test_base64DecodeSignature took 0,075 sec
>    [junit] Testcase: test_envelopedSignatureSignature took 0,007 sec
>    [junit] Testcase: test_c14nSignature took 0,012 sec
>    [junit] Testcase: test_xPathSignature took 0,031 sec
>    [junit] Running javax.xml.crypto.test.dsig.ManifestTest
>    [junit] Testsuite: javax.xml.crypto.test.dsig.ManifestTest
>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,031 sec
>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,031 sec
>    [junit]
>    [junit] Testcase: testConstructor took 0,004 sec
>    [junit] Testcase: testisFeatureSupported took 0,002 sec
>    [junit] Testcase: testgetReferences took 0,002 sec
>    [junit] Running javax.xml.crypto.test.dsig.PhaosXMLDSig3Test
>    [junit] Testsuite: javax.xml.crypto.test.dsig.PhaosXMLDSig3Test
>    [junit] Tests run: 25, Failures: 0, Errors: 0, Time elapsed: 1,276 sec
>    [junit] Tests run: 25, Failures: 0, Errors: 0, Time elapsed: 1,276 sec
>    [junit]
>    [junit] Testcase: test_signature_dsa_detached took 0,159 sec
>    [junit] Testcase: test_signature_dsa_enveloped took 0,07 sec
>    [junit] Testcase: test_signature_dsa_enveloping took 0,07 sec
>    [junit] Testcase: test_signature_dsa_manifest took 0,07 sec
>    [junit] Testcase: test_signature_hmac_sha1_40_c14n_comments_detached
> took 0,307 sec
>    [junit] Testcase:
> test_signature_hmac_sha1_40_exclusive_c14n_comments_detached took 0,024 sec
>    [junit] Testcase:
> test_signature_hmac_sha1_exclusive_c14n_comments_detached took 0,272 sec
>    [junit] Testcase: test_signature_hmac_sha1_exclusive_c14n_enveloped took
> 0,006 sec
>    [junit] Testcase: test_signature_rsa_detached_b64_transform took 0,009
> sec
>    [junit] Testcase: test_signature_rsa_detached_xpath_transform took 0,01
> sec
>    [junit] Testcase: test_signature_rsa_detached_xslt_transform_bad_rm took
> 0,01 sec
>    [junit] Testcase: test_signature_rsa_detached_xslt_transform_rm took
> 0,012 sec
>    [junit] Testcase: test_signature_rsa_detached_xslt_transform took 0,012
> sec
>    [junit] Testcase: test_signature_rsa_detached took 0,033 sec
>    [junit] Testcase: test_signature_rsa_enveloped_bad_digest_val took 0,014
> sec
>    [junit] Testcase: test_signature_rsa_enveloped took 0,01 sec
>    [junit] Testcase: test_signature_rsa_enveloping took 0,009 sec
>    [junit] Testcase: test_signature_rsa_manifest_x509_data_cert_chain took
> 0,01 sec
>    [junit] Testcase: test_signature_rsa_manifest_x509_data_cert took 0,009
> sec
>    [junit] Testcase: test_signature_rsa_manifest_x509_data_issuer_serial
> took 0,011 sec
>    [junit] Testcase: test_signature_rsa_manifest_x509_data_ski took 0,01
> sec
>    [junit] Testcase: test_signature_rsa_manifest_x509_data_subject_name
> took 0,013 sec
>    [junit] Testcase: test_signature_rsa_manifest_x509_data took 0,012 sec
>    [junit] Testcase: test_signature_rsa_manifest took 0,009 sec
>    [junit] Testcase: test_signature_rsa_xpath_transform_enveloped took
> 0,054 sec
>    [junit] Running javax.xml.crypto.test.dsig.ReferenceTest
>    [junit] Testsuite: javax.xml.crypto.test.dsig.ReferenceTest
>    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,222 sec
>    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,222 sec
>    [junit]
>    [junit] Testcase: testConstructor took 0,017 sec
>    [junit] Testcase: testisFeatureSupported took 0,004 sec
>    [junit] Testcase: testvalidate took 0,102 sec
>    [junit] Testcase: testvalidateWithCaching took 0,059 sec
>    [junit] Running javax.xml.crypto.test.dsig.SecureXSLTTest
>    [junit] Testsuite: javax.xml.crypto.test.dsig.SecureXSLTTest
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,113 sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,113 sec
>    [junit] ------------- Standard Output ---------------
>    [junit] Validating signature1.xml
>    [junit] Validating signature2.xml
>    [junit] Validating signature3.xml
>    [junit] Test PASSED
>    [junit] ------------- ---------------- ---------------
>    [junit]
>    [junit] Testcase: test took 0,074 sec
>    [junit] Running javax.xml.crypto.test.dsig.SignatureMethodTest
>    [junit] Testsuite: javax.xml.crypto.test.dsig.SignatureMethodTest
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,345 sec
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,345 sec
>    [junit]
>    [junit] Testcase: testisFeatureSupported took 0,301 sec
>    [junit] Testcase: testConstructor took 0,003 sec
>    [junit] Running javax.xml.crypto.test.dsig.SignaturePropertiesTest
>    [junit] Testsuite: javax.xml.crypto.test.dsig.SignaturePropertiesTest
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,048 sec
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,048 sec
>    [junit]
>    [junit] Testcase: testConstructor took 0,005 sec
>    [junit] Testcase: testisFeatureSupported took 0,002 sec
>    [junit] Running javax.xml.crypto.test.dsig.SignaturePropertyTest
>    [junit] Testsuite: javax.xml.crypto.test.dsig.SignaturePropertyTest
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,048 sec
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,048 sec
>    [junit]
>    [junit] Testcase: testConstructor took 0,005 sec
>    [junit] Testcase: testisFeatureSupported took 0,002 sec
>    [junit] Running javax.xml.crypto.test.dsig.SignedInfoTest
>    [junit] Testsuite: javax.xml.crypto.test.dsig.SignedInfoTest
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,054 sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,054 sec
>    [junit]
>    [junit] Testcase: testConstructor took 0,015 sec
>    [junit] Running javax.xml.crypto.test.dsig.TransformTest
>    [junit] Testsuite: javax.xml.crypto.test.dsig.TransformTest
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,063 sec
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,063 sec
>    [junit]
>    [junit] Testcase: testisFeatureSupported took 0,016 sec
>    [junit] Testcase: testConstructor took 0,003 sec
>    [junit] Running javax.xml.crypto.test.dsig.ValidateSignatureTest
>    [junit] Testsuite: javax.xml.crypto.test.dsig.ValidateSignatureTest
>    [junit] Tests run: 3, Failures: 0, Errors: 1, Time elapsed: 0,522 sec
>    [junit] Tests run: 3, Failures: 0, Errors: 1, Time elapsed: 0,522 sec
>    [junit]
>    [junit] Testcase: test_signature_with_ID took 0,089 sec
>    [junit]     Caused an ERROR
>    [junit] javax.xml.crypto.URIReferenceException:
> com.sun.org.apache.xml.internal.security.utils.resolver.ResourceResolverException:
> Cannot resolve element with ID foo
>    [junit] javax.xml.crypto.dsig.XMLSignatureException:
> javax.xml.crypto.URIReferenceException:
> com.sun.org.apache.xml.internal.security.utils.resolver.ResourceResolverException:
> Cannot resolve element with ID foo
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMReference.dereference(DOMReference.java:352)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMReference.validate(DOMReference.java:311)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignature.validate(DOMXMLSignature.java:244)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.ValidateSignatureTest.test_signature_with_ID(Unknown
> Source)
>    [junit] Caused by: javax.xml.crypto.URIReferenceException:
> com.sun.org.apache.xml.internal.security.utils.resolver.ResourceResolverException:
> Cannot resolve element with ID foo
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMURIDereferencer.dereference(DOMURIDereferencer.java:84)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMReference.dereference(DOMReference.java:344)
>    [junit] Caused by:
> com.sun.org.apache.xml.internal.security.utils.resolver.ResourceResolverException:
> Cannot resolve element with ID foo
>    [junit]     at
> com.sun.org.apache.xml.internal.security.utils.resolver.implementations.ResolverFragment.engineResolve(ResolverFragment.java:89)
>    [junit]     at
> com.sun.org.apache.xml.internal.security.utils.resolver.ResourceResolver.resolve(ResourceResolver.java:236)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMURIDereferencer.dereference(DOMURIDereferencer.java:77)
>    [junit] javax.xml.crypto.URIReferenceException:
> com.sun.org.apache.xml.internal.security.utils.resolver.ResourceResolverException:
> Cannot resolve element with ID foo
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMURIDereferencer.dereference(DOMURIDereferencer.java:84)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMReference.dereference(DOMReference.java:344)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMReference.validate(DOMReference.java:311)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignature.validate(DOMXMLSignature.java:244)
>    [junit]     at
> javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
>    [junit]     at
> javax.xml.crypto.test.dsig.ValidateSignatureTest.test_signature_with_ID(Unknown
> Source)
>    [junit] Caused by:
> com.sun.org.apache.xml.internal.security.utils.resolver.ResourceResolverException:
> Cannot resolve element with ID foo
>    [junit]     at
> com.sun.org.apache.xml.internal.security.utils.resolver.implementations.ResolverFragment.engineResolve(ResolverFragment.java:89)
>    [junit]     at
> com.sun.org.apache.xml.internal.security.utils.resolver.ResourceResolver.resolve(ResourceResolver.java:236)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMURIDereferencer.dereference(DOMURIDereferencer.java:77)
>    [junit]
>    [junit] Testcase: test_signature_external_c14n_xmlattrs took 0,362 sec
>    [junit] Testcase: test_invalid_signature took 0,01 sec
>    [junit] Running javax.xml.crypto.test.dsig.XMLObjectTest
>    [junit] Testsuite: javax.xml.crypto.test.dsig.XMLObjectTest
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,048 sec
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,048 sec
>    [junit]
>    [junit] Testcase: testConstructor took 0,005 sec
>    [junit] Testcase: testisFeatureSupported took 0,002 sec
>    [junit] Running javax.xml.crypto.test.dsig.XMLSignContextTest
>    [junit] Testsuite: javax.xml.crypto.test.dsig.XMLSignContextTest
>    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,075 sec
>    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,075 sec
>    [junit]
>    [junit] Testcase: testsetngetBaseURI took 0,02 sec
>    [junit] Testcase: testsetngetProperty took 0,003 sec
>    [junit] Testcase: testsetngetURIDereferencer took 0,003 sec
>    [junit] Testcase: testsetngetKeySelector took 0,002 sec
>    [junit] Running javax.xml.crypto.test.dsig.XMLSignatureFactoryTest
>    [junit] Testsuite: javax.xml.crypto.test.dsig.XMLSignatureFactoryTest
>    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0,126 sec
>    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0,126 sec
>    [junit]
>    [junit] Testcase: testgetInstance took 0,01 sec
>    [junit] Testcase: testgetMechanismType took 0,002 sec
>    [junit] Testcase: testisFeatureSupported took 0,002 sec
>    [junit] Testcase: testgetKeyInfoFactory took 0,002 sec
>    [junit] Testcase: testunmarshalXMLSignature took 0,068 sec
>    [junit] Running javax.xml.crypto.test.dsig.XMLSignatureTest
>    [junit] Testsuite: javax.xml.crypto.test.dsig.XMLSignatureTest
>    [junit] Tests run: 5, Failures: 1, Errors: 1, Time elapsed: 0,62 sec
>    [junit] Tests run: 5, Failures: 1, Errors: 1, Time elapsed: 0,62 sec
>    [junit]
>    [junit] Testcase: testConstructor took 0,273 sec
>    [junit] Testcase: testisFeatureSupported took 0,005 sec
>    [junit] Testcase: testsignANDvalidate took 0,239 sec
>    [junit] Testcase: testsignWithProvider took 0,04 sec
>    [junit]     FAILED
>    [junit] Should have failed because TestProvider does not support RSA
>    [junit] junit.framework.AssertionFailedError: Should have failed because
> TestProvider does not support RSA
>    [junit]     at
> javax.xml.crypto.test.dsig.XMLSignatureTest.testsignWithProvider(Unknown
> Source)
>    [junit]
>    [junit] Testcase: testSignWithEmptyNSPrefix took 0,021 sec
>    [junit]     Caused an ERROR
>    [junit] NAMESPACE_ERR: An attempt is made to create or change an object
> in a way which is incorrect with regard to namespaces.
>    [junit] org.w3c.dom.DOMException: NAMESPACE_ERR: An attempt is made to
> create or change an object in a way which is incorrect with regard to
> namespaces.
>    [junit]     at
> org.apache.xerces.dom.CoreDocumentImpl.checkNamespaceWF(Unknown Source)
>    [junit]     at org.apache.xerces.dom.ElementNSImpl.setName(Unknown Source)
>    [junit]     at org.apache.xerces.dom.ElementNSImpl.<init>(Unknown Source)
>    [junit]     at
> org.apache.xerces.dom.CoreDocumentImpl.createElementNS(Unknown Source)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMUtils.createElement(DOMUtils.java:60)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignature.marshal(DOMXMLSignature.java:178)
>    [junit]     at
> org.jcp.xml.dsig.internal.dom.DOMXMLSignature.sign(DOMXMLSignature.java:304)
>    [junit]     at
> javax.xml.crypto.test.dsig.XMLSignatureTest.testSignWithEmptyNSPrefix(Unknown
> Source)
>    [junit]
>    [junit] Running javax.xml.crypto.test.dsig.XMLValidateContextTest
>    [junit] Testsuite: javax.xml.crypto.test.dsig.XMLValidateContextTest
>    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,066 sec
>    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,066 sec
>    [junit]
>    [junit] Testcase: testsetngetKeySelector took 0,015 sec
>    [junit] Testcase: testsetngetBaseURI took 0,003 sec
>    [junit] Testcase: testsetngetProperty took 0,002 sec
>    [junit] Testcase: testsetngetURIDereferencer took 0,003 sec
>    [junit] Running javax.xml.crypto.test.dsig.dom.DOMValidateContextTest
>    [junit] Testsuite: javax.xml.crypto.test.dsig.dom.DOMValidateContextTest
>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,105 sec
>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,105 sec
>    [junit]
>    [junit] Testcase: testConstructor took 0,038 sec
>    [junit] Testcase: testsetngetProperty took 0,011 sec
>    [junit] Testcase: testsetngetNode took 0,011 sec
>    [junit] Running javax.xml.crypto.test.dsig.keyinfo.KeyInfoFactoryTest
>    [junit] Testsuite: javax.xml.crypto.test.dsig.keyinfo.KeyInfoFactoryTest
>    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0,149 sec
>    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0,149 sec
>    [junit]
>    [junit] Testcase: testgetInstance took 0,086 sec
>    [junit] Testcase: testgetMechanismType took 0,002 sec
>    [junit] Testcase: testisFeatureSupported took 0,002 sec
>    [junit] Testcase: testnewKeyInfo took 0,002 sec
>    [junit] Testcase: testnewKeyName took 0,002 sec
>    [junit] Testcase: testnewKeyValue took 0,002 sec
>    [junit] Testcase: testnewPGPKeyId took 0,002 sec
>    [junit] Testcase: testnewRetrievalMethod took 0,002 sec
>    [junit] Testcase: testnewX509Data took 0,002 sec
>    [junit] Testcase: testnewX509IssuerSerial took 0,002 sec
>    [junit] Running javax.xml.crypto.test.dsig.keyinfo.KeyInfoTest
>    [junit] Testsuite: javax.xml.crypto.test.dsig.keyinfo.KeyInfoTest
>    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0,06 sec
>    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0,06 sec
>    [junit]
>    [junit] Testcase: testgetId took 0,005 sec
>    [junit] Testcase: testgetContent took 0,002 sec
>    [junit] Testcase: testConstructor took 0,002 sec
>    [junit] Testcase: testisFeatureSupported took 0,002 sec
>    [junit] Testcase: testMarshal took 0,007 sec
>    [junit] Running javax.xml.crypto.test.dsig.keyinfo.KeyNameTest
>    [junit] Testsuite: javax.xml.crypto.test.dsig.keyinfo.KeyNameTest
>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,057 sec
>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,057 sec
>    [junit]
>    [junit] Testcase: testgetName took 0,006 sec
>    [junit] Testcase: testConstructor took 0,002 sec
>    [junit] Testcase: testisFeatureSupported took 0,002 sec
>    [junit] Running javax.xml.crypto.test.dsig.keyinfo.KeyValueTest
>    [junit] Testsuite: javax.xml.crypto.test.dsig.keyinfo.KeyValueTest
>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,931 sec
>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,931 sec
>    [junit]
>    [junit] Testcase: testgetPublicKey took 0,294 sec
>    [junit] Testcase: testConstructor took 0,261 sec
>    [junit] Testcase: testisFeatureSupported took 0,335 sec
>    [junit] Running javax.xml.crypto.test.dsig.keyinfo.PGPDataTest
>    [junit] Testsuite: javax.xml.crypto.test.dsig.keyinfo.PGPDataTest
>    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0,055 sec
>    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0,055 sec
>    [junit]
>    [junit] Testcase: testgetExternalElements took 0,004 sec
>    [junit] Testcase: testgetKeyId took 0,002 sec
>    [junit] Testcase: testgetKeyPacket took 0,001 sec
>    [junit] Testcase: testConstructor took 0,002 sec
>    [junit] Testcase: testisFeatureSupported took 0,002 sec
>    [junit] Running javax.xml.crypto.test.dsig.keyinfo.RetrievalMethodTest
>    [junit] Testsuite:
> javax.xml.crypto.test.dsig.keyinfo.RetrievalMethodTest
>    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0,055 sec
>    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0,055 sec
>    [junit]
>    [junit] Testcase: testgetURI took 0,005 sec
>    [junit] Testcase: testgetTransforms took 0,002 sec
>    [junit] Testcase: testgetType took 0,002 sec
>    [junit] Testcase: testConstructors took 0,001 sec
>    [junit] Testcase: testisFeatureSupported took 0,001 sec
>    [junit] Running javax.xml.crypto.test.dsig.keyinfo.X509DataTest
>    [junit] Testsuite: javax.xml.crypto.test.dsig.keyinfo.X509DataTest
>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,077 sec
>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,077 sec
>    [junit]
>    [junit] Testcase: testgetTypes took 0,012 sec
>    [junit] Testcase: testConstructor took 0,003 sec
>    [junit] Testcase: testisFeatureSupported took 0,003 sec
>    [junit] Running javax.xml.crypto.test.dsig.keyinfo.X509IssuerSerialTest
>    [junit] Testsuite:
> javax.xml.crypto.test.dsig.keyinfo.X509IssuerSerialTest
>    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0,066 sec
>    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0,066 sec
>    [junit]
>    [junit] Testcase: testgetIssuerName took 0,01 sec
>    [junit] Testcase: testgetSerialNumber took 0,002 sec
>    [junit] Testcase: testConstructor took 0,002 sec
>    [junit] Testcase: testConstructorBadIssuerName took 0,002 sec
>    [junit] Testcase: testisFeatureSupported took 0,002 sec
>    [junit] Running org.apache.xml.security.c14n.implementations.AllTests
>    [junit] Testsuite: org.apache.xml.security.c14n.implementations.AllTests
>    [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 0,155 sec
>    [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 0,155 sec
>    [junit] ------------- Standard Output ---------------
>    [junit] chunk:0
>    [junit] ------------- ---------------- ---------------
>    [junit]
>    [junit] Testcase: testNullFirstXmlns took 0,004 sec
>    [junit] Testcase: testXmlnsPut took 0 sec
>    [junit] Testcase: testXmlnsMap took 0 sec
>    [junit] Testcase: testXmlnsMap2 took 0 sec
>    [junit] Testcase: testXmlnsPrefix took 0 sec
>    [junit] Testcase: testXmlnsRemovePrefix took 0 sec
>    [junit] Testcase: testPrefix took 0 sec
>    [junit] Testcase: testSeveralPrefixes took 0 sec
>    [junit] Testcase: testSeveralPrefixes2 took 0 sec
>    [junit] Testcase: testGetUnrenderedNodes took 0 sec
>    [junit] Testcase: testUnrederedNodes took 0 sec
>    [junit] Testcase: testBug38655 took 0 sec
>    [junit] Testcase: testBug40156 took 0,001 sec
>    [junit] Testcase: testUtf took 0,124 sec
>    [junit] Running
> org.apache.xml.security.c14n.implementations.NameSpaceSymbTableTest
>    [junit] Testsuite:
> org.apache.xml.security.c14n.implementations.NameSpaceSymbTableTest
>    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0,03 sec
>    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0,03 sec
>    [junit]
>    [junit] Testcase: testNullFirstXmlns took 0,004 sec
>    [junit] Testcase: testXmlnsPut took 0 sec
>    [junit] Testcase: testXmlnsMap took 0 sec
>    [junit] Testcase: testXmlnsMap2 took 0 sec
>    [junit] Testcase: testXmlnsPrefix took 0 sec
>    [junit] Testcase: testXmlnsRemovePrefix took 0 sec
>    [junit] Testcase: testPrefix took 0 sec
>    [junit] Testcase: testSeveralPrefixes took 0 sec
>    [junit] Testcase: testSeveralPrefixes2 took 0,001 sec
>    [junit] Testcase: testGetUnrenderedNodes took 0 sec
>    [junit] Testcase: testUnrederedNodes took 0,001 sec
>    [junit] Testcase: testBug38655 took 0 sec
>    [junit] Running
> org.apache.xml.security.c14n.implementations.UtfHelperTest
>    [junit] Testsuite:
> org.apache.xml.security.c14n.implementations.UtfHelperTest
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,169 sec
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,169 sec
>    [junit] ------------- Standard Output ---------------
>    [junit] chunk:0
>    [junit] ------------- ---------------- ---------------
>    [junit]
>    [junit] Testcase: testBug40156 took 0,002 sec
>    [junit] Testcase: testUtf took 0,125 sec
>    [junit] Running org.apache.xml.security.test.AllTests
>    [junit] Testsuite: org.apache.xml.security.test.AllTests
>    [junit] Tests run: 129, Failures: 0, Errors: 0, Time elapsed: 22,568 sec
>    [junit] Tests run: 129, Failures: 0, Errors: 0, Time elapsed: 22,568 sec
>    [junit] ------------- Standard Output ---------------
>    [junit] chunk:0
>    [junit] ------------- ---------------- ---------------
>    [junit]
>    [junit] Testcase: testNamespaceIsAbsolute01 took 0,002 sec
>    [junit] Testcase: testNamespaceIsAbsolute02 took 0,001 sec
>    [junit] Testcase: testNamespaceIsAbsolute03 took 0 sec
>    [junit] Testcase: testNamespaceIsRelative01 took 0 sec
>    [junit] Testcase: testNamespaceIsRelative02 took 0 sec
>    [junit] Testcase: test31withCommentsSubtree took 0,023 sec
>    [junit] Testcase: test31withCommentsSubset took 0,026 sec
>    [junit] Testcase: test31subtree took 0,003 sec
>    [junit] Testcase: test31subset took 0,005 sec
>    [junit] Testcase: test32subtree took 0,003 sec
>    [junit] Testcase: test32subset took 0,005 sec
>    [junit] Testcase: test33subtree took 0,006 sec
>    [junit] Testcase: test33subset took 0,007 sec
>    [junit] Testcase: test34 took 0,004 sec
>    [junit] Testcase: test34subtree took 0,004 sec
>    [junit] Testcase: test34subset took 0,005 sec
>    [junit] Testcase: test35subtree took 0,007 sec
>    [junit] Testcase: test35subset took 0,005 sec
>    [junit] Testcase: test36subtree took 0,004 sec
>    [junit] Testcase: test36subset took 0,003 sec
>    [junit] Testcase: test37 took 0,013 sec
>    [junit] Testcase: test37byNodeList took 0,012 sec
>    [junit] Testcase: testRelativeNSbehaviour took 0,004 sec
>    [junit] Testcase: testTranslationFromUTF16toUTF8 took 0,028 sec
>    [junit] Testcase: testXMLAttributes1 took 0,005 sec
>    [junit] Testcase: testXMLAttributes2 took 0,004 sec
>    [junit] Testcase: testXMLAttributes3 took 0,003 sec
>    [junit] Testcase: testA took 0,201 sec
>    [junit] Testcase: test221 took 0,004 sec
>    [junit] Testcase: test222 took 0,004 sec
>    [junit] Testcase: test221excl took 0,004 sec
>    [junit] Testcase: test222excl took 0,004 sec
>    [junit] Testcase: test223excl took 0,009 sec
>    [junit] Testcase: testNodeSet took 0,004 sec
>    [junit] Testcase: testBad01 took 0,006 sec
>    [junit] Testcase: testBad02 took 0,005 sec
>    [junit] Testcase: testBad03 took 0,005 sec
>    [junit] Testcase: testGood01 took 0,005 sec
>    [junit] Testcase: testGood02 took 0,005 sec
>    [junit] Testcase: testGood03 took 0,005 sec
>    [junit] Testcase: testGood04 took 0,005 sec
>    [junit] Testcase: testGood05 took 0,005 sec
>    [junit] Testcase: test01 took 0,006 sec
>    [junit] Testcase: test02 took 0,01 sec
>    [junit] Testcase: test03 took 0,006 sec
>    [junit] Testcase: testEmptyNodeSet took 2,605 sec
>    [junit] Testcase: testOne took 2,742 sec
>    [junit] Testcase: testTwo took 2,758 sec
>    [junit] Testcase: testWithNSPrefixDisabled took 1,717 sec
>    [junit] Testcase: testAddX509SubjectName took 0,059 sec
>    [junit] Testcase: testSetOctetStreamGetOctetStream took 0,001 sec
>    [junit] Testcase: testIsInitializedWithOctetStream took 0 sec
>    [junit] Testcase: testOctetStreamIsOctetStream took 0 sec
>    [junit] Testcase: testOctetStreamIsNotNodeSet took 0 sec
>    [junit] Testcase: testGood took 0,076 sec
>    [junit] Testcase: testBadC14NAlgo took 0,006 sec
>    [junit] Testcase: testBadSigAlgo took 0,008 sec
>    [junit] Testcase: testBadTransformAlgo took 0,009 sec
>    [junit] Testcase: testDSAPublicKey took 0,005 sec
>    [junit] Testcase: testIdSoap took 0,004 sec
>    [junit] Testcase: testIdWithOtherIdSoap took 0,004 sec
>    [junit] Testcase: testANoId took 0,003 sec
>    [junit] Testcase: testA1 took 0 sec
>    [junit] Testcase: testWrap1 took 0,001 sec
>    [junit] Testcase: testWrap2 took 0 sec
>    [junit] Testcase: testOldTransformSpiApi took 0,003 sec
>    [junit] Testcase: testOldResourceResolverSpi took 0,003 sec
>    [junit] Testcase: testOldKeyResolverSpi took 0,003 sec
>    [junit] Testcase: testOldKeyResolverSpiInKeyInfo took 0,002 sec
>    [junit] Testcase: testCustomResolver took 0,003 sec
>    [junit] Testcase: testLocalFileWithEmptyBaseURI took 0,002 sec
>    [junit] Testcase: testBug40783 took 0,004 sec
>    [junit] Testcase: testNullFirstXmlns took 0 sec
>    [junit] Testcase: testXmlnsPut took 0,001 sec
>    [junit] Testcase: testXmlnsMap took 0 sec
>    [junit] Testcase: testXmlnsMap2 took 0 sec
>    [junit] Testcase: testXmlnsPrefix took 0 sec
>    [junit] Testcase: testXmlnsRemovePrefix took 0 sec
>    [junit] Testcase: testPrefix took 0 sec
>    [junit] Testcase: testSeveralPrefixes took 0 sec
>    [junit] Testcase: testSeveralPrefixes2 took 0 sec
>    [junit] Testcase: testGetUnrenderedNodes took 0 sec
>    [junit] Testcase: testUnrederedNodes took 0 sec
>    [junit] Testcase: testBug38655 took 0 sec
>    [junit] Testcase: testBug40156 took 0 sec
>    [junit] Testcase: testUtf took 0,129 sec
>    [junit] Testcase: test1 took 0,002 sec
>    [junit] Testcase: test2 took 0,002 sec
>    [junit] Testcase: test3 took 0,005 sec
>    [junit] Testcase: testXpath2Transform took 0,017 sec
>    [junit] Testcase: testSameKeySeveralAlgorithSigning took 1,891 sec
>    [junit] Testcase: test_fifteen_enveloping_hmac_sha1 took 0,392 sec
>    [junit] Testcase: test_fifteen_enveloping_hmac_sha1_40 took 0,006 sec
>    [junit] Testcase: test_fifteen_enveloped_dsa took 0,081 sec
>    [junit] Testcase: test_fifteen_enveloping_b64_dsa took 0,081 sec
>    [junit] Testcase: test_fifteen_enveloping_dsa took 0,082 sec
>    [junit] Testcase: test_fifteen_enveloping_rsa took 0,011 sec
>    [junit] Testcase: test_fifteen_external_b64_dsa took 0,095 sec
>    [junit] Testcase: test_fifteen_external_dsa took 0,086 sec
>    [junit] Testcase: test_sixteen_external_dsa took 0,415 sec
>    [junit] Testcase: test_sixteen_bad_signature took 0,42 sec
>    [junit] Testcase: test_twenty_three_enveloping_hmac_sha1 took 0,007 sec
>    [junit] Testcase: test_twenty_three_enveloping_hmac_sha1_40 took 0,007
> sec
>    [junit] Testcase: test_twenty_three_enveloped_dsa took 0,082 sec
>    [junit] Testcase: test_twenty_three_enveloping_b64_dsa took 0,082 sec
>    [junit] Testcase: test_twenty_three_enveloping_dsa took 0,082 sec
>    [junit] Testcase: test_twenty_three_enveloping_rsa took 0,011 sec
>    [junit] Testcase: test_twenty_three_external_b64_dsa took 0,095 sec
>    [junit] Testcase: test_twenty_three_external_dsa took 0,084 sec
>    [junit] Testcase: test_twenty_three_external_dsa_2 took 0,417 sec
>    [junit] Testcase: test_signatureAlgorithms_signatures_hMACShortSignature
> took 0,007 sec
>    [junit] Testcase: test_signatureAlgorithms_signatures_hMACSignature took
> 0,007 sec
>    [junit] Testcase: test_coreFeatures_signatures_manifestSignature_core
> took 0,01 sec
>    [junit] Testcase:
> test_coreFeatures_signatures_manifestSignature_manifest took 0,016 sec
>    [junit] Testcase: test_coreFeatures_signatures_signatureTypesSignature
> took 0,118 sec
>    [junit] Testcase:
> test_coreFeatures_signatures_anonymousReferenceSignature took 0,012 sec
>    [junit] Testcase: test_signatureAlgorithms_signatures_dSASignature took
> 0,08 sec
>    [junit] Testcase: test_signatureAlgorithms_signatures_rSASignature took
> 0,009 sec
>    [junit] Testcase: test_transforms_signatures_base64DecodeSignature took
> 0,023 sec
>    [junit] Testcase: test_transforms_signatures_c14nSignature took 0,017
> sec
>    [junit] Testcase: test_transforms_signatures_envelopedSignatureSignature
> took 0,009 sec
>    [junit] Testcase: test_transforms_signatures_xPathSignature took 0,018
> sec
>    [junit] Testcase: test_enveloping took 0,009 sec
>    [junit] Testcase: test_enveloped took 0,009 sec
>    [junit] Testcase: test_Y1 took 0,089 sec
>    [junit] Testcase: test_Y2 took 0,132 sec
>    [junit] Testcase: test_Y3 took 0,191 sec
>    [junit] Testcase: test_Y4 took 6,622 sec
>    [junit] Testcase: test_xfilter2 took 0,067 sec
>    [junit] Running org.apache.xml.security.test.EncryptionTest
>    [junit] Testsuite: org.apache.xml.security.test.EncryptionTest
>    [junit] Tests run: 22, Failures: 0, Errors: 0, Time elapsed: 2,732 sec
>    [junit] Tests run: 22, Failures: 0, Errors: 0, Time elapsed: 2,732 sec
>    [junit] ------------- Standard Output ---------------
>    [junit] <?xml version="1.0" encoding="UTF-8"?><users>
>    [junit]   <user><xenc:EncryptedData
> xmlns:xenc="http://www.w3.org/2001/04/xmlenc#"
> Type="http://www.w3.org/2001/04/xmlenc#Content"><xenc:EncryptionMethod
> Algorithm="http://www.w3.org/2001/04/xmlenc#tripledes-cbc"
> xmlns:xenc="http://www.w3.org/2001/04/xmlenc#"/><xenc:CipherData
> xmlns:xenc="http://www.w3.org/2001/04/xmlenc#"><xenc:CipherValue
> xmlns:xenc="http://www.w3.org/2001/04/xmlenc#">GeVmEemCNJhgNfJ9UpvH+pICBL+LbCH7Ua3w2GL8UO33h7FYcY+F2UYxuwpeh73wfOo7HnuU0hOR
>    [junit]
> /OCnVCtnhbw/UIDM5y+PCjxZ5uSt4N89Nt0LpVpLkebYTMov9TXuro5iTu7W49KWaq6Ejoj5pmKJ
>    [junit]
> 1A7nxZeP</xenc:CipherValue></xenc:CipherData></xenc:EncryptedData></user>
>    [junit] </users>------------- ---------------- ---------------
>    [junit]
>    [junit] Testcase: testAES128ElementAES192KWCipherUsingKEK took 0,556 sec
>    [junit] Testcase: testAES128ElementRSAKWCipherUsingKEK took 1,005 sec
>    [junit] Testcase: testAES192ElementAES256KWCipher took 0,089 sec
>    [junit] Testcase: testTrippleDesElementCipher took 0,074 sec
>    [junit] Testcase: testAes128ElementCipher took 0,071 sec
>    [junit] Testcase: testAes192ElementCipher took 0,07 sec
>    [junit] Testcase: testAes265ElementCipher took 0,071 sec
>    [junit] Testcase: testTrippleDesDocumentCipher took 0,395 sec
>    [junit] Testcase: testSameDocumentCipherReference took 0,039 sec
>    [junit] Testcase: testSerializedData took 0,03 sec
>    [junit] Testcase: testEncryptedKeyWithRecipient took 0,006 sec
>    [junit] Testcase: test_five_content_3des_cbc took 0,023 sec
>    [junit] Testcase: test_five_content_aes256_cbc took 0,019 sec
>    [junit] Testcase: test_five_content_aes128_cbc_kw_aes192 took 0,017 sec
>    [junit] Testcase: test_five_content_3des_cbc_kw_aes128 took 0,017 sec
>    [junit] Testcase: test_five_content_aes128_cbc_rsa_15 took 0,074 sec
>    [junit] Testcase: test_five_element_aes192_cbc_ref took 0,021 sec
>    [junit] Testcase: test_five_data_aes128_cbc took 0,011 sec
>    [junit] Testcase: test_five_data_aes256_cbc_3des took 0,016 sec
>    [junit] Testcase: test_five_data_aes192_cbc_aes256 took 0,012 sec
>    [junit] Testcase: test_five_data_3des_cbc_rsa_oaep took 0,068 sec
>    [junit] Testcase: testContentRemoved took 0,023 sec
>    [junit] Running org.apache.xml.security.test.InteropTest
>    [junit] Testsuite: org.apache.xml.security.test.InteropTest
>    [junit] Tests run: 38, Failures: 0, Errors: 0, Time elapsed: 12,546 sec
>    [junit] Tests run: 38, Failures: 0, Errors: 0, Time elapsed: 12,546 sec
>    [junit]
>    [junit] Testcase: test_fifteen_enveloping_hmac_sha1 took 0,69 sec
>    [junit] Testcase: test_fifteen_enveloping_hmac_sha1_40 took 0,008 sec
>    [junit] Testcase: test_fifteen_enveloped_dsa took 0,09 sec
>    [junit] Testcase: test_fifteen_enveloping_b64_dsa took 0,083 sec
>    [junit] Testcase: test_fifteen_enveloping_dsa took 0,089 sec
>    [junit] Testcase: test_fifteen_enveloping_rsa took 0,017 sec
>    [junit] Testcase: test_fifteen_external_b64_dsa took 0,098 sec
>    [junit] Testcase: test_fifteen_external_dsa took 0,088 sec
>    [junit] Testcase: test_sixteen_external_dsa took 0,455 sec
>    [junit] Testcase: test_sixteen_bad_signature took 0,295 sec
>    [junit] Testcase: test_twenty_three_enveloping_hmac_sha1 took 0,005 sec
>    [junit] Testcase: test_twenty_three_enveloping_hmac_sha1_40 took 0,005
> sec
>    [junit] Testcase: test_twenty_three_enveloped_dsa took 0,058 sec
>    [junit] Testcase: test_twenty_three_enveloping_b64_dsa took 0,054 sec
>    [junit] Testcase: test_twenty_three_enveloping_dsa took 0,055 sec
>    [junit] Testcase: test_twenty_three_enveloping_rsa took 0,012 sec
>    [junit] Testcase: test_twenty_three_external_b64_dsa took 0,082 sec
>    [junit] Testcase: test_twenty_three_external_dsa took 0,084 sec
>    [junit] Testcase: test_twenty_three_external_dsa_2 took 0,442 sec
>    [junit] Testcase: test_signatureAlgorithms_signatures_hMACShortSignature
> took 0,007 sec
>    [junit] Testcase: test_signatureAlgorithms_signatures_hMACSignature took
> 0,007 sec
>    [junit] Testcase: test_coreFeatures_signatures_manifestSignature_core
> took 0,011 sec
>    [junit] Testcase:
> test_coreFeatures_signatures_manifestSignature_manifest took 0,015 sec
>    [junit] Testcase: test_coreFeatures_signatures_signatureTypesSignature
> took 0,116 sec
>    [junit] Testcase:
> test_coreFeatures_signatures_anonymousReferenceSignature took 0,012 sec
>    [junit] Testcase: test_signatureAlgorithms_signatures_dSASignature took
> 0,08 sec
>    [junit] Testcase: test_signatureAlgorithms_signatures_rSASignature took
> 0,009 sec
>    [junit] Testcase: test_transforms_signatures_base64DecodeSignature took
> 0,024 sec
>    [junit] Testcase: test_transforms_signatures_c14nSignature took 0,019
> sec
>    [junit] Testcase: test_transforms_signatures_envelopedSignatureSignature
> took 0,01 sec
>    [junit] Testcase: test_transforms_signatures_xPathSignature took 0,018
> sec
>    [junit] Testcase: test_enveloping took 0,009 sec
>    [junit] Testcase: test_enveloped took 0,009 sec
>    [junit] Testcase: test_Y1 took 0,091 sec
>    [junit] Testcase: test_Y2 took 0,137 sec
>    [junit] Testcase: test_Y3 took 0,19 sec
>    [junit] Testcase: test_Y4 took 8,961 sec
>    [junit] Testcase: test_xfilter2 took 0,068 sec
>    [junit] Running org.apache.xml.security.test.ModuleTest
>    [junit] Testsuite: org.apache.xml.security.test.ModuleTest
>    [junit] Tests run: 91, Failures: 0, Errors: 0, Time elapsed: 15,741 sec
>    [junit] Tests run: 91, Failures: 0, Errors: 0, Time elapsed: 15,741 sec
>    [junit] ------------- Standard Output ---------------
>    [junit] chunk:0
>    [junit] ------------- ---------------- ---------------
>    [junit]
>    [junit] Testcase: testNamespaceIsAbsolute01 took 0,002 sec
>    [junit] Testcase: testNamespaceIsAbsolute02 took 0 sec
>    [junit] Testcase: testNamespaceIsAbsolute03 took 0,001 sec
>    [junit] Testcase: testNamespaceIsRelative01 took 0 sec
>    [junit] Testcase: testNamespaceIsRelative02 took 0,001 sec
>    [junit] Testcase: test31withCommentsSubtree took 0,022 sec
>    [junit] Testcase: test31withCommentsSubset took 0,026 sec
>    [junit] Testcase: test31subtree took 0,004 sec
>    [junit] Testcase: test31subset took 0,004 sec
>    [junit] Testcase: test32subtree took 0,003 sec
>    [junit] Testcase: test32subset took 0,005 sec
>    [junit] Testcase: test33subtree took 0,006 sec
>    [junit] Testcase: test33subset took 0,007 sec
>    [junit] Testcase: test34 took 0,004 sec
>    [junit] Testcase: test34subtree took 0,004 sec
>    [junit] Testcase: test34subset took 0,005 sec
>    [junit] Testcase: test35subtree took 0,006 sec
>    [junit] Testcase: test35subset took 0,005 sec
>    [junit] Testcase: test36subtree took 0,004 sec
>    [junit] Testcase: test36subset took 0,004 sec
>    [junit] Testcase: test37 took 0,013 sec
>    [junit] Testcase: test37byNodeList took 0,013 sec
>    [junit] Testcase: testRelativeNSbehaviour took 0,003 sec
>    [junit] Testcase: testTranslationFromUTF16toUTF8 took 0,024 sec
>    [junit] Testcase: testXMLAttributes1 took 0,008 sec
>    [junit] Testcase: testXMLAttributes2 took 0,004 sec
>    [junit] Testcase: testXMLAttributes3 took 0,004 sec
>    [junit] Testcase: testA took 0,197 sec
>    [junit] Testcase: test221 took 0,004 sec
>    [junit] Testcase: test222 took 0,004 sec
>    [junit] Testcase: test221excl took 0,004 sec
>    [junit] Testcase: test222excl took 0,004 sec
>    [junit] Testcase: test223excl took 0,009 sec
>    [junit] Testcase: testNodeSet took 0,004 sec
>    [junit] Testcase: testBad01 took 0,006 sec
>    [junit] Testcase: testBad02 took 0,005 sec
>    [junit] Testcase: testBad03 took 0,005 sec
>    [junit] Testcase: testGood01 took 0,005 sec
>    [junit] Testcase: testGood02 took 0,005 sec
>    [junit] Testcase: testGood03 took 0,005 sec
>    [junit] Testcase: testGood04 took 0,005 sec
>    [junit] Testcase: testGood05 took 0,005 sec
>    [junit] Testcase: test01 took 0,005 sec
>    [junit] Testcase: test02 took 0,005 sec
>    [junit] Testcase: test03 took 0,009 sec
>    [junit] Testcase: testEmptyNodeSet took 1,551 sec
>    [junit] Testcase: testOne took 2,729 sec
>    [junit] Testcase: testTwo took 2,082 sec
>    [junit] Testcase: testWithNSPrefixDisabled took 1,48 sec
>    [junit] Testcase: testAddX509SubjectName took 0,059 sec
>    [junit] Testcase: testSetOctetStreamGetOctetStream took 0 sec
>    [junit] Testcase: testIsInitializedWithOctetStream took 0 sec
>    [junit] Testcase: testOctetStreamIsOctetStream took 0 sec
>    [junit] Testcase: testOctetStreamIsNotNodeSet took 0 sec
>    [junit] Testcase: testGood took 0,083 sec
>    [junit] Testcase: testBadC14NAlgo took 0,008 sec
>    [junit] Testcase: testBadSigAlgo took 0,009 sec
>    [junit] Testcase: testBadTransformAlgo took 0,01 sec
>    [junit] Testcase: testDSAPublicKey took 0,005 sec
>    [junit] Testcase: testIdSoap took 0,003 sec
>    [junit] Testcase: testIdWithOtherIdSoap took 0,004 sec
>    [junit] Testcase: testANoId took 0,004 sec
>    [junit] Testcase: testA1 took 0 sec
>    [junit] Testcase: testWrap1 took 0,001 sec
>    [junit] Testcase: testWrap2 took 0 sec
>    [junit] Testcase: testOldTransformSpiApi took 0,003 sec
>    [junit] Testcase: testOldResourceResolverSpi took 0,004 sec
>    [junit] Testcase: testOldKeyResolverSpi took 0,004 sec
>    [junit] Testcase: testOldKeyResolverSpiInKeyInfo took 0,003 sec
>    [junit] Testcase: testCustomResolver took 0,005 sec
>    [junit] Testcase: testLocalFileWithEmptyBaseURI took 0,003 sec
>    [junit] Testcase: testBug40783 took 0,006 sec
>    [junit] Testcase: testNullFirstXmlns took 0 sec
>    [junit] Testcase: testXmlnsPut took 0,001 sec
>    [junit] Testcase: testXmlnsMap took 0 sec
>    [junit] Testcase: testXmlnsMap2 took 0 sec
>    [junit] Testcase: testXmlnsPrefix took 0 sec
>    [junit] Testcase: testXmlnsRemovePrefix took 0 sec
>    [junit] Testcase: testPrefix took 0 sec
>    [junit] Testcase: testSeveralPrefixes took 0 sec
>    [junit] Testcase: testSeveralPrefixes2 took 0,001 sec
>    [junit] Testcase: testGetUnrenderedNodes took 0 sec
>    [junit] Testcase: testUnrederedNodes took 0,001 sec
>    [junit] Testcase: testBug38655 took 0 sec
>    [junit] Testcase: testBug40156 took 0,001 sec
>    [junit] Testcase: testUtf took 0,17 sec
>    [junit] Testcase: test1 took 0,003 sec
>    [junit] Testcase: test2 took 0,003 sec
>    [junit] Testcase: test3 took 0,007 sec
>    [junit] Testcase: testXpath2Transform took 0,024 sec
>    [junit] Testcase: testSameKeySeveralAlgorithSigning took 6,966 sec
>    [junit] Running org.apache.xml.security.test.algorithms.AllTests
>    [junit] Testsuite: org.apache.xml.security.test.algorithms.AllTests
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1,89 sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1,89 sec
>    [junit]
>    [junit] Testcase: testSameKeySeveralAlgorithSigning took 1,87 sec
>    [junit] Running
> org.apache.xml.security.test.algorithms.SignatureAlgorithmTest
>    [junit] Testsuite:
> org.apache.xml.security.test.algorithms.SignatureAlgorithmTest
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2,002 sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2,002 sec
>    [junit]
>    [junit] Testcase: testSameKeySeveralAlgorithSigning took 1,982 sec
>    [junit] Running org.apache.xml.security.test.c14n.helper.AttrCompareTest
>    [junit] Testsuite:
> org.apache.xml.security.test.c14n.helper.AttrCompareTest
>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,028 sec
>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,028 sec
>    [junit] ------------- Standard Output ---------------
>    [junit] Attr1: goo:foo="" (foo)
>    [junit] ------------- ---------------- ---------------
>    [junit]
>    [junit] Testcase: testA1 took 0,003 sec
>    [junit] Testcase: testA2 took 0,002 sec
>    [junit] Testcase: testComplete took 0,002 sec
>    [junit] Running org.apache.xml.security.test.c14n.helper.C14nHelperTest
>    [junit] Testsuite:
> org.apache.xml.security.test.c14n.helper.C14nHelperTest
>    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0,03 sec
>    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0,03 sec
>    [junit]
>    [junit] Testcase: testNamespaceIsAbsolute01 took 0,002 sec
>    [junit] Testcase: testNamespaceIsAbsolute02 took 0 sec
>    [junit] Testcase: testNamespaceIsAbsolute03 took 0,001 sec
>    [junit] Testcase: testNamespaceIsRelative01 took 0 sec
>    [junit] Testcase: testNamespaceIsRelative02 took 0 sec
>    [junit] Running
> org.apache.xml.security.test.c14n.implementations.Canonicalizer20010315ExclusiveTest
>    [junit] Testsuite:
> org.apache.xml.security.test.c14n.implementations.Canonicalizer20010315ExclusiveTest
>    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0,223 sec
>    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0,223 sec
>    [junit]
>    [junit] Testcase: testA took 0,175 sec
>    [junit] Testcase: test221 took 0,003 sec
>    [junit] Testcase: test222 took 0,002 sec
>    [junit] Testcase: test221excl took 0,003 sec
>    [junit] Testcase: test222excl took 0,004 sec
>    [junit] Testcase: test223excl took 0,011 sec
>    [junit] Testcase: testNodeSet took 0,003 sec
>    [junit] Running
> org.apache.xml.security.test.c14n.implementations.Canonicalizer20010315Test
>    [junit] Testsuite:
> org.apache.xml.security.test.c14n.implementations.Canonicalizer20010315Test
>    [junit] Tests run: 22, Failures: 0, Errors: 0, Time elapsed: 0,211 sec
>    [junit] Tests run: 22, Failures: 0, Errors: 0, Time elapsed: 0,211 sec
>    [junit]
>    [junit] Testcase: test31withCommentsSubtree took 0,029 sec
>    [junit] Testcase: test31withCommentsSubset took 0,026 sec
>    [junit] Testcase: test31subtree took 0,003 sec
>    [junit] Testcase: test31subset took 0,004 sec
>    [junit] Testcase: test32subtree took 0,003 sec
>    [junit] Testcase: test32subset took 0,004 sec
>    [junit] Testcase: test33subtree took 0,007 sec
>    [junit] Testcase: test33subset took 0,007 sec
>    [junit] Testcase: test34 took 0,004 sec
>    [junit] Testcase: test34subtree took 0,004 sec
>    [junit] Testcase: test34subset took 0,005 sec
>    [junit] Testcase: test35subtree took 0,005 sec
>    [junit] Testcase: test35subset took 0,007 sec
>    [junit] Testcase: test36subtree took 0,004 sec
>    [junit] Testcase: test36subset took 0,003 sec
>    [junit] Testcase: test37 took 0,013 sec
>    [junit] Testcase: test37byNodeList took 0,012 sec
>    [junit] Testcase: testRelativeNSbehaviour took 0,003 sec
>    [junit] Testcase: testTranslationFromUTF16toUTF8 took 0,024 sec
>    [junit] Testcase: testXMLAttributes1 took 0,004 sec
>    [junit] Testcase: testXMLAttributes2 took 0,004 sec
>    [junit] Testcase: testXMLAttributes3 took 0,007 sec
>    [junit] Running
> org.apache.xml.security.test.c14n.implementations.ExclusiveC14NInterop
>    [junit] Testsuite:
> org.apache.xml.security.test.c14n.implementations.ExclusiveC14NInterop
>    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 10,311 sec
>    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 10,311 sec
>    [junit]
>    [junit] Testcase: test_Y1 took 0,105 sec
>    [junit] Testcase: test_Y2 took 0,121 sec
>    [junit] Testcase: test_Y3 took 0,134 sec
>    [junit] Testcase: test_Y4 took 9,824 sec
>    [junit] Testcase: test_xfilter2 took 0,102 sec
>    [junit] Running org.apache.xml.security.test.encryption.BaltimoreEncTest
>    [junit] Testsuite:
> org.apache.xml.security.test.encryption.BaltimoreEncTest
>    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 1,37 sec
>    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 1,37 sec
>    [junit]
>    [junit] Testcase: test_five_content_3des_cbc took 0,856 sec
>    [junit] Testcase: test_five_content_aes256_cbc took 0,073 sec
>    [junit] Testcase: test_five_content_aes128_cbc_kw_aes192 took 0,038 sec
>    [junit] Testcase: test_five_content_3des_cbc_kw_aes128 took 0,026 sec
>    [junit] Testcase: test_five_content_aes128_cbc_rsa_15 took 0,118 sec
>    [junit] Testcase: test_five_element_aes192_cbc_ref took 0,052 sec
>    [junit] Testcase: test_five_data_aes128_cbc took 0,015 sec
>    [junit] Testcase: test_five_data_aes256_cbc_3des took 0,023 sec
>    [junit] Testcase: test_five_data_aes192_cbc_aes256 took 0,017 sec
>    [junit] Testcase: test_five_data_3des_cbc_rsa_oaep took 0,091 sec
>    [junit] Running
> org.apache.xml.security.test.encryption.EncryptContentTest
>    [junit] Testsuite:
> org.apache.xml.security.test.encryption.EncryptContentTest
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,634 sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,634 sec
>    [junit] ------------- Standard Output ---------------
>    [junit] <?xml version="1.0" encoding="UTF-8"?><users>
>    [junit]   <user><xenc:EncryptedData
> xmlns:xenc="http://www.w3.org/2001/04/xmlenc#"
> Type="http://www.w3.org/2001/04/xmlenc#Content"><xenc:EncryptionMethod
> Algorithm="http://www.w3.org/2001/04/xmlenc#tripledes-cbc"
> xmlns:xenc="http://www.w3.org/2001/04/xmlenc#"/><xenc:CipherData
> xmlns:xenc="http://www.w3.org/2001/04/xmlenc#"><xenc:CipherValue
> xmlns:xenc="http://www.w3.org/2001/04/xmlenc#">3ut+4jaqN7+S/HrAP6maBLKpoXm8PIkmrrCCSLfWK4DsCm7PlnrThfM79uap1PJNJza5ohZFDO0t
>    [junit]
> LDKV0kmzKdybeLerGS4R6yaZ9m0lrV8trnp/gPmRrNTxAEC2ANUVMetDs61KO4fOdFSCe7At/m1R
>    [junit]
> o28YMW2M</xenc:CipherValue></xenc:CipherData></xenc:EncryptedData></user>
>    [junit] </users>------------- ---------------- ---------------
>    [junit]
>    [junit] Testcase: testContentRemoved took 0,594 sec
>    [junit] Running org.apache.xml.security.test.encryption.XMLCipherTester
>    [junit] Testsuite:
> org.apache.xml.security.test.encryption.XMLCipherTester
>    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 3,051 sec
>    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 3,051 sec
>    [junit]
>    [junit] Testcase: testAES128ElementAES192KWCipherUsingKEK took 0,573 sec
>    [junit] Testcase: testAES128ElementRSAKWCipherUsingKEK took 1,511 sec
>    [junit] Testcase: testAES192ElementAES256KWCipher took 0,091 sec
>    [junit] Testcase: testTrippleDesElementCipher took 0,075 sec
>    [junit] Testcase: testAes128ElementCipher took 0,073 sec
>    [junit] Testcase: testAes192ElementCipher took 0,071 sec
>    [junit] Testcase: testAes265ElementCipher took 0,072 sec
>    [junit] Testcase: testTrippleDesDocumentCipher took 0,449 sec
>    [junit] Testcase: testSameDocumentCipherReference took 0,058 sec
>    [junit] Testcase: testSerializedData took 0,045 sec
>    [junit] Testcase: testEncryptedKeyWithRecipient took 0,01 sec
>    [junit] Running
> org.apache.xml.security.test.external.org.apache.xalan.XPathAPI.AttributeAncestorOrSelfTest
>    [junit] Testsuite:
> org.apache.xml.security.test.external.org.apache.xalan.XPathAPI.AttributeAncestorOrSelfTest
>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,057 sec
>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,057 sec
>    [junit]
>    [junit] Testcase: test01 took 0,028 sec
>    [junit] Testcase: test02 took 0,004 sec
>    [junit] Testcase: test03 took 0,004 sec
>    [junit] Running
> org.apache.xml.security.test.external.org.apache.xalan.XPathAPI.XalanBug1425Test
>    [junit] Testsuite:
> org.apache.xml.security.test.external.org.apache.xalan.XPathAPI.XalanBug1425Test
>    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0,086 sec
>    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0,086 sec
>    [junit]
>    [junit] Testcase: testBad01 took 0,034 sec
>    [junit] Testcase: testBad02 took 0,004 sec
>    [junit] Testcase: testBad03 took 0,004 sec
>    [junit] Testcase: testGood01 took 0,004 sec
>    [junit] Testcase: testGood02 took 0,004 sec
>    [junit] Testcase: testGood03 took 0,003 sec
>    [junit] Testcase: testGood04 took 0,003 sec
>    [junit] Testcase: testGood05 took 0,004 sec
>    [junit] Running org.apache.xml.security.test.interop.BaltimoreTest
>    [junit] Testsuite: org.apache.xml.security.test.interop.BaltimoreTest
>    [junit] Tests run: 19, Failures: 0, Errors: 0, Time elapsed: 2,022 sec
>    [junit] Tests run: 19, Failures: 0, Errors: 0, Time elapsed: 2,022 sec
>    [junit]
>    [junit] Testcase: test_fifteen_enveloping_hmac_sha1 took 0,469 sec
>    [junit] Testcase: test_fifteen_enveloping_hmac_sha1_40 took 0,005 sec
>    [junit] Testcase: test_fifteen_enveloped_dsa took 0,06 sec
>    [junit] Testcase: test_fifteen_enveloping_b64_dsa took 0,056 sec
>    [junit] Testcase: test_fifteen_enveloping_dsa took 0,056 sec
>    [junit] Testcase: test_fifteen_enveloping_rsa took 0,017 sec
>    [junit] Testcase: test_fifteen_external_b64_dsa took 0,066 sec
>    [junit] Testcase: test_fifteen_external_dsa took 0,059 sec
>    [junit] Testcase: test_sixteen_external_dsa took 0,304 sec
>    [junit] Testcase: test_sixteen_bad_signature took 0,292 sec
>    [junit] Testcase: test_twenty_three_enveloping_hmac_sha1 took 0,005 sec
>    [junit] Testcase: test_twenty_three_enveloping_hmac_sha1_40 took 0,005
> sec
>    [junit] Testcase: test_twenty_three_enveloped_dsa took 0,058 sec
>    [junit] Testcase: test_twenty_three_enveloping_b64_dsa took 0,055 sec
>    [junit] Testcase: test_twenty_three_enveloping_dsa took 0,055 sec
>    [junit] Testcase: test_twenty_three_enveloping_rsa took 0,012 sec
>    [junit] Testcase: test_twenty_three_external_b64_dsa took 0,065 sec
>    [junit] Testcase: test_twenty_three_external_dsa took 0,057 sec
>    [junit] Testcase: test_twenty_three_external_dsa_2 took 0,292 sec
>    [junit] Running org.apache.xml.security.test.interop.IAIKTest
>    [junit] Testsuite: org.apache.xml.security.test.interop.IAIKTest
>    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0,743 sec
>    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0,743 sec
>    [junit]
>    [junit] Testcase: test_signatureAlgorithms_signatures_hMACShortSignature
> took 0,468 sec
>    [junit] Testcase: test_signatureAlgorithms_signatures_hMACSignature took
> 0,005 sec
>    [junit] Testcase: test_coreFeatures_signatures_manifestSignature_core
> took 0,015 sec
>    [junit] Testcase:
> test_coreFeatures_signatures_manifestSignature_manifest took 0,014 sec
>    [junit] Testcase: test_coreFeatures_signatures_signatureTypesSignature
> took 0,09 sec
>    [junit] Testcase:
> test_coreFeatures_signatures_anonymousReferenceSignature took 0,008 sec
>    [junit] Testcase: test_signatureAlgorithms_signatures_dSASignature took
> 0,065 sec
>    [junit] Testcase: test_signatureAlgorithms_signatures_rSASignature took
> 0,005 sec
>    [junit] Testcase: test_transforms_signatures_base64DecodeSignature took
> 0,016 sec
>    [junit] Testcase: test_transforms_signatures_c14nSignature took 0,013
> sec
>    [junit] Testcase: test_transforms_signatures_envelopedSignatureSignature
> took 0,006 sec
>    [junit] Testcase: test_transforms_signatures_xPathSignature took 0,013
> sec
>    [junit] Running org.apache.xml.security.test.interop.RSASecurityTest
>    [junit] Testsuite: org.apache.xml.security.test.interop.RSASecurityTest
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,097 sec
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,097 sec
>    [junit]
>    [junit] Testcase: test_enveloping took 0,069 sec
>    [junit] Testcase: test_enveloped took 0,007 sec
>    [junit] Running
> org.apache.xml.security.test.keys.content.x509.XMLX509CertificateTest
>    [junit] Testsuite:
> org.apache.xml.security.test.keys.content.x509.XMLX509CertificateTest
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,116 sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,116 sec
>    [junit] ------------- Standard Output ---------------
>    [junit] [
>    [junit] [
>    [junit]   Version: V3
>    [junit]   Subject: CN=Morigu, OU=X/Secure, O=Baltimore Technologies
> Ltd., ST=Dublin, C=IE
>    [junit]   Signature Algorithm: SHA1withDSA, OID = 1.2.840.10040.4.3
>    [junit]
>    [junit]   Key:  Sun DSA Public Key
>    [junit]     Parameters:...
>
> [Message clipped]



-- 
http://r-bg.com

Re: danshved@gmail.com

Posted by Daniil Shved <da...@gmail.com>.
Of course. Here is the stdout of "ant test":

Buildfile: build.xml
  [taskdef] Could not load definitions from resource clovertasks. It could
not be found.

do.build.src:

init:
     [echo] 
     [echo]
-------------------------------------------------------------------
     [echo] --------- Apache-XML-Security-J v1.4.2 [2000-2008] -----------
     [echo]
-------------------------------------------------------------------
     [echo] Building with Apache Ant version 1.7.0 compiled on August 16
2007
     [echo] Java 1.6.0_07 located at /home/dan/jdk1.6.0_07/jre 
     [echo]
-------------------------------------------------------------------
     [echo] 

env.mk.dirs:

do.check.bindist:

build.src:

build.test:

test:
   [delete] Deleting directory
/home/dan/xml-security-1_4_2/build/docs/xml/junit
   [delete] Deleting directory
/home/dan/xml-security-1_4_2/build/docs/html/junit
    [mkdir] Created dir: /home/dan/xml-security-1_4_2/build/docs/xml/junit
    [mkdir] Created dir: /home/dan/xml-security-1_4_2/build/docs/html/junit
    [junit] Running javax.xml.crypto.test.KeySelectorExceptionTest
    [junit] Testsuite: javax.xml.crypto.test.KeySelectorExceptionTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,052 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,052 sec
    [junit] 
    [junit] Testcase: testConstructor took 0,006 sec
    [junit] Running javax.xml.crypto.test.KeySelectorTest
    [junit] Testsuite: javax.xml.crypto.test.KeySelectorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,053 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,053 sec
    [junit] 
    [junit] Testcase: testselect took 0,012 sec
    [junit] Running javax.xml.crypto.test.OctetStreamDataTest
    [junit] Testsuite: javax.xml.crypto.test.OctetStreamDataTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,042 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,042 sec
    [junit] 
    [junit] Testcase: testConstructor took 0,002 sec
    [junit] Running javax.xml.crypto.test.dsig.Baltimore18Test
    [junit] Testsuite: javax.xml.crypto.test.dsig.Baltimore18Test
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0,259 sec
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0,259 sec
    [junit] 
    [junit] Testcase: test_signature_keyname took 0,088 sec
    [junit] Testcase: test_signature_retrievalmethod_rawx509crt took 0,016
sec
    [junit] Testcase: test_signature_x509_crt_crl took 0,019 sec
    [junit] Testcase: test_signature_x509_crt took 0,021 sec
    [junit] Testcase: test_signature_x509_is took 0,023 sec
    [junit] Testcase: test_signature_x509_ski took 0,022 sec
    [junit] Testcase: test_signature_x509_sn took 0,027 sec
    [junit] Running javax.xml.crypto.test.dsig.Baltimore23Test
    [junit] Testsuite: javax.xml.crypto.test.dsig.Baltimore23Test
    [junit] Tests run: 16, Failures: 0, Errors: 0, Time elapsed: 2,11 sec
    [junit] Tests run: 16, Failures: 0, Errors: 0, Time elapsed: 2,11 sec
    [junit] 
    [junit] Testcase: test_signature_enveloped_dsa took 0,112 sec
    [junit] Testcase: test_signature_enveloping_b64_dsa took 0,056 sec
    [junit] Testcase: test_signature_enveloping_dsa took 0,055 sec
    [junit] Testcase: test_signature_external_b64_dsa took 0,078 sec
    [junit] Testcase: test_signature_external_dsa took 0,071 sec
    [junit] Testcase: test_signature_enveloping_rsa took 0,013 sec
    [junit] Testcase: test_signature_enveloping_hmac_sha1 took 0,501 sec
    [junit] Testcase: test_signature_enveloping_hmac_sha1_40 took 0,009 sec
    [junit] Testcase: test_signature_keyname took 0,103 sec
    [junit] Testcase: test_signature_retrievalmethod_rawx509crt took 0,094
sec
    [junit] Testcase: test_signature_x509_crt_crl took 0,095 sec
    [junit] Testcase: test_signature_x509_crt took 0,089 sec
    [junit] Testcase: test_signature_x509_is took 0,102 sec
    [junit] Testcase: test_signature_x509_ski took 0,092 sec
    [junit] Testcase: test_signature_x509_sn took 0,074 sec
    [junit] Testcase: test_signature took 0,521 sec
    [junit] Running javax.xml.crypto.test.dsig.BaltimoreExcC14n1Test
    [junit] Testsuite: javax.xml.crypto.test.dsig.BaltimoreExcC14n1Test
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,156 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,156 sec
    [junit] 
    [junit] Testcase: test_exc_signature took 0,117 sec
    [junit] Running javax.xml.crypto.test.dsig.BaltimoreIaik2Test
    [junit] Testsuite: javax.xml.crypto.test.dsig.BaltimoreIaik2Test
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,229 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,229 sec
    [junit] 
    [junit] Testcase: test_signature took 0,19 sec
    [junit] Running
javax.xml.crypto.test.dsig.BaltimoreXPathFilter2ThreeTest
    [junit] Testsuite:
javax.xml.crypto.test.dsig.BaltimoreXPathFilter2ThreeTest
    [junit] Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 0,956 sec
    [junit] Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 0,956 sec
    [junit] 
    [junit] Testcase: test_sign_spec took 0,215 sec
    [junit] Testcase: test_sign_xfdl took 0,7 sec
    [junit] 	FAILED
    [junit] Signature failed core validation#1
    [junit] junit.framework.AssertionFailedError: Signature failed core
validation#1
    [junit] 	at
javax.xml.crypto.test.dsig.BaltimoreXPathFilter2ThreeTest.test_sign_xfdl(Unknown
Source)
    [junit] 
    [junit] Running javax.xml.crypto.test.dsig.C14N11Test
    [junit] Testsuite: javax.xml.crypto.test.dsig.C14N11Test
    [junit] Tests run: 20, Failures: 0, Errors: 20, Time elapsed: 0,241 sec
    [junit] Tests run: 20, Failures: 0, Errors: 20, Time elapsed: 0,241 sec
    [junit] ------------- Standard Output ---------------
    [junit] Validating xmlid-1-IAIK.xml
    [junit] Validating xmlid-2-IAIK.xml
    [junit] Validating xmlspace-1-IAIK.xml
    [junit] Validating xmlspace-2-IAIK.xml
    [junit] Validating xmlspace-3-IAIK.xml
    [junit] Validating xmlspace-4-IAIK.xml
    [junit] Validating xmllang-1-IAIK.xml
    [junit] Validating xmllang-2-IAIK.xml
    [junit] Validating xmllang-3-IAIK.xml
    [junit] Validating xmllang-4-IAIK.xml
    [junit] Validating xmlbase-prop-1-IAIK.xml
    [junit] Validating xmlbase-prop-2-IAIK.xml
    [junit] Validating xmlbase-prop-3-IAIK.xml
    [junit] Validating xmlbase-prop-4-IAIK.xml
    [junit] Validating xmlbase-prop-5-IAIK.xml
    [junit] Validating xmlbase-prop-6-IAIK.xml
    [junit] Validating xmlbase-prop-7-IAIK.xml
    [junit] Validating xmlbase-c14n11spec-102-IAIK.xml
    [junit] Validating xmlbase-c14n11spec2-102-IAIK.xml
    [junit] Validating xmlbase-c14n11spec3-103-IAIK.xml
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: test_xmlid_1 took 0,056 sec
    [junit] 	Caused an ERROR
    [junit] java.security.NoSuchAlgorithmException:
http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
available
    [junit] javax.xml.crypto.MarshalException:
java.security.NoSuchAlgorithmException: http://www.w3.org/2006/12/xml-c14n11
algorithm and DOM mechanism not available
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:57)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMCanonicalizationMethod.<init>(DOMCanonicalizationMethod.java:44)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMSignedInfo.<init>(DOMSignedInfo.java:118)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignature.<init>(DOMXMLSignature.java:119)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshal(DOMXMLSignatureFactory.java:152)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshalXMLSignature(DOMXMLSignatureFactory.java:116)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at javax.xml.crypto.test.dsig.C14N11Test.test_c14n11(Unknown
Source)
    [junit] 	at javax.xml.crypto.test.dsig.C14N11Test.test_xmlid_1(Unknown
Source)
    [junit] Caused by: java.security.NoSuchAlgorithmException:
http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
available
    [junit] 	at
javax.xml.crypto.dsig.TransformService.getInstance(TransformService.java:153)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:55)
    [junit] 
    [junit] Testcase: test_xmlid_2 took 0,006 sec
    [junit] 	Caused an ERROR
    [junit] java.security.NoSuchAlgorithmException:
http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
available
    [junit] javax.xml.crypto.MarshalException:
java.security.NoSuchAlgorithmException: http://www.w3.org/2006/12/xml-c14n11
algorithm and DOM mechanism not available
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:57)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMCanonicalizationMethod.<init>(DOMCanonicalizationMethod.java:44)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMSignedInfo.<init>(DOMSignedInfo.java:118)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignature.<init>(DOMXMLSignature.java:119)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshal(DOMXMLSignatureFactory.java:152)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshalXMLSignature(DOMXMLSignatureFactory.java:116)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at javax.xml.crypto.test.dsig.C14N11Test.test_c14n11(Unknown
Source)
    [junit] 	at javax.xml.crypto.test.dsig.C14N11Test.test_xmlid_2(Unknown
Source)
    [junit] Caused by: java.security.NoSuchAlgorithmException:
http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
available
    [junit] 	at
javax.xml.crypto.dsig.TransformService.getInstance(TransformService.java:153)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:55)
    [junit] 
    [junit] Testcase: test_xmlspace_1 took 0,006 sec
    [junit] 	Caused an ERROR
    [junit] java.security.NoSuchAlgorithmException:
http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
available
    [junit] javax.xml.crypto.MarshalException:
java.security.NoSuchAlgorithmException: http://www.w3.org/2006/12/xml-c14n11
algorithm and DOM mechanism not available
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:57)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMCanonicalizationMethod.<init>(DOMCanonicalizationMethod.java:44)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMSignedInfo.<init>(DOMSignedInfo.java:118)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignature.<init>(DOMXMLSignature.java:119)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshal(DOMXMLSignatureFactory.java:152)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshalXMLSignature(DOMXMLSignatureFactory.java:116)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at javax.xml.crypto.test.dsig.C14N11Test.test_c14n11(Unknown
Source)
    [junit] 	at
javax.xml.crypto.test.dsig.C14N11Test.test_xmlspace_1(Unknown Source)
    [junit] Caused by: java.security.NoSuchAlgorithmException:
http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
available
    [junit] 	at
javax.xml.crypto.dsig.TransformService.getInstance(TransformService.java:153)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:55)
    [junit] 
    [junit] Testcase: test_xmlspace_2 took 0,006 sec
    [junit] 	Caused an ERROR
    [junit] java.security.NoSuchAlgorithmException:
http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
available
    [junit] javax.xml.crypto.MarshalException:
java.security.NoSuchAlgorithmException: http://www.w3.org/2006/12/xml-c14n11
algorithm and DOM mechanism not available
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:57)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMCanonicalizationMethod.<init>(DOMCanonicalizationMethod.java:44)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMSignedInfo.<init>(DOMSignedInfo.java:118)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignature.<init>(DOMXMLSignature.java:119)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshal(DOMXMLSignatureFactory.java:152)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshalXMLSignature(DOMXMLSignatureFactory.java:116)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at javax.xml.crypto.test.dsig.C14N11Test.test_c14n11(Unknown
Source)
    [junit] 	at
javax.xml.crypto.test.dsig.C14N11Test.test_xmlspace_2(Unknown Source)
    [junit] Caused by: java.security.NoSuchAlgorithmException:
http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
available
    [junit] 	at
javax.xml.crypto.dsig.TransformService.getInstance(TransformService.java:153)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:55)
    [junit] 
    [junit] Testcase: test_xmlspace_3 took 0,006 sec
    [junit] 	Caused an ERROR
    [junit] java.security.NoSuchAlgorithmException:
http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
available
    [junit] javax.xml.crypto.MarshalException:
java.security.NoSuchAlgorithmException: http://www.w3.org/2006/12/xml-c14n11
algorithm and DOM mechanism not available
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:57)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMCanonicalizationMethod.<init>(DOMCanonicalizationMethod.java:44)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMSignedInfo.<init>(DOMSignedInfo.java:118)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignature.<init>(DOMXMLSignature.java:119)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshal(DOMXMLSignatureFactory.java:152)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshalXMLSignature(DOMXMLSignatureFactory.java:116)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at javax.xml.crypto.test.dsig.C14N11Test.test_c14n11(Unknown
Source)
    [junit] 	at
javax.xml.crypto.test.dsig.C14N11Test.test_xmlspace_3(Unknown Source)
    [junit] Caused by: java.security.NoSuchAlgorithmException:
http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
available
    [junit] 	at
javax.xml.crypto.dsig.TransformService.getInstance(TransformService.java:153)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:55)
    [junit] 
    [junit] Testcase: test_xmlspace_4 took 0,006 sec
    [junit] 	Caused an ERROR
    [junit] java.security.NoSuchAlgorithmException:
http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
available
    [junit] javax.xml.crypto.MarshalException:
java.security.NoSuchAlgorithmException: http://www.w3.org/2006/12/xml-c14n11
algorithm and DOM mechanism not available
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:57)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMCanonicalizationMethod.<init>(DOMCanonicalizationMethod.java:44)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMSignedInfo.<init>(DOMSignedInfo.java:118)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignature.<init>(DOMXMLSignature.java:119)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshal(DOMXMLSignatureFactory.java:152)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshalXMLSignature(DOMXMLSignatureFactory.java:116)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at javax.xml.crypto.test.dsig.C14N11Test.test_c14n11(Unknown
Source)
    [junit] 	at
javax.xml.crypto.test.dsig.C14N11Test.test_xmlspace_4(Unknown Source)
    [junit] Caused by: java.security.NoSuchAlgorithmException:
http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
available
    [junit] 	at
javax.xml.crypto.dsig.TransformService.getInstance(TransformService.java:153)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:55)
    [junit] 
    [junit] Testcase: test_xmllang_1 took 0,006 sec
    [junit] 	Caused an ERROR
    [junit] java.security.NoSuchAlgorithmException:
http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
available
    [junit] javax.xml.crypto.MarshalException:
java.security.NoSuchAlgorithmException: http://www.w3.org/2006/12/xml-c14n11
algorithm and DOM mechanism not available
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:57)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMCanonicalizationMethod.<init>(DOMCanonicalizationMethod.java:44)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMSignedInfo.<init>(DOMSignedInfo.java:118)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignature.<init>(DOMXMLSignature.java:119)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshal(DOMXMLSignatureFactory.java:152)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshalXMLSignature(DOMXMLSignatureFactory.java:116)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at javax.xml.crypto.test.dsig.C14N11Test.test_c14n11(Unknown
Source)
    [junit] 	at javax.xml.crypto.test.dsig.C14N11Test.test_xmllang_1(Unknown
Source)
    [junit] Caused by: java.security.NoSuchAlgorithmException:
http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
available
    [junit] 	at
javax.xml.crypto.dsig.TransformService.getInstance(TransformService.java:153)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:55)
    [junit] 
    [junit] Testcase: test_xmllang_2 took 0,006 sec
    [junit] 	Caused an ERROR
    [junit] java.security.NoSuchAlgorithmException:
http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
available
    [junit] javax.xml.crypto.MarshalException:
java.security.NoSuchAlgorithmException: http://www.w3.org/2006/12/xml-c14n11
algorithm and DOM mechanism not available
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:57)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMCanonicalizationMethod.<init>(DOMCanonicalizationMethod.java:44)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMSignedInfo.<init>(DOMSignedInfo.java:118)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignature.<init>(DOMXMLSignature.java:119)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshal(DOMXMLSignatureFactory.java:152)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshalXMLSignature(DOMXMLSignatureFactory.java:116)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at javax.xml.crypto.test.dsig.C14N11Test.test_c14n11(Unknown
Source)
    [junit] 	at javax.xml.crypto.test.dsig.C14N11Test.test_xmllang_2(Unknown
Source)
    [junit] Caused by: java.security.NoSuchAlgorithmException:
http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
available
    [junit] 	at
javax.xml.crypto.dsig.TransformService.getInstance(TransformService.java:153)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:55)
    [junit] 
    [junit] Testcase: test_xmllang_3 took 0,007 sec
    [junit] 	Caused an ERROR
    [junit] java.security.NoSuchAlgorithmException:
http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
available
    [junit] javax.xml.crypto.MarshalException:
java.security.NoSuchAlgorithmException: http://www.w3.org/2006/12/xml-c14n11
algorithm and DOM mechanism not available
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:57)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMCanonicalizationMethod.<init>(DOMCanonicalizationMethod.java:44)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMSignedInfo.<init>(DOMSignedInfo.java:118)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignature.<init>(DOMXMLSignature.java:119)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshal(DOMXMLSignatureFactory.java:152)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshalXMLSignature(DOMXMLSignatureFactory.java:116)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at javax.xml.crypto.test.dsig.C14N11Test.test_c14n11(Unknown
Source)
    [junit] 	at javax.xml.crypto.test.dsig.C14N11Test.test_xmllang_3(Unknown
Source)
    [junit] Caused by: java.security.NoSuchAlgorithmException:
http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
available
    [junit] 	at
javax.xml.crypto.dsig.TransformService.getInstance(TransformService.java:153)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:55)
    [junit] 
    [junit] Testcase: test_xmllang_4 took 0,006 sec
    [junit] 	Caused an ERROR
    [junit] java.security.NoSuchAlgorithmException:
http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
available
    [junit] javax.xml.crypto.MarshalException:
java.security.NoSuchAlgorithmException: http://www.w3.org/2006/12/xml-c14n11
algorithm and DOM mechanism not available
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:57)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMCanonicalizationMethod.<init>(DOMCanonicalizationMethod.java:44)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMSignedInfo.<init>(DOMSignedInfo.java:118)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignature.<init>(DOMXMLSignature.java:119)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshal(DOMXMLSignatureFactory.java:152)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshalXMLSignature(DOMXMLSignatureFactory.java:116)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at javax.xml.crypto.test.dsig.C14N11Test.test_c14n11(Unknown
Source)
    [junit] 	at javax.xml.crypto.test.dsig.C14N11Test.test_xmllang_4(Unknown
Source)
    [junit] Caused by: java.security.NoSuchAlgorithmException:
http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
available
    [junit] 	at
javax.xml.crypto.dsig.TransformService.getInstance(TransformService.java:153)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:55)
    [junit] 
    [junit] Testcase: test_xmlbase_prop_1 took 0,006 sec
    [junit] 	Caused an ERROR
    [junit] java.security.NoSuchAlgorithmException:
http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
available
    [junit] javax.xml.crypto.MarshalException:
java.security.NoSuchAlgorithmException: http://www.w3.org/2006/12/xml-c14n11
algorithm and DOM mechanism not available
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:57)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMCanonicalizationMethod.<init>(DOMCanonicalizationMethod.java:44)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMSignedInfo.<init>(DOMSignedInfo.java:118)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignature.<init>(DOMXMLSignature.java:119)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshal(DOMXMLSignatureFactory.java:152)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshalXMLSignature(DOMXMLSignatureFactory.java:116)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at javax.xml.crypto.test.dsig.C14N11Test.test_c14n11(Unknown
Source)
    [junit] 	at
javax.xml.crypto.test.dsig.C14N11Test.test_xmlbase_prop_1(Unknown Source)
    [junit] Caused by: java.security.NoSuchAlgorithmException:
http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
available
    [junit] 	at
javax.xml.crypto.dsig.TransformService.getInstance(TransformService.java:153)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:55)
    [junit] 
    [junit] Testcase: test_xmlbase_prop_2 took 0,006 sec
    [junit] 	Caused an ERROR
    [junit] java.security.NoSuchAlgorithmException:
http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
available
    [junit] javax.xml.crypto.MarshalException:
java.security.NoSuchAlgorithmException: http://www.w3.org/2006/12/xml-c14n11
algorithm and DOM mechanism not available
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:57)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMCanonicalizationMethod.<init>(DOMCanonicalizationMethod.java:44)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMSignedInfo.<init>(DOMSignedInfo.java:118)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignature.<init>(DOMXMLSignature.java:119)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshal(DOMXMLSignatureFactory.java:152)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshalXMLSignature(DOMXMLSignatureFactory.java:116)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at javax.xml.crypto.test.dsig.C14N11Test.test_c14n11(Unknown
Source)
    [junit] 	at
javax.xml.crypto.test.dsig.C14N11Test.test_xmlbase_prop_2(Unknown Source)
    [junit] Caused by: java.security.NoSuchAlgorithmException:
http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
available
    [junit] 	at
javax.xml.crypto.dsig.TransformService.getInstance(TransformService.java:153)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:55)
    [junit] 
    [junit] Testcase: test_xmlbase_prop_3 took 0,008 sec
    [junit] 	Caused an ERROR
    [junit] java.security.NoSuchAlgorithmException:
http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
available
    [junit] javax.xml.crypto.MarshalException:
java.security.NoSuchAlgorithmException: http://www.w3.org/2006/12/xml-c14n11
algorithm and DOM mechanism not available
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:57)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMCanonicalizationMethod.<init>(DOMCanonicalizationMethod.java:44)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMSignedInfo.<init>(DOMSignedInfo.java:118)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignature.<init>(DOMXMLSignature.java:119)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshal(DOMXMLSignatureFactory.java:152)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshalXMLSignature(DOMXMLSignatureFactory.java:116)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at javax.xml.crypto.test.dsig.C14N11Test.test_c14n11(Unknown
Source)
    [junit] 	at
javax.xml.crypto.test.dsig.C14N11Test.test_xmlbase_prop_3(Unknown Source)
    [junit] Caused by: java.security.NoSuchAlgorithmException:
http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
available
    [junit] 	at
javax.xml.crypto.dsig.TransformService.getInstance(TransformService.java:153)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:55)
    [junit] 
    [junit] Testcase: test_xmlbase_prop_4 took 0,006 sec
    [junit] 	Caused an ERROR
    [junit] java.security.NoSuchAlgorithmException:
http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
available
    [junit] javax.xml.crypto.MarshalException:
java.security.NoSuchAlgorithmException: http://www.w3.org/2006/12/xml-c14n11
algorithm and DOM mechanism not available
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:57)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMCanonicalizationMethod.<init>(DOMCanonicalizationMethod.java:44)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMSignedInfo.<init>(DOMSignedInfo.java:118)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignature.<init>(DOMXMLSignature.java:119)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshal(DOMXMLSignatureFactory.java:152)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshalXMLSignature(DOMXMLSignatureFactory.java:116)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at javax.xml.crypto.test.dsig.C14N11Test.test_c14n11(Unknown
Source)
    [junit] 	at
javax.xml.crypto.test.dsig.C14N11Test.test_xmlbase_prop_4(Unknown Source)
    [junit] Caused by: java.security.NoSuchAlgorithmException:
http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
available
    [junit] 	at
javax.xml.crypto.dsig.TransformService.getInstance(TransformService.java:153)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:55)
    [junit] 
    [junit] Testcase: test_xmlbase_prop_5 took 0,006 sec
    [junit] 	Caused an ERROR
    [junit] java.security.NoSuchAlgorithmException:
http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
available
    [junit] javax.xml.crypto.MarshalException:
java.security.NoSuchAlgorithmException: http://www.w3.org/2006/12/xml-c14n11
algorithm and DOM mechanism not available
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:57)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMCanonicalizationMethod.<init>(DOMCanonicalizationMethod.java:44)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMSignedInfo.<init>(DOMSignedInfo.java:118)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignature.<init>(DOMXMLSignature.java:119)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshal(DOMXMLSignatureFactory.java:152)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshalXMLSignature(DOMXMLSignatureFactory.java:116)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at javax.xml.crypto.test.dsig.C14N11Test.test_c14n11(Unknown
Source)
    [junit] 	at
javax.xml.crypto.test.dsig.C14N11Test.test_xmlbase_prop_5(Unknown Source)
    [junit] Caused by: java.security.NoSuchAlgorithmException:
http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
available
    [junit] 	at
javax.xml.crypto.dsig.TransformService.getInstance(TransformService.java:153)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:55)
    [junit] 
    [junit] Testcase: test_xmlbase_prop_6 took 0,007 sec
    [junit] 	Caused an ERROR
    [junit] java.security.NoSuchAlgorithmException:
http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
available
    [junit] javax.xml.crypto.MarshalException:
java.security.NoSuchAlgorithmException: http://www.w3.org/2006/12/xml-c14n11
algorithm and DOM mechanism not available
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:57)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMCanonicalizationMethod.<init>(DOMCanonicalizationMethod.java:44)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMSignedInfo.<init>(DOMSignedInfo.java:118)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignature.<init>(DOMXMLSignature.java:119)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshal(DOMXMLSignatureFactory.java:152)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshalXMLSignature(DOMXMLSignatureFactory.java:116)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at javax.xml.crypto.test.dsig.C14N11Test.test_c14n11(Unknown
Source)
    [junit] 	at
javax.xml.crypto.test.dsig.C14N11Test.test_xmlbase_prop_6(Unknown Source)
    [junit] Caused by: java.security.NoSuchAlgorithmException:
http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
available
    [junit] 	at
javax.xml.crypto.dsig.TransformService.getInstance(TransformService.java:153)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:55)
    [junit] 
    [junit] Testcase: test_xmlbase_prop_7 took 0,006 sec
    [junit] 	Caused an ERROR
    [junit] java.security.NoSuchAlgorithmException:
http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
available
    [junit] javax.xml.crypto.MarshalException:
java.security.NoSuchAlgorithmException: http://www.w3.org/2006/12/xml-c14n11
algorithm and DOM mechanism not available
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:57)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMCanonicalizationMethod.<init>(DOMCanonicalizationMethod.java:44)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMSignedInfo.<init>(DOMSignedInfo.java:118)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignature.<init>(DOMXMLSignature.java:119)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshal(DOMXMLSignatureFactory.java:152)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshalXMLSignature(DOMXMLSignatureFactory.java:116)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at javax.xml.crypto.test.dsig.C14N11Test.test_c14n11(Unknown
Source)
    [junit] 	at
javax.xml.crypto.test.dsig.C14N11Test.test_xmlbase_prop_7(Unknown Source)
    [junit] Caused by: java.security.NoSuchAlgorithmException:
http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
available
    [junit] 	at
javax.xml.crypto.dsig.TransformService.getInstance(TransformService.java:153)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:55)
    [junit] 
    [junit] Testcase: test_xmlbase_c14n11spec_102 took 0,006 sec
    [junit] 	Caused an ERROR
    [junit] java.security.NoSuchAlgorithmException:
http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
available
    [junit] javax.xml.crypto.MarshalException:
java.security.NoSuchAlgorithmException: http://www.w3.org/2006/12/xml-c14n11
algorithm and DOM mechanism not available
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:57)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMCanonicalizationMethod.<init>(DOMCanonicalizationMethod.java:44)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMSignedInfo.<init>(DOMSignedInfo.java:118)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignature.<init>(DOMXMLSignature.java:119)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshal(DOMXMLSignatureFactory.java:152)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshalXMLSignature(DOMXMLSignatureFactory.java:116)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at javax.xml.crypto.test.dsig.C14N11Test.test_c14n11(Unknown
Source)
    [junit] 	at
javax.xml.crypto.test.dsig.C14N11Test.test_xmlbase_c14n11spec_102(Unknown
Source)
    [junit] Caused by: java.security.NoSuchAlgorithmException:
http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
available
    [junit] 	at
javax.xml.crypto.dsig.TransformService.getInstance(TransformService.java:153)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:55)
    [junit] 
    [junit] Testcase: test_xmlbase_c14n11spec2_102 took 0,006 sec
    [junit] 	Caused an ERROR
    [junit] java.security.NoSuchAlgorithmException:
http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
available
    [junit] javax.xml.crypto.MarshalException:
java.security.NoSuchAlgorithmException: http://www.w3.org/2006/12/xml-c14n11
algorithm and DOM mechanism not available
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:57)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMCanonicalizationMethod.<init>(DOMCanonicalizationMethod.java:44)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMSignedInfo.<init>(DOMSignedInfo.java:118)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignature.<init>(DOMXMLSignature.java:119)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshal(DOMXMLSignatureFactory.java:152)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshalXMLSignature(DOMXMLSignatureFactory.java:116)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at javax.xml.crypto.test.dsig.C14N11Test.test_c14n11(Unknown
Source)
    [junit] 	at
javax.xml.crypto.test.dsig.C14N11Test.test_xmlbase_c14n11spec2_102(Unknown
Source)
    [junit] Caused by: java.security.NoSuchAlgorithmException:
http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
available
    [junit] 	at
javax.xml.crypto.dsig.TransformService.getInstance(TransformService.java:153)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:55)
    [junit] 
    [junit] Testcase: test_xmlbase_c14n11spec3_103 took 0,006 sec
    [junit] 	Caused an ERROR
    [junit] java.security.NoSuchAlgorithmException:
http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
available
    [junit] javax.xml.crypto.MarshalException:
java.security.NoSuchAlgorithmException: http://www.w3.org/2006/12/xml-c14n11
algorithm and DOM mechanism not available
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:57)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMCanonicalizationMethod.<init>(DOMCanonicalizationMethod.java:44)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMSignedInfo.<init>(DOMSignedInfo.java:118)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignature.<init>(DOMXMLSignature.java:119)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshal(DOMXMLSignatureFactory.java:152)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.unmarshalXMLSignature(DOMXMLSignatureFactory.java:116)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at javax.xml.crypto.test.dsig.C14N11Test.test_c14n11(Unknown
Source)
    [junit] 	at
javax.xml.crypto.test.dsig.C14N11Test.test_xmlbase_c14n11spec3_103(Unknown
Source)
    [junit] Caused by: java.security.NoSuchAlgorithmException:
http://www.w3.org/2006/12/xml-c14n11 algorithm and DOM mechanism not
available
    [junit] 	at
javax.xml.crypto.dsig.TransformService.getInstance(TransformService.java:153)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMTransform.<init>(DOMTransform.java:55)
    [junit] 
    [junit] Running javax.xml.crypto.test.dsig.CanonicalizationMethodTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.CanonicalizationMethodTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,055 sec
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,055 sec
    [junit] 
    [junit] Testcase: testisFeatureSupported took 0,014 sec
    [junit] Testcase: testConstructor took 0,003 sec
    [junit] Running javax.xml.crypto.test.dsig.ClassLoaderTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.ClassLoaderTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,149 sec
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,149 sec
    [junit] ------------- Standard Output ---------------
    [junit] Elapsed:92
    [junit] dsig succeeded
    [junit] Elapsed:3
    [junit] dsig succeeded
    [junit] Elapsed:4
    [junit] dsig succeeded
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: test_multiple_loaders took 0,101 sec
    [junit] Testcase: test_provider_multiple_loaders took 0,006 sec
    [junit] Testcase: test_provider_multiple_loaders_two took 0,002 sec
    [junit] Running javax.xml.crypto.test.dsig.ComRSASecurityTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.ComRSASecurityTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,109 sec
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,109 sec
    [junit] 
    [junit] Testcase: test_certj201_enveloping took 0,062 sec
    [junit] Testcase: test_certj201_enveloped took 0,007 sec
    [junit] Running javax.xml.crypto.test.dsig.CreateBaltimore23Test
    [junit] Testsuite: javax.xml.crypto.test.dsig.CreateBaltimore23Test
    [junit] Tests run: 16, Failures: 0, Errors: 0, Time elapsed: 2,289 sec
    [junit] Tests run: 16, Failures: 0, Errors: 0, Time elapsed: 2,289 sec
    [junit] 
    [junit] Testcase: test_create_signature_enveloped_dsa took 0,167 sec
    [junit] Testcase: test_create_signature_enveloping_b64_dsa took 0,124
sec
    [junit] Testcase: test_create_signature_enveloping_dsa took 0,122 sec
    [junit] Testcase: test_create_signature_enveloping_hmac_sha1_40 took
0,506 sec
    [junit] Testcase: test_create_signature_enveloping_hmac_sha1 took 0,01
sec
    [junit] Testcase: test_create_signature_enveloping_rsa took 0,047 sec
    [junit] Testcase: test_create_signature_external_b64_dsa took 0,131 sec
    [junit] Testcase: test_create_signature_external_dsa took 0,106 sec
    [junit] Testcase: test_create_signature_keyname took 0,095 sec
    [junit] Testcase: test_create_signature_retrievalmethod_rawx509crt took
0,097 sec
    [junit] Testcase: test_create_signature_x509_crt_crl took 0,108 sec
    [junit] Testcase: test_create_signature_x509_crt took 0,094 sec
    [junit] Testcase: test_create_signature_x509_is took 0,106 sec
    [junit] Testcase: test_create_signature_x509_ski took 0,101 sec
    [junit] Testcase: test_create_signature_x509_sn took 0,099 sec
    [junit] Testcase: test_create_signature took 0,331 sec
    [junit] Running javax.xml.crypto.test.dsig.CreateInteropExcC14NTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.CreateInteropExcC14NTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,197 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,197 sec
    [junit] 
    [junit] Testcase: test_create_Y1 took 0,154 sec
    [junit] Running javax.xml.crypto.test.dsig.CreateInteropXFilter2Test
    [junit] Testsuite: javax.xml.crypto.test.dsig.CreateInteropXFilter2Test
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,21 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,21 sec
    [junit] 
    [junit] Testcase: test_create_sign_spec took 0,171 sec
    [junit] Running javax.xml.crypto.test.dsig.CreatePhaosXMLDSig3Test
    [junit] Testsuite: javax.xml.crypto.test.dsig.CreatePhaosXMLDSig3Test
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,988 sec
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,988 sec
    [junit] 
    [junit] Testcase: test_create_hmac_sha1_exclusive_c14n_comments_detached
took 0,654 sec
    [junit] Testcase:
test_create_hmac_sha1_40_exclusive_c14n_comments_detached took 0,289 sec
    [junit] Testcase: test_create_hmac_sha1_exclusive_c14n_enveloped took
0,007 sec
    [junit] Running javax.xml.crypto.test.dsig.DetachedTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.DetachedTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,372 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,372 sec
    [junit] 
    [junit] Testcase: test took 0,333 sec
    [junit] Running javax.xml.crypto.test.dsig.DigestMethodTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.DigestMethodTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,055 sec
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,055 sec
    [junit] 
    [junit] Testcase: testisFeatureSupported took 0,006 sec
    [junit] Testcase: testConstructor took 0,002 sec
    [junit] Running javax.xml.crypto.test.dsig.IaikCoreFeaturesTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.IaikCoreFeaturesTest
    [junit] Tests run: 3, Failures: 1, Errors: 0, Time elapsed: 0,307 sec
    [junit] Tests run: 3, Failures: 1, Errors: 0, Time elapsed: 0,307 sec
    [junit] 
    [junit] Testcase: test_anonymousReferenceSignature took 0,092 sec
    [junit] Testcase: test_manifestSignature took 0,015 sec
    [junit] Testcase: test_signatureTypesSignature took 0,158 sec
    [junit] 	FAILED
    [junit] Signature failed core validation
    [junit] junit.framework.AssertionFailedError: Signature failed core
validation
    [junit] 	at
javax.xml.crypto.test.dsig.IaikCoreFeaturesTest.test_signatureTypesSignature(Unknown
Source)
    [junit] 
    [junit] Running javax.xml.crypto.test.dsig.IaikSignatureAlgosTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.IaikSignatureAlgosTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,718 sec
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,718 sec
    [junit] 
    [junit] Testcase: test_dsaSignature took 0,165 sec
    [junit] Testcase: test_rsaSignature took 0,01 sec
    [junit] Testcase: test_hmacShortSignature took 0,478 sec
    [junit] Testcase: test_hmacSignature took 0,006 sec
    [junit] Running javax.xml.crypto.test.dsig.IaikTransformsTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.IaikTransformsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,168 sec
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,168 sec
    [junit] 
    [junit] Testcase: test_base64DecodeSignature took 0,075 sec
    [junit] Testcase: test_envelopedSignatureSignature took 0,007 sec
    [junit] Testcase: test_c14nSignature took 0,012 sec
    [junit] Testcase: test_xPathSignature took 0,031 sec
    [junit] Running javax.xml.crypto.test.dsig.ManifestTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.ManifestTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,031 sec
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,031 sec
    [junit] 
    [junit] Testcase: testConstructor took 0,004 sec
    [junit] Testcase: testisFeatureSupported took 0,002 sec
    [junit] Testcase: testgetReferences took 0,002 sec
    [junit] Running javax.xml.crypto.test.dsig.PhaosXMLDSig3Test
    [junit] Testsuite: javax.xml.crypto.test.dsig.PhaosXMLDSig3Test
    [junit] Tests run: 25, Failures: 0, Errors: 0, Time elapsed: 1,276 sec
    [junit] Tests run: 25, Failures: 0, Errors: 0, Time elapsed: 1,276 sec
    [junit] 
    [junit] Testcase: test_signature_dsa_detached took 0,159 sec
    [junit] Testcase: test_signature_dsa_enveloped took 0,07 sec
    [junit] Testcase: test_signature_dsa_enveloping took 0,07 sec
    [junit] Testcase: test_signature_dsa_manifest took 0,07 sec
    [junit] Testcase: test_signature_hmac_sha1_40_c14n_comments_detached
took 0,307 sec
    [junit] Testcase:
test_signature_hmac_sha1_40_exclusive_c14n_comments_detached took 0,024 sec
    [junit] Testcase:
test_signature_hmac_sha1_exclusive_c14n_comments_detached took 0,272 sec
    [junit] Testcase: test_signature_hmac_sha1_exclusive_c14n_enveloped took
0,006 sec
    [junit] Testcase: test_signature_rsa_detached_b64_transform took 0,009
sec
    [junit] Testcase: test_signature_rsa_detached_xpath_transform took 0,01
sec
    [junit] Testcase: test_signature_rsa_detached_xslt_transform_bad_rm took
0,01 sec
    [junit] Testcase: test_signature_rsa_detached_xslt_transform_rm took
0,012 sec
    [junit] Testcase: test_signature_rsa_detached_xslt_transform took 0,012
sec
    [junit] Testcase: test_signature_rsa_detached took 0,033 sec
    [junit] Testcase: test_signature_rsa_enveloped_bad_digest_val took 0,014
sec
    [junit] Testcase: test_signature_rsa_enveloped took 0,01 sec
    [junit] Testcase: test_signature_rsa_enveloping took 0,009 sec
    [junit] Testcase: test_signature_rsa_manifest_x509_data_cert_chain took
0,01 sec
    [junit] Testcase: test_signature_rsa_manifest_x509_data_cert took 0,009
sec
    [junit] Testcase: test_signature_rsa_manifest_x509_data_issuer_serial
took 0,011 sec
    [junit] Testcase: test_signature_rsa_manifest_x509_data_ski took 0,01
sec
    [junit] Testcase: test_signature_rsa_manifest_x509_data_subject_name
took 0,013 sec
    [junit] Testcase: test_signature_rsa_manifest_x509_data took 0,012 sec
    [junit] Testcase: test_signature_rsa_manifest took 0,009 sec
    [junit] Testcase: test_signature_rsa_xpath_transform_enveloped took
0,054 sec
    [junit] Running javax.xml.crypto.test.dsig.ReferenceTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.ReferenceTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,222 sec
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,222 sec
    [junit] 
    [junit] Testcase: testConstructor took 0,017 sec
    [junit] Testcase: testisFeatureSupported took 0,004 sec
    [junit] Testcase: testvalidate took 0,102 sec
    [junit] Testcase: testvalidateWithCaching took 0,059 sec
    [junit] Running javax.xml.crypto.test.dsig.SecureXSLTTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.SecureXSLTTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,113 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,113 sec
    [junit] ------------- Standard Output ---------------
    [junit] Validating signature1.xml
    [junit] Validating signature2.xml
    [junit] Validating signature3.xml
    [junit] Test PASSED
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: test took 0,074 sec
    [junit] Running javax.xml.crypto.test.dsig.SignatureMethodTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.SignatureMethodTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,345 sec
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,345 sec
    [junit] 
    [junit] Testcase: testisFeatureSupported took 0,301 sec
    [junit] Testcase: testConstructor took 0,003 sec
    [junit] Running javax.xml.crypto.test.dsig.SignaturePropertiesTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.SignaturePropertiesTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,048 sec
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,048 sec
    [junit] 
    [junit] Testcase: testConstructor took 0,005 sec
    [junit] Testcase: testisFeatureSupported took 0,002 sec
    [junit] Running javax.xml.crypto.test.dsig.SignaturePropertyTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.SignaturePropertyTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,048 sec
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,048 sec
    [junit] 
    [junit] Testcase: testConstructor took 0,005 sec
    [junit] Testcase: testisFeatureSupported took 0,002 sec
    [junit] Running javax.xml.crypto.test.dsig.SignedInfoTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.SignedInfoTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,054 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,054 sec
    [junit] 
    [junit] Testcase: testConstructor took 0,015 sec
    [junit] Running javax.xml.crypto.test.dsig.TransformTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.TransformTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,063 sec
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,063 sec
    [junit] 
    [junit] Testcase: testisFeatureSupported took 0,016 sec
    [junit] Testcase: testConstructor took 0,003 sec
    [junit] Running javax.xml.crypto.test.dsig.ValidateSignatureTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.ValidateSignatureTest
    [junit] Tests run: 3, Failures: 0, Errors: 1, Time elapsed: 0,522 sec
    [junit] Tests run: 3, Failures: 0, Errors: 1, Time elapsed: 0,522 sec
    [junit] 
    [junit] Testcase: test_signature_with_ID took 0,089 sec
    [junit] 	Caused an ERROR
    [junit] javax.xml.crypto.URIReferenceException:
com.sun.org.apache.xml.internal.security.utils.resolver.ResourceResolverException:
Cannot resolve element with ID foo
    [junit] javax.xml.crypto.dsig.XMLSignatureException:
javax.xml.crypto.URIReferenceException:
com.sun.org.apache.xml.internal.security.utils.resolver.ResourceResolverException:
Cannot resolve element with ID foo
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMReference.dereference(DOMReference.java:352)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMReference.validate(DOMReference.java:311)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignature.validate(DOMXMLSignature.java:244)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at
javax.xml.crypto.test.dsig.ValidateSignatureTest.test_signature_with_ID(Unknown
Source)
    [junit] Caused by: javax.xml.crypto.URIReferenceException:
com.sun.org.apache.xml.internal.security.utils.resolver.ResourceResolverException:
Cannot resolve element with ID foo
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMURIDereferencer.dereference(DOMURIDereferencer.java:84)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMReference.dereference(DOMReference.java:344)
    [junit] Caused by:
com.sun.org.apache.xml.internal.security.utils.resolver.ResourceResolverException:
Cannot resolve element with ID foo
    [junit] 	at
com.sun.org.apache.xml.internal.security.utils.resolver.implementations.ResolverFragment.engineResolve(ResolverFragment.java:89)
    [junit] 	at
com.sun.org.apache.xml.internal.security.utils.resolver.ResourceResolver.resolve(ResourceResolver.java:236)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMURIDereferencer.dereference(DOMURIDereferencer.java:77)
    [junit] javax.xml.crypto.URIReferenceException:
com.sun.org.apache.xml.internal.security.utils.resolver.ResourceResolverException:
Cannot resolve element with ID foo
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMURIDereferencer.dereference(DOMURIDereferencer.java:84)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMReference.dereference(DOMReference.java:344)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMReference.validate(DOMReference.java:311)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignature.validate(DOMXMLSignature.java:244)
    [junit] 	at
javax.xml.crypto.test.dsig.SignatureValidator.validate(Unknown Source)
    [junit] 	at
javax.xml.crypto.test.dsig.ValidateSignatureTest.test_signature_with_ID(Unknown
Source)
    [junit] Caused by:
com.sun.org.apache.xml.internal.security.utils.resolver.ResourceResolverException:
Cannot resolve element with ID foo
    [junit] 	at
com.sun.org.apache.xml.internal.security.utils.resolver.implementations.ResolverFragment.engineResolve(ResolverFragment.java:89)
    [junit] 	at
com.sun.org.apache.xml.internal.security.utils.resolver.ResourceResolver.resolve(ResourceResolver.java:236)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMURIDereferencer.dereference(DOMURIDereferencer.java:77)
    [junit] 
    [junit] Testcase: test_signature_external_c14n_xmlattrs took 0,362 sec
    [junit] Testcase: test_invalid_signature took 0,01 sec
    [junit] Running javax.xml.crypto.test.dsig.XMLObjectTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.XMLObjectTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,048 sec
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,048 sec
    [junit] 
    [junit] Testcase: testConstructor took 0,005 sec
    [junit] Testcase: testisFeatureSupported took 0,002 sec
    [junit] Running javax.xml.crypto.test.dsig.XMLSignContextTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.XMLSignContextTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,075 sec
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,075 sec
    [junit] 
    [junit] Testcase: testsetngetBaseURI took 0,02 sec
    [junit] Testcase: testsetngetProperty took 0,003 sec
    [junit] Testcase: testsetngetURIDereferencer took 0,003 sec
    [junit] Testcase: testsetngetKeySelector took 0,002 sec
    [junit] Running javax.xml.crypto.test.dsig.XMLSignatureFactoryTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.XMLSignatureFactoryTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0,126 sec
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0,126 sec
    [junit] 
    [junit] Testcase: testgetInstance took 0,01 sec
    [junit] Testcase: testgetMechanismType took 0,002 sec
    [junit] Testcase: testisFeatureSupported took 0,002 sec
    [junit] Testcase: testgetKeyInfoFactory took 0,002 sec
    [junit] Testcase: testunmarshalXMLSignature took 0,068 sec
    [junit] Running javax.xml.crypto.test.dsig.XMLSignatureTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.XMLSignatureTest
    [junit] Tests run: 5, Failures: 1, Errors: 1, Time elapsed: 0,62 sec
    [junit] Tests run: 5, Failures: 1, Errors: 1, Time elapsed: 0,62 sec
    [junit] 
    [junit] Testcase: testConstructor took 0,273 sec
    [junit] Testcase: testisFeatureSupported took 0,005 sec
    [junit] Testcase: testsignANDvalidate took 0,239 sec
    [junit] Testcase: testsignWithProvider took 0,04 sec
    [junit] 	FAILED
    [junit] Should have failed because TestProvider does not support RSA
    [junit] junit.framework.AssertionFailedError: Should have failed because
TestProvider does not support RSA
    [junit] 	at
javax.xml.crypto.test.dsig.XMLSignatureTest.testsignWithProvider(Unknown
Source)
    [junit] 
    [junit] Testcase: testSignWithEmptyNSPrefix took 0,021 sec
    [junit] 	Caused an ERROR
    [junit] NAMESPACE_ERR: An attempt is made to create or change an object
in a way which is incorrect with regard to namespaces.
    [junit] org.w3c.dom.DOMException: NAMESPACE_ERR: An attempt is made to
create or change an object in a way which is incorrect with regard to
namespaces.
    [junit] 	at
org.apache.xerces.dom.CoreDocumentImpl.checkNamespaceWF(Unknown Source)
    [junit] 	at org.apache.xerces.dom.ElementNSImpl.setName(Unknown Source)
    [junit] 	at org.apache.xerces.dom.ElementNSImpl.<init>(Unknown Source)
    [junit] 	at
org.apache.xerces.dom.CoreDocumentImpl.createElementNS(Unknown Source)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMUtils.createElement(DOMUtils.java:60)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignature.marshal(DOMXMLSignature.java:178)
    [junit] 	at
org.jcp.xml.dsig.internal.dom.DOMXMLSignature.sign(DOMXMLSignature.java:304)
    [junit] 	at
javax.xml.crypto.test.dsig.XMLSignatureTest.testSignWithEmptyNSPrefix(Unknown
Source)
    [junit] 
    [junit] Running javax.xml.crypto.test.dsig.XMLValidateContextTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.XMLValidateContextTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,066 sec
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,066 sec
    [junit] 
    [junit] Testcase: testsetngetKeySelector took 0,015 sec
    [junit] Testcase: testsetngetBaseURI took 0,003 sec
    [junit] Testcase: testsetngetProperty took 0,002 sec
    [junit] Testcase: testsetngetURIDereferencer took 0,003 sec
    [junit] Running javax.xml.crypto.test.dsig.dom.DOMValidateContextTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.dom.DOMValidateContextTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,105 sec
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,105 sec
    [junit] 
    [junit] Testcase: testConstructor took 0,038 sec
    [junit] Testcase: testsetngetProperty took 0,011 sec
    [junit] Testcase: testsetngetNode took 0,011 sec
    [junit] Running javax.xml.crypto.test.dsig.keyinfo.KeyInfoFactoryTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.keyinfo.KeyInfoFactoryTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0,149 sec
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0,149 sec
    [junit] 
    [junit] Testcase: testgetInstance took 0,086 sec
    [junit] Testcase: testgetMechanismType took 0,002 sec
    [junit] Testcase: testisFeatureSupported took 0,002 sec
    [junit] Testcase: testnewKeyInfo took 0,002 sec
    [junit] Testcase: testnewKeyName took 0,002 sec
    [junit] Testcase: testnewKeyValue took 0,002 sec
    [junit] Testcase: testnewPGPKeyId took 0,002 sec
    [junit] Testcase: testnewRetrievalMethod took 0,002 sec
    [junit] Testcase: testnewX509Data took 0,002 sec
    [junit] Testcase: testnewX509IssuerSerial took 0,002 sec
    [junit] Running javax.xml.crypto.test.dsig.keyinfo.KeyInfoTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.keyinfo.KeyInfoTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0,06 sec
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0,06 sec
    [junit] 
    [junit] Testcase: testgetId took 0,005 sec
    [junit] Testcase: testgetContent took 0,002 sec
    [junit] Testcase: testConstructor took 0,002 sec
    [junit] Testcase: testisFeatureSupported took 0,002 sec
    [junit] Testcase: testMarshal took 0,007 sec
    [junit] Running javax.xml.crypto.test.dsig.keyinfo.KeyNameTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.keyinfo.KeyNameTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,057 sec
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,057 sec
    [junit] 
    [junit] Testcase: testgetName took 0,006 sec
    [junit] Testcase: testConstructor took 0,002 sec
    [junit] Testcase: testisFeatureSupported took 0,002 sec
    [junit] Running javax.xml.crypto.test.dsig.keyinfo.KeyValueTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.keyinfo.KeyValueTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,931 sec
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,931 sec
    [junit] 
    [junit] Testcase: testgetPublicKey took 0,294 sec
    [junit] Testcase: testConstructor took 0,261 sec
    [junit] Testcase: testisFeatureSupported took 0,335 sec
    [junit] Running javax.xml.crypto.test.dsig.keyinfo.PGPDataTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.keyinfo.PGPDataTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0,055 sec
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0,055 sec
    [junit] 
    [junit] Testcase: testgetExternalElements took 0,004 sec
    [junit] Testcase: testgetKeyId took 0,002 sec
    [junit] Testcase: testgetKeyPacket took 0,001 sec
    [junit] Testcase: testConstructor took 0,002 sec
    [junit] Testcase: testisFeatureSupported took 0,002 sec
    [junit] Running javax.xml.crypto.test.dsig.keyinfo.RetrievalMethodTest
    [junit] Testsuite:
javax.xml.crypto.test.dsig.keyinfo.RetrievalMethodTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0,055 sec
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0,055 sec
    [junit] 
    [junit] Testcase: testgetURI took 0,005 sec
    [junit] Testcase: testgetTransforms took 0,002 sec
    [junit] Testcase: testgetType took 0,002 sec
    [junit] Testcase: testConstructors took 0,001 sec
    [junit] Testcase: testisFeatureSupported took 0,001 sec
    [junit] Running javax.xml.crypto.test.dsig.keyinfo.X509DataTest
    [junit] Testsuite: javax.xml.crypto.test.dsig.keyinfo.X509DataTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,077 sec
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,077 sec
    [junit] 
    [junit] Testcase: testgetTypes took 0,012 sec
    [junit] Testcase: testConstructor took 0,003 sec
    [junit] Testcase: testisFeatureSupported took 0,003 sec
    [junit] Running javax.xml.crypto.test.dsig.keyinfo.X509IssuerSerialTest
    [junit] Testsuite:
javax.xml.crypto.test.dsig.keyinfo.X509IssuerSerialTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0,066 sec
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0,066 sec
    [junit] 
    [junit] Testcase: testgetIssuerName took 0,01 sec
    [junit] Testcase: testgetSerialNumber took 0,002 sec
    [junit] Testcase: testConstructor took 0,002 sec
    [junit] Testcase: testConstructorBadIssuerName took 0,002 sec
    [junit] Testcase: testisFeatureSupported took 0,002 sec
    [junit] Running org.apache.xml.security.c14n.implementations.AllTests
    [junit] Testsuite: org.apache.xml.security.c14n.implementations.AllTests
    [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 0,155 sec
    [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 0,155 sec
    [junit] ------------- Standard Output ---------------
    [junit] chunk:0
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testNullFirstXmlns took 0,004 sec
    [junit] Testcase: testXmlnsPut took 0 sec
    [junit] Testcase: testXmlnsMap took 0 sec
    [junit] Testcase: testXmlnsMap2 took 0 sec
    [junit] Testcase: testXmlnsPrefix took 0 sec
    [junit] Testcase: testXmlnsRemovePrefix took 0 sec
    [junit] Testcase: testPrefix took 0 sec
    [junit] Testcase: testSeveralPrefixes took 0 sec
    [junit] Testcase: testSeveralPrefixes2 took 0 sec
    [junit] Testcase: testGetUnrenderedNodes took 0 sec
    [junit] Testcase: testUnrederedNodes took 0 sec
    [junit] Testcase: testBug38655 took 0 sec
    [junit] Testcase: testBug40156 took 0,001 sec
    [junit] Testcase: testUtf took 0,124 sec
    [junit] Running
org.apache.xml.security.c14n.implementations.NameSpaceSymbTableTest
    [junit] Testsuite:
org.apache.xml.security.c14n.implementations.NameSpaceSymbTableTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0,03 sec
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0,03 sec
    [junit] 
    [junit] Testcase: testNullFirstXmlns took 0,004 sec
    [junit] Testcase: testXmlnsPut took 0 sec
    [junit] Testcase: testXmlnsMap took 0 sec
    [junit] Testcase: testXmlnsMap2 took 0 sec
    [junit] Testcase: testXmlnsPrefix took 0 sec
    [junit] Testcase: testXmlnsRemovePrefix took 0 sec
    [junit] Testcase: testPrefix took 0 sec
    [junit] Testcase: testSeveralPrefixes took 0 sec
    [junit] Testcase: testSeveralPrefixes2 took 0,001 sec
    [junit] Testcase: testGetUnrenderedNodes took 0 sec
    [junit] Testcase: testUnrederedNodes took 0,001 sec
    [junit] Testcase: testBug38655 took 0 sec
    [junit] Running
org.apache.xml.security.c14n.implementations.UtfHelperTest
    [junit] Testsuite:
org.apache.xml.security.c14n.implementations.UtfHelperTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,169 sec
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,169 sec
    [junit] ------------- Standard Output ---------------
    [junit] chunk:0
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testBug40156 took 0,002 sec
    [junit] Testcase: testUtf took 0,125 sec
    [junit] Running org.apache.xml.security.test.AllTests
    [junit] Testsuite: org.apache.xml.security.test.AllTests
    [junit] Tests run: 129, Failures: 0, Errors: 0, Time elapsed: 22,568 sec
    [junit] Tests run: 129, Failures: 0, Errors: 0, Time elapsed: 22,568 sec
    [junit] ------------- Standard Output ---------------
    [junit] chunk:0
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testNamespaceIsAbsolute01 took 0,002 sec
    [junit] Testcase: testNamespaceIsAbsolute02 took 0,001 sec
    [junit] Testcase: testNamespaceIsAbsolute03 took 0 sec
    [junit] Testcase: testNamespaceIsRelative01 took 0 sec
    [junit] Testcase: testNamespaceIsRelative02 took 0 sec
    [junit] Testcase: test31withCommentsSubtree took 0,023 sec
    [junit] Testcase: test31withCommentsSubset took 0,026 sec
    [junit] Testcase: test31subtree took 0,003 sec
    [junit] Testcase: test31subset took 0,005 sec
    [junit] Testcase: test32subtree took 0,003 sec
    [junit] Testcase: test32subset took 0,005 sec
    [junit] Testcase: test33subtree took 0,006 sec
    [junit] Testcase: test33subset took 0,007 sec
    [junit] Testcase: test34 took 0,004 sec
    [junit] Testcase: test34subtree took 0,004 sec
    [junit] Testcase: test34subset took 0,005 sec
    [junit] Testcase: test35subtree took 0,007 sec
    [junit] Testcase: test35subset took 0,005 sec
    [junit] Testcase: test36subtree took 0,004 sec
    [junit] Testcase: test36subset took 0,003 sec
    [junit] Testcase: test37 took 0,013 sec
    [junit] Testcase: test37byNodeList took 0,012 sec
    [junit] Testcase: testRelativeNSbehaviour took 0,004 sec
    [junit] Testcase: testTranslationFromUTF16toUTF8 took 0,028 sec
    [junit] Testcase: testXMLAttributes1 took 0,005 sec
    [junit] Testcase: testXMLAttributes2 took 0,004 sec
    [junit] Testcase: testXMLAttributes3 took 0,003 sec
    [junit] Testcase: testA took 0,201 sec
    [junit] Testcase: test221 took 0,004 sec
    [junit] Testcase: test222 took 0,004 sec
    [junit] Testcase: test221excl took 0,004 sec
    [junit] Testcase: test222excl took 0,004 sec
    [junit] Testcase: test223excl took 0,009 sec
    [junit] Testcase: testNodeSet took 0,004 sec
    [junit] Testcase: testBad01 took 0,006 sec
    [junit] Testcase: testBad02 took 0,005 sec
    [junit] Testcase: testBad03 took 0,005 sec
    [junit] Testcase: testGood01 took 0,005 sec
    [junit] Testcase: testGood02 took 0,005 sec
    [junit] Testcase: testGood03 took 0,005 sec
    [junit] Testcase: testGood04 took 0,005 sec
    [junit] Testcase: testGood05 took 0,005 sec
    [junit] Testcase: test01 took 0,006 sec
    [junit] Testcase: test02 took 0,01 sec
    [junit] Testcase: test03 took 0,006 sec
    [junit] Testcase: testEmptyNodeSet took 2,605 sec
    [junit] Testcase: testOne took 2,742 sec
    [junit] Testcase: testTwo took 2,758 sec
    [junit] Testcase: testWithNSPrefixDisabled took 1,717 sec
    [junit] Testcase: testAddX509SubjectName took 0,059 sec
    [junit] Testcase: testSetOctetStreamGetOctetStream took 0,001 sec
    [junit] Testcase: testIsInitializedWithOctetStream took 0 sec
    [junit] Testcase: testOctetStreamIsOctetStream took 0 sec
    [junit] Testcase: testOctetStreamIsNotNodeSet took 0 sec
    [junit] Testcase: testGood took 0,076 sec
    [junit] Testcase: testBadC14NAlgo took 0,006 sec
    [junit] Testcase: testBadSigAlgo took 0,008 sec
    [junit] Testcase: testBadTransformAlgo took 0,009 sec
    [junit] Testcase: testDSAPublicKey took 0,005 sec
    [junit] Testcase: testIdSoap took 0,004 sec
    [junit] Testcase: testIdWithOtherIdSoap took 0,004 sec
    [junit] Testcase: testANoId took 0,003 sec
    [junit] Testcase: testA1 took 0 sec
    [junit] Testcase: testWrap1 took 0,001 sec
    [junit] Testcase: testWrap2 took 0 sec
    [junit] Testcase: testOldTransformSpiApi took 0,003 sec
    [junit] Testcase: testOldResourceResolverSpi took 0,003 sec
    [junit] Testcase: testOldKeyResolverSpi took 0,003 sec
    [junit] Testcase: testOldKeyResolverSpiInKeyInfo took 0,002 sec
    [junit] Testcase: testCustomResolver took 0,003 sec
    [junit] Testcase: testLocalFileWithEmptyBaseURI took 0,002 sec
    [junit] Testcase: testBug40783 took 0,004 sec
    [junit] Testcase: testNullFirstXmlns took 0 sec
    [junit] Testcase: testXmlnsPut took 0,001 sec
    [junit] Testcase: testXmlnsMap took 0 sec
    [junit] Testcase: testXmlnsMap2 took 0 sec
    [junit] Testcase: testXmlnsPrefix took 0 sec
    [junit] Testcase: testXmlnsRemovePrefix took 0 sec
    [junit] Testcase: testPrefix took 0 sec
    [junit] Testcase: testSeveralPrefixes took 0 sec
    [junit] Testcase: testSeveralPrefixes2 took 0 sec
    [junit] Testcase: testGetUnrenderedNodes took 0 sec
    [junit] Testcase: testUnrederedNodes took 0 sec
    [junit] Testcase: testBug38655 took 0 sec
    [junit] Testcase: testBug40156 took 0 sec
    [junit] Testcase: testUtf took 0,129 sec
    [junit] Testcase: test1 took 0,002 sec
    [junit] Testcase: test2 took 0,002 sec
    [junit] Testcase: test3 took 0,005 sec
    [junit] Testcase: testXpath2Transform took 0,017 sec
    [junit] Testcase: testSameKeySeveralAlgorithSigning took 1,891 sec
    [junit] Testcase: test_fifteen_enveloping_hmac_sha1 took 0,392 sec
    [junit] Testcase: test_fifteen_enveloping_hmac_sha1_40 took 0,006 sec
    [junit] Testcase: test_fifteen_enveloped_dsa took 0,081 sec
    [junit] Testcase: test_fifteen_enveloping_b64_dsa took 0,081 sec
    [junit] Testcase: test_fifteen_enveloping_dsa took 0,082 sec
    [junit] Testcase: test_fifteen_enveloping_rsa took 0,011 sec
    [junit] Testcase: test_fifteen_external_b64_dsa took 0,095 sec
    [junit] Testcase: test_fifteen_external_dsa took 0,086 sec
    [junit] Testcase: test_sixteen_external_dsa took 0,415 sec
    [junit] Testcase: test_sixteen_bad_signature took 0,42 sec
    [junit] Testcase: test_twenty_three_enveloping_hmac_sha1 took 0,007 sec
    [junit] Testcase: test_twenty_three_enveloping_hmac_sha1_40 took 0,007
sec
    [junit] Testcase: test_twenty_three_enveloped_dsa took 0,082 sec
    [junit] Testcase: test_twenty_three_enveloping_b64_dsa took 0,082 sec
    [junit] Testcase: test_twenty_three_enveloping_dsa took 0,082 sec
    [junit] Testcase: test_twenty_three_enveloping_rsa took 0,011 sec
    [junit] Testcase: test_twenty_three_external_b64_dsa took 0,095 sec
    [junit] Testcase: test_twenty_three_external_dsa took 0,084 sec
    [junit] Testcase: test_twenty_three_external_dsa_2 took 0,417 sec
    [junit] Testcase: test_signatureAlgorithms_signatures_hMACShortSignature
took 0,007 sec
    [junit] Testcase: test_signatureAlgorithms_signatures_hMACSignature took
0,007 sec
    [junit] Testcase: test_coreFeatures_signatures_manifestSignature_core
took 0,01 sec
    [junit] Testcase:
test_coreFeatures_signatures_manifestSignature_manifest took 0,016 sec
    [junit] Testcase: test_coreFeatures_signatures_signatureTypesSignature
took 0,118 sec
    [junit] Testcase:
test_coreFeatures_signatures_anonymousReferenceSignature took 0,012 sec
    [junit] Testcase: test_signatureAlgorithms_signatures_dSASignature took
0,08 sec
    [junit] Testcase: test_signatureAlgorithms_signatures_rSASignature took
0,009 sec
    [junit] Testcase: test_transforms_signatures_base64DecodeSignature took
0,023 sec
    [junit] Testcase: test_transforms_signatures_c14nSignature took 0,017
sec
    [junit] Testcase: test_transforms_signatures_envelopedSignatureSignature
took 0,009 sec
    [junit] Testcase: test_transforms_signatures_xPathSignature took 0,018
sec
    [junit] Testcase: test_enveloping took 0,009 sec
    [junit] Testcase: test_enveloped took 0,009 sec
    [junit] Testcase: test_Y1 took 0,089 sec
    [junit] Testcase: test_Y2 took 0,132 sec
    [junit] Testcase: test_Y3 took 0,191 sec
    [junit] Testcase: test_Y4 took 6,622 sec
    [junit] Testcase: test_xfilter2 took 0,067 sec
    [junit] Running org.apache.xml.security.test.EncryptionTest
    [junit] Testsuite: org.apache.xml.security.test.EncryptionTest
    [junit] Tests run: 22, Failures: 0, Errors: 0, Time elapsed: 2,732 sec
    [junit] Tests run: 22, Failures: 0, Errors: 0, Time elapsed: 2,732 sec
    [junit] ------------- Standard Output ---------------
    [junit] <?xml version="1.0" encoding="UTF-8"?><users>
    [junit]   <user><xenc:EncryptedData
xmlns:xenc="http://www.w3.org/2001/04/xmlenc#"
Type="http://www.w3.org/2001/04/xmlenc#Content"><xenc:EncryptionMethod
Algorithm="http://www.w3.org/2001/04/xmlenc#tripledes-cbc"
xmlns:xenc="http://www.w3.org/2001/04/xmlenc#"/><xenc:CipherData
xmlns:xenc="http://www.w3.org/2001/04/xmlenc#"><xenc:CipherValue
xmlns:xenc="http://www.w3.org/2001/04/xmlenc#">GeVmEemCNJhgNfJ9UpvH+pICBL+LbCH7Ua3w2GL8UO33h7FYcY+F2UYxuwpeh73wfOo7HnuU0hOR
    [junit]
/OCnVCtnhbw/UIDM5y+PCjxZ5uSt4N89Nt0LpVpLkebYTMov9TXuro5iTu7W49KWaq6Ejoj5pmKJ
    [junit]
1A7nxZeP</xenc:CipherValue></xenc:CipherData></xenc:EncryptedData></user>
    [junit] </users>------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testAES128ElementAES192KWCipherUsingKEK took 0,556 sec
    [junit] Testcase: testAES128ElementRSAKWCipherUsingKEK took 1,005 sec
    [junit] Testcase: testAES192ElementAES256KWCipher took 0,089 sec
    [junit] Testcase: testTrippleDesElementCipher took 0,074 sec
    [junit] Testcase: testAes128ElementCipher took 0,071 sec
    [junit] Testcase: testAes192ElementCipher took 0,07 sec
    [junit] Testcase: testAes265ElementCipher took 0,071 sec
    [junit] Testcase: testTrippleDesDocumentCipher took 0,395 sec
    [junit] Testcase: testSameDocumentCipherReference took 0,039 sec
    [junit] Testcase: testSerializedData took 0,03 sec
    [junit] Testcase: testEncryptedKeyWithRecipient took 0,006 sec
    [junit] Testcase: test_five_content_3des_cbc took 0,023 sec
    [junit] Testcase: test_five_content_aes256_cbc took 0,019 sec
    [junit] Testcase: test_five_content_aes128_cbc_kw_aes192 took 0,017 sec
    [junit] Testcase: test_five_content_3des_cbc_kw_aes128 took 0,017 sec
    [junit] Testcase: test_five_content_aes128_cbc_rsa_15 took 0,074 sec
    [junit] Testcase: test_five_element_aes192_cbc_ref took 0,021 sec
    [junit] Testcase: test_five_data_aes128_cbc took 0,011 sec
    [junit] Testcase: test_five_data_aes256_cbc_3des took 0,016 sec
    [junit] Testcase: test_five_data_aes192_cbc_aes256 took 0,012 sec
    [junit] Testcase: test_five_data_3des_cbc_rsa_oaep took 0,068 sec
    [junit] Testcase: testContentRemoved took 0,023 sec
    [junit] Running org.apache.xml.security.test.InteropTest
    [junit] Testsuite: org.apache.xml.security.test.InteropTest
    [junit] Tests run: 38, Failures: 0, Errors: 0, Time elapsed: 12,546 sec
    [junit] Tests run: 38, Failures: 0, Errors: 0, Time elapsed: 12,546 sec
    [junit] 
    [junit] Testcase: test_fifteen_enveloping_hmac_sha1 took 0,69 sec
    [junit] Testcase: test_fifteen_enveloping_hmac_sha1_40 took 0,008 sec
    [junit] Testcase: test_fifteen_enveloped_dsa took 0,09 sec
    [junit] Testcase: test_fifteen_enveloping_b64_dsa took 0,083 sec
    [junit] Testcase: test_fifteen_enveloping_dsa took 0,089 sec
    [junit] Testcase: test_fifteen_enveloping_rsa took 0,017 sec
    [junit] Testcase: test_fifteen_external_b64_dsa took 0,098 sec
    [junit] Testcase: test_fifteen_external_dsa took 0,088 sec
    [junit] Testcase: test_sixteen_external_dsa took 0,455 sec
    [junit] Testcase: test_sixteen_bad_signature took 0,295 sec
    [junit] Testcase: test_twenty_three_enveloping_hmac_sha1 took 0,005 sec
    [junit] Testcase: test_twenty_three_enveloping_hmac_sha1_40 took 0,005
sec
    [junit] Testcase: test_twenty_three_enveloped_dsa took 0,058 sec
    [junit] Testcase: test_twenty_three_enveloping_b64_dsa took 0,054 sec
    [junit] Testcase: test_twenty_three_enveloping_dsa took 0,055 sec
    [junit] Testcase: test_twenty_three_enveloping_rsa took 0,012 sec
    [junit] Testcase: test_twenty_three_external_b64_dsa took 0,082 sec
    [junit] Testcase: test_twenty_three_external_dsa took 0,084 sec
    [junit] Testcase: test_twenty_three_external_dsa_2 took 0,442 sec
    [junit] Testcase: test_signatureAlgorithms_signatures_hMACShortSignature
took 0,007 sec
    [junit] Testcase: test_signatureAlgorithms_signatures_hMACSignature took
0,007 sec
    [junit] Testcase: test_coreFeatures_signatures_manifestSignature_core
took 0,011 sec
    [junit] Testcase:
test_coreFeatures_signatures_manifestSignature_manifest took 0,015 sec
    [junit] Testcase: test_coreFeatures_signatures_signatureTypesSignature
took 0,116 sec
    [junit] Testcase:
test_coreFeatures_signatures_anonymousReferenceSignature took 0,012 sec
    [junit] Testcase: test_signatureAlgorithms_signatures_dSASignature took
0,08 sec
    [junit] Testcase: test_signatureAlgorithms_signatures_rSASignature took
0,009 sec
    [junit] Testcase: test_transforms_signatures_base64DecodeSignature took
0,024 sec
    [junit] Testcase: test_transforms_signatures_c14nSignature took 0,019
sec
    [junit] Testcase: test_transforms_signatures_envelopedSignatureSignature
took 0,01 sec
    [junit] Testcase: test_transforms_signatures_xPathSignature took 0,018
sec
    [junit] Testcase: test_enveloping took 0,009 sec
    [junit] Testcase: test_enveloped took 0,009 sec
    [junit] Testcase: test_Y1 took 0,091 sec
    [junit] Testcase: test_Y2 took 0,137 sec
    [junit] Testcase: test_Y3 took 0,19 sec
    [junit] Testcase: test_Y4 took 8,961 sec
    [junit] Testcase: test_xfilter2 took 0,068 sec
    [junit] Running org.apache.xml.security.test.ModuleTest
    [junit] Testsuite: org.apache.xml.security.test.ModuleTest
    [junit] Tests run: 91, Failures: 0, Errors: 0, Time elapsed: 15,741 sec
    [junit] Tests run: 91, Failures: 0, Errors: 0, Time elapsed: 15,741 sec
    [junit] ------------- Standard Output ---------------
    [junit] chunk:0
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testNamespaceIsAbsolute01 took 0,002 sec
    [junit] Testcase: testNamespaceIsAbsolute02 took 0 sec
    [junit] Testcase: testNamespaceIsAbsolute03 took 0,001 sec
    [junit] Testcase: testNamespaceIsRelative01 took 0 sec
    [junit] Testcase: testNamespaceIsRelative02 took 0,001 sec
    [junit] Testcase: test31withCommentsSubtree took 0,022 sec
    [junit] Testcase: test31withCommentsSubset took 0,026 sec
    [junit] Testcase: test31subtree took 0,004 sec
    [junit] Testcase: test31subset took 0,004 sec
    [junit] Testcase: test32subtree took 0,003 sec
    [junit] Testcase: test32subset took 0,005 sec
    [junit] Testcase: test33subtree took 0,006 sec
    [junit] Testcase: test33subset took 0,007 sec
    [junit] Testcase: test34 took 0,004 sec
    [junit] Testcase: test34subtree took 0,004 sec
    [junit] Testcase: test34subset took 0,005 sec
    [junit] Testcase: test35subtree took 0,006 sec
    [junit] Testcase: test35subset took 0,005 sec
    [junit] Testcase: test36subtree took 0,004 sec
    [junit] Testcase: test36subset took 0,004 sec
    [junit] Testcase: test37 took 0,013 sec
    [junit] Testcase: test37byNodeList took 0,013 sec
    [junit] Testcase: testRelativeNSbehaviour took 0,003 sec
    [junit] Testcase: testTranslationFromUTF16toUTF8 took 0,024 sec
    [junit] Testcase: testXMLAttributes1 took 0,008 sec
    [junit] Testcase: testXMLAttributes2 took 0,004 sec
    [junit] Testcase: testXMLAttributes3 took 0,004 sec
    [junit] Testcase: testA took 0,197 sec
    [junit] Testcase: test221 took 0,004 sec
    [junit] Testcase: test222 took 0,004 sec
    [junit] Testcase: test221excl took 0,004 sec
    [junit] Testcase: test222excl took 0,004 sec
    [junit] Testcase: test223excl took 0,009 sec
    [junit] Testcase: testNodeSet took 0,004 sec
    [junit] Testcase: testBad01 took 0,006 sec
    [junit] Testcase: testBad02 took 0,005 sec
    [junit] Testcase: testBad03 took 0,005 sec
    [junit] Testcase: testGood01 took 0,005 sec
    [junit] Testcase: testGood02 took 0,005 sec
    [junit] Testcase: testGood03 took 0,005 sec
    [junit] Testcase: testGood04 took 0,005 sec
    [junit] Testcase: testGood05 took 0,005 sec
    [junit] Testcase: test01 took 0,005 sec
    [junit] Testcase: test02 took 0,005 sec
    [junit] Testcase: test03 took 0,009 sec
    [junit] Testcase: testEmptyNodeSet took 1,551 sec
    [junit] Testcase: testOne took 2,729 sec
    [junit] Testcase: testTwo took 2,082 sec
    [junit] Testcase: testWithNSPrefixDisabled took 1,48 sec
    [junit] Testcase: testAddX509SubjectName took 0,059 sec
    [junit] Testcase: testSetOctetStreamGetOctetStream took 0 sec
    [junit] Testcase: testIsInitializedWithOctetStream took 0 sec
    [junit] Testcase: testOctetStreamIsOctetStream took 0 sec
    [junit] Testcase: testOctetStreamIsNotNodeSet took 0 sec
    [junit] Testcase: testGood took 0,083 sec
    [junit] Testcase: testBadC14NAlgo took 0,008 sec
    [junit] Testcase: testBadSigAlgo took 0,009 sec
    [junit] Testcase: testBadTransformAlgo took 0,01 sec
    [junit] Testcase: testDSAPublicKey took 0,005 sec
    [junit] Testcase: testIdSoap took 0,003 sec
    [junit] Testcase: testIdWithOtherIdSoap took 0,004 sec
    [junit] Testcase: testANoId took 0,004 sec
    [junit] Testcase: testA1 took 0 sec
    [junit] Testcase: testWrap1 took 0,001 sec
    [junit] Testcase: testWrap2 took 0 sec
    [junit] Testcase: testOldTransformSpiApi took 0,003 sec
    [junit] Testcase: testOldResourceResolverSpi took 0,004 sec
    [junit] Testcase: testOldKeyResolverSpi took 0,004 sec
    [junit] Testcase: testOldKeyResolverSpiInKeyInfo took 0,003 sec
    [junit] Testcase: testCustomResolver took 0,005 sec
    [junit] Testcase: testLocalFileWithEmptyBaseURI took 0,003 sec
    [junit] Testcase: testBug40783 took 0,006 sec
    [junit] Testcase: testNullFirstXmlns took 0 sec
    [junit] Testcase: testXmlnsPut took 0,001 sec
    [junit] Testcase: testXmlnsMap took 0 sec
    [junit] Testcase: testXmlnsMap2 took 0 sec
    [junit] Testcase: testXmlnsPrefix took 0 sec
    [junit] Testcase: testXmlnsRemovePrefix took 0 sec
    [junit] Testcase: testPrefix took 0 sec
    [junit] Testcase: testSeveralPrefixes took 0 sec
    [junit] Testcase: testSeveralPrefixes2 took 0,001 sec
    [junit] Testcase: testGetUnrenderedNodes took 0 sec
    [junit] Testcase: testUnrederedNodes took 0,001 sec
    [junit] Testcase: testBug38655 took 0 sec
    [junit] Testcase: testBug40156 took 0,001 sec
    [junit] Testcase: testUtf took 0,17 sec
    [junit] Testcase: test1 took 0,003 sec
    [junit] Testcase: test2 took 0,003 sec
    [junit] Testcase: test3 took 0,007 sec
    [junit] Testcase: testXpath2Transform took 0,024 sec
    [junit] Testcase: testSameKeySeveralAlgorithSigning took 6,966 sec
    [junit] Running org.apache.xml.security.test.algorithms.AllTests
    [junit] Testsuite: org.apache.xml.security.test.algorithms.AllTests
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1,89 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1,89 sec
    [junit] 
    [junit] Testcase: testSameKeySeveralAlgorithSigning took 1,87 sec
    [junit] Running
org.apache.xml.security.test.algorithms.SignatureAlgorithmTest
    [junit] Testsuite:
org.apache.xml.security.test.algorithms.SignatureAlgorithmTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2,002 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2,002 sec
    [junit] 
    [junit] Testcase: testSameKeySeveralAlgorithSigning took 1,982 sec
    [junit] Running org.apache.xml.security.test.c14n.helper.AttrCompareTest
    [junit] Testsuite:
org.apache.xml.security.test.c14n.helper.AttrCompareTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,028 sec
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,028 sec
    [junit] ------------- Standard Output ---------------
    [junit] Attr1: goo:foo="" (foo)
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testA1 took 0,003 sec
    [junit] Testcase: testA2 took 0,002 sec
    [junit] Testcase: testComplete took 0,002 sec
    [junit] Running org.apache.xml.security.test.c14n.helper.C14nHelperTest
    [junit] Testsuite:
org.apache.xml.security.test.c14n.helper.C14nHelperTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0,03 sec
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0,03 sec
    [junit] 
    [junit] Testcase: testNamespaceIsAbsolute01 took 0,002 sec
    [junit] Testcase: testNamespaceIsAbsolute02 took 0 sec
    [junit] Testcase: testNamespaceIsAbsolute03 took 0,001 sec
    [junit] Testcase: testNamespaceIsRelative01 took 0 sec
    [junit] Testcase: testNamespaceIsRelative02 took 0 sec
    [junit] Running
org.apache.xml.security.test.c14n.implementations.Canonicalizer20010315ExclusiveTest
    [junit] Testsuite:
org.apache.xml.security.test.c14n.implementations.Canonicalizer20010315ExclusiveTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0,223 sec
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0,223 sec
    [junit] 
    [junit] Testcase: testA took 0,175 sec
    [junit] Testcase: test221 took 0,003 sec
    [junit] Testcase: test222 took 0,002 sec
    [junit] Testcase: test221excl took 0,003 sec
    [junit] Testcase: test222excl took 0,004 sec
    [junit] Testcase: test223excl took 0,011 sec
    [junit] Testcase: testNodeSet took 0,003 sec
    [junit] Running
org.apache.xml.security.test.c14n.implementations.Canonicalizer20010315Test
    [junit] Testsuite:
org.apache.xml.security.test.c14n.implementations.Canonicalizer20010315Test
    [junit] Tests run: 22, Failures: 0, Errors: 0, Time elapsed: 0,211 sec
    [junit] Tests run: 22, Failures: 0, Errors: 0, Time elapsed: 0,211 sec
    [junit] 
    [junit] Testcase: test31withCommentsSubtree took 0,029 sec
    [junit] Testcase: test31withCommentsSubset took 0,026 sec
    [junit] Testcase: test31subtree took 0,003 sec
    [junit] Testcase: test31subset took 0,004 sec
    [junit] Testcase: test32subtree took 0,003 sec
    [junit] Testcase: test32subset took 0,004 sec
    [junit] Testcase: test33subtree took 0,007 sec
    [junit] Testcase: test33subset took 0,007 sec
    [junit] Testcase: test34 took 0,004 sec
    [junit] Testcase: test34subtree took 0,004 sec
    [junit] Testcase: test34subset took 0,005 sec
    [junit] Testcase: test35subtree took 0,005 sec
    [junit] Testcase: test35subset took 0,007 sec
    [junit] Testcase: test36subtree took 0,004 sec
    [junit] Testcase: test36subset took 0,003 sec
    [junit] Testcase: test37 took 0,013 sec
    [junit] Testcase: test37byNodeList took 0,012 sec
    [junit] Testcase: testRelativeNSbehaviour took 0,003 sec
    [junit] Testcase: testTranslationFromUTF16toUTF8 took 0,024 sec
    [junit] Testcase: testXMLAttributes1 took 0,004 sec
    [junit] Testcase: testXMLAttributes2 took 0,004 sec
    [junit] Testcase: testXMLAttributes3 took 0,007 sec
    [junit] Running
org.apache.xml.security.test.c14n.implementations.ExclusiveC14NInterop
    [junit] Testsuite:
org.apache.xml.security.test.c14n.implementations.ExclusiveC14NInterop
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 10,311 sec
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 10,311 sec
    [junit] 
    [junit] Testcase: test_Y1 took 0,105 sec
    [junit] Testcase: test_Y2 took 0,121 sec
    [junit] Testcase: test_Y3 took 0,134 sec
    [junit] Testcase: test_Y4 took 9,824 sec
    [junit] Testcase: test_xfilter2 took 0,102 sec
    [junit] Running org.apache.xml.security.test.encryption.BaltimoreEncTest
    [junit] Testsuite:
org.apache.xml.security.test.encryption.BaltimoreEncTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 1,37 sec
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 1,37 sec
    [junit] 
    [junit] Testcase: test_five_content_3des_cbc took 0,856 sec
    [junit] Testcase: test_five_content_aes256_cbc took 0,073 sec
    [junit] Testcase: test_five_content_aes128_cbc_kw_aes192 took 0,038 sec
    [junit] Testcase: test_five_content_3des_cbc_kw_aes128 took 0,026 sec
    [junit] Testcase: test_five_content_aes128_cbc_rsa_15 took 0,118 sec
    [junit] Testcase: test_five_element_aes192_cbc_ref took 0,052 sec
    [junit] Testcase: test_five_data_aes128_cbc took 0,015 sec
    [junit] Testcase: test_five_data_aes256_cbc_3des took 0,023 sec
    [junit] Testcase: test_five_data_aes192_cbc_aes256 took 0,017 sec
    [junit] Testcase: test_five_data_3des_cbc_rsa_oaep took 0,091 sec
    [junit] Running
org.apache.xml.security.test.encryption.EncryptContentTest
    [junit] Testsuite:
org.apache.xml.security.test.encryption.EncryptContentTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,634 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,634 sec
    [junit] ------------- Standard Output ---------------
    [junit] <?xml version="1.0" encoding="UTF-8"?><users>
    [junit]   <user><xenc:EncryptedData
xmlns:xenc="http://www.w3.org/2001/04/xmlenc#"
Type="http://www.w3.org/2001/04/xmlenc#Content"><xenc:EncryptionMethod
Algorithm="http://www.w3.org/2001/04/xmlenc#tripledes-cbc"
xmlns:xenc="http://www.w3.org/2001/04/xmlenc#"/><xenc:CipherData
xmlns:xenc="http://www.w3.org/2001/04/xmlenc#"><xenc:CipherValue
xmlns:xenc="http://www.w3.org/2001/04/xmlenc#">3ut+4jaqN7+S/HrAP6maBLKpoXm8PIkmrrCCSLfWK4DsCm7PlnrThfM79uap1PJNJza5ohZFDO0t
    [junit]
LDKV0kmzKdybeLerGS4R6yaZ9m0lrV8trnp/gPmRrNTxAEC2ANUVMetDs61KO4fOdFSCe7At/m1R
    [junit]
o28YMW2M</xenc:CipherValue></xenc:CipherData></xenc:EncryptedData></user>
    [junit] </users>------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testContentRemoved took 0,594 sec
    [junit] Running org.apache.xml.security.test.encryption.XMLCipherTester
    [junit] Testsuite:
org.apache.xml.security.test.encryption.XMLCipherTester
    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 3,051 sec
    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 3,051 sec
    [junit] 
    [junit] Testcase: testAES128ElementAES192KWCipherUsingKEK took 0,573 sec
    [junit] Testcase: testAES128ElementRSAKWCipherUsingKEK took 1,511 sec
    [junit] Testcase: testAES192ElementAES256KWCipher took 0,091 sec
    [junit] Testcase: testTrippleDesElementCipher took 0,075 sec
    [junit] Testcase: testAes128ElementCipher took 0,073 sec
    [junit] Testcase: testAes192ElementCipher took 0,071 sec
    [junit] Testcase: testAes265ElementCipher took 0,072 sec
    [junit] Testcase: testTrippleDesDocumentCipher took 0,449 sec
    [junit] Testcase: testSameDocumentCipherReference took 0,058 sec
    [junit] Testcase: testSerializedData took 0,045 sec
    [junit] Testcase: testEncryptedKeyWithRecipient took 0,01 sec
    [junit] Running
org.apache.xml.security.test.external.org.apache.xalan.XPathAPI.AttributeAncestorOrSelfTest
    [junit] Testsuite:
org.apache.xml.security.test.external.org.apache.xalan.XPathAPI.AttributeAncestorOrSelfTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,057 sec
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,057 sec
    [junit] 
    [junit] Testcase: test01 took 0,028 sec
    [junit] Testcase: test02 took 0,004 sec
    [junit] Testcase: test03 took 0,004 sec
    [junit] Running
org.apache.xml.security.test.external.org.apache.xalan.XPathAPI.XalanBug1425Test
    [junit] Testsuite:
org.apache.xml.security.test.external.org.apache.xalan.XPathAPI.XalanBug1425Test
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0,086 sec
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0,086 sec
    [junit] 
    [junit] Testcase: testBad01 took 0,034 sec
    [junit] Testcase: testBad02 took 0,004 sec
    [junit] Testcase: testBad03 took 0,004 sec
    [junit] Testcase: testGood01 took 0,004 sec
    [junit] Testcase: testGood02 took 0,004 sec
    [junit] Testcase: testGood03 took 0,003 sec
    [junit] Testcase: testGood04 took 0,003 sec
    [junit] Testcase: testGood05 took 0,004 sec
    [junit] Running org.apache.xml.security.test.interop.BaltimoreTest
    [junit] Testsuite: org.apache.xml.security.test.interop.BaltimoreTest
    [junit] Tests run: 19, Failures: 0, Errors: 0, Time elapsed: 2,022 sec
    [junit] Tests run: 19, Failures: 0, Errors: 0, Time elapsed: 2,022 sec
    [junit] 
    [junit] Testcase: test_fifteen_enveloping_hmac_sha1 took 0,469 sec
    [junit] Testcase: test_fifteen_enveloping_hmac_sha1_40 took 0,005 sec
    [junit] Testcase: test_fifteen_enveloped_dsa took 0,06 sec
    [junit] Testcase: test_fifteen_enveloping_b64_dsa took 0,056 sec
    [junit] Testcase: test_fifteen_enveloping_dsa took 0,056 sec
    [junit] Testcase: test_fifteen_enveloping_rsa took 0,017 sec
    [junit] Testcase: test_fifteen_external_b64_dsa took 0,066 sec
    [junit] Testcase: test_fifteen_external_dsa took 0,059 sec
    [junit] Testcase: test_sixteen_external_dsa took 0,304 sec
    [junit] Testcase: test_sixteen_bad_signature took 0,292 sec
    [junit] Testcase: test_twenty_three_enveloping_hmac_sha1 took 0,005 sec
    [junit] Testcase: test_twenty_three_enveloping_hmac_sha1_40 took 0,005
sec
    [junit] Testcase: test_twenty_three_enveloped_dsa took 0,058 sec
    [junit] Testcase: test_twenty_three_enveloping_b64_dsa took 0,055 sec
    [junit] Testcase: test_twenty_three_enveloping_dsa took 0,055 sec
    [junit] Testcase: test_twenty_three_enveloping_rsa took 0,012 sec
    [junit] Testcase: test_twenty_three_external_b64_dsa took 0,065 sec
    [junit] Testcase: test_twenty_three_external_dsa took 0,057 sec
    [junit] Testcase: test_twenty_three_external_dsa_2 took 0,292 sec
    [junit] Running org.apache.xml.security.test.interop.IAIKTest
    [junit] Testsuite: org.apache.xml.security.test.interop.IAIKTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0,743 sec
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0,743 sec
    [junit] 
    [junit] Testcase: test_signatureAlgorithms_signatures_hMACShortSignature
took 0,468 sec
    [junit] Testcase: test_signatureAlgorithms_signatures_hMACSignature took
0,005 sec
    [junit] Testcase: test_coreFeatures_signatures_manifestSignature_core
took 0,015 sec
    [junit] Testcase:
test_coreFeatures_signatures_manifestSignature_manifest took 0,014 sec
    [junit] Testcase: test_coreFeatures_signatures_signatureTypesSignature
took 0,09 sec
    [junit] Testcase:
test_coreFeatures_signatures_anonymousReferenceSignature took 0,008 sec
    [junit] Testcase: test_signatureAlgorithms_signatures_dSASignature took
0,065 sec
    [junit] Testcase: test_signatureAlgorithms_signatures_rSASignature took
0,005 sec
    [junit] Testcase: test_transforms_signatures_base64DecodeSignature took
0,016 sec
    [junit] Testcase: test_transforms_signatures_c14nSignature took 0,013
sec
    [junit] Testcase: test_transforms_signatures_envelopedSignatureSignature
took 0,006 sec
    [junit] Testcase: test_transforms_signatures_xPathSignature took 0,013
sec
    [junit] Running org.apache.xml.security.test.interop.RSASecurityTest
    [junit] Testsuite: org.apache.xml.security.test.interop.RSASecurityTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,097 sec
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,097 sec
    [junit] 
    [junit] Testcase: test_enveloping took 0,069 sec
    [junit] Testcase: test_enveloped took 0,007 sec
    [junit] Running
org.apache.xml.security.test.keys.content.x509.XMLX509CertificateTest
    [junit] Testsuite:
org.apache.xml.security.test.keys.content.x509.XMLX509CertificateTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,116 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,116 sec
    [junit] ------------- Standard Output ---------------
    [junit] [
    [junit] [
    [junit]   Version: V3
    [junit]   Subject: CN=Morigu, OU=X/Secure, O=Baltimore Technologies
Ltd., ST=Dublin, C=IE
    [junit]   Signature Algorithm: SHA1withDSA, OID = 1.2.840.10040.4.3
    [junit] 
    [junit]   Key:  Sun DSA Public Key
    [junit]     Parameters:DSA
    [junit] 	p:     848ab04a 278cd1a0 1ecfee87 ef582a09 f067c06d dd3eeec9
00495bd7 71a4c174
    [junit]     70f517cf 87456d21 58e10c96 f228022e cc2939af 9e1c7118
b16bc4d0 daf595c2
    [junit]     8750f5ea eeee3524 9c0736ad 51005799 894eb06b ed452f7b
f5fd3d6b 020cdea5
    [junit]     5ef14b88 9a7f3e2f c5d1cc95 fc2029fa 3229faba 254d73a1
533f6a12 39c560c3
    [junit] 	q:     984bfa78 826b0782 8dd1f3d1 0013f1dc d1d87259
    [junit] 	g:     2586e619 fc0ccfb5 aefe6c4e 4241ab26 495cdcf2 e33f7be2
cdec0065 117c1046
    [junit]     4e907d90 5c5fc4db 78f344f1 91678385 1fb7f433 00e53100
b113ee42 807a4e09
    [junit]     7b2b69cd cd176026 32b86240 4e6e05f5 9635a402 79c90994
9b0bc361 d95a649e
    [junit]     25746cce fd1e7b12 f9e09ff1 b8b6a8e3 a22d2cc7 78eaedcc
ef0f0746 1e7932d0
    [junit] 
    [junit]   y:
    [junit]     7d4d049f 40cf94f0 638b4313 474f6151 c7001b7e c8bb299d
3de4f46e 98594305
    [junit]     859ffedd 1baa10f8 e72ab3df 5285d34c 91880028 0f537fcf
92ac2b3d 50f424c7
    [junit]     6939c9d9 2c7889fc fed04507 8cc03468 06bb3b81 e9c1d5b0
dde29489 ac451c8e
    [junit]     b900e6e4 6b223d99 e5f2fe52 e2e22c63 cedab33b 04d41122
add014f7 57fbe36e
    [junit] 
    [junit]   Validity: [From: Wed Apr 03 05:59:52 YEKST 2002,
    [junit]                To: Tue Apr 03 04:59:46 YEKST 2012]
    [junit]   Issuer: CN=Another Transient CA, OU=X/Secure, O=Baltimore
Technologies Ltd., ST=Dublin, C=IE
    [junit]   SerialNumber: [    ecf92151 d3]
    [junit] 
    [junit] Certificate Extensions: 3
    [junit] [1]: ObjectId: 2.5.29.14 Criticality=false
    [junit] SubjectKeyIdentifier [
    [junit] KeyIdentifier [
    [junit] 0000: 82 BB 2E 38 E1 F8 4B 1F                           
...8..K.
    [junit] ]
    [junit] ]
    [junit] 
    [junit] [2]: ObjectId: 2.5.29.35 Criticality=false
    [junit] AuthorityKeyIdentifier [
    [junit] KeyIdentifier [
    [junit] 0000: 8A 1C 56 30 5A 32 12 7D                           
..V0Z2..
    [junit] ]
    [junit] 
    [junit] ]
    [junit] 
    [junit] [3]: ObjectId: 2.5.29.15 Criticality=true
    [junit] KeyUsage [
    [junit]   DigitalSignature
    [junit] ]
    [junit] 
    [junit] ]
    [junit]   Algorithm: [SHA1withDSA]
    [junit]   Signature:
    [junit] 0000: 30 2C 02 14 10 92 42 38   7C 3C A6 9C 68 47 2C F7 
0,....B8.<..hG,.
    [junit] 0010: B3 E5 66 6F 83 4A 21 F3   02 14 38 09 A1 99 FD CE 
..fo.J!...8.....
    [junit] 0020: 1F F7 5A 86 0D 05 44 4E   0F 02 EF C8 13 B2       
..Z...DN......
    [junit] 
    [junit] ]
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testGetX509Certificate took 0,057 sec
    [junit] Running
org.apache.xml.security.test.keys.content.x509.XMLX509IssuerSerialTest
    [junit] Testsuite:
org.apache.xml.security.test.keys.content.x509.XMLX509IssuerSerialTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,084 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,084 sec
    [junit] ------------- Standard Output ---------------
    [junit] 9.99.999=#abc123
    [junit] CN=\#abc123
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testGetIssuerName took 0,025 sec
    [junit] Running
org.apache.xml.security.test.keys.content.x509.XMLX509SKITest
    [junit] Testsuite:
org.apache.xml.security.test.keys.content.x509.XMLX509SKITest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,082 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,082 sec
    [junit] 
    [junit] Testcase: testGetSKIBytesFromCert took 0,037 sec
    [junit] Running org.apache.xml.security.test.signature.AllTests
    [junit] Testsuite: org.apache.xml.security.test.signature.AllTests
    [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 7,787 sec
    [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 7,787 sec
    [junit] 
    [junit] Testcase: testEmptyNodeSet took 2,375 sec
    [junit] Testcase: testOne took 1,875 sec
    [junit] Testcase: testTwo took 1,998 sec
    [junit] Testcase: testWithNSPrefixDisabled took 1,331 sec
    [junit] Testcase: testAddX509SubjectName took 0,059 sec
    [junit] Testcase: testSetOctetStreamGetOctetStream took 0,001 sec
    [junit] Testcase: testIsInitializedWithOctetStream took 0 sec
    [junit] Testcase: testOctetStreamIsOctetStream took 0 sec
    [junit] Testcase: testOctetStreamIsNotNodeSet took 0 sec
    [junit] Testcase: testGood took 0,083 sec
    [junit] Testcase: testBadC14NAlgo took 0,009 sec
    [junit] Testcase: testBadSigAlgo took 0,009 sec
    [junit] Testcase: testBadTransformAlgo took 0,01 sec
    [junit] Testcase: testDSAPublicKey took 0,006 sec
    [junit] Running
org.apache.xml.security.test.signature.CreateSignatureTest
    [junit] Testsuite:
org.apache.xml.security.test.signature.CreateSignatureTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 15,655 sec
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 15,655 sec
    [junit] 
    [junit] Testcase: testEmptyNodeSet took 6,381 sec
    [junit] Testcase: testOne took 1,623 sec
    [junit] Testcase: testTwo took 3,75 sec
    [junit] Testcase: testWithNSPrefixDisabled took 3,858 sec
    [junit] Running org.apache.xml.security.test.signature.InvalidKeyTest
    [junit] Testsuite: org.apache.xml.security.test.signature.InvalidKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,147 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,147 sec
    [junit] ------------- Standard Output ---------------
    [junit] VALIDATION OK
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] org.apache.xml.security.signature.XMLSignatureException: Not an
RSA key: DSA
    [junit] Original Exception was
org.apache.xml.security.signature.XMLSignatureException: Not an RSA key: DSA
    [junit] Original Exception was java.security.InvalidKeyException: Not an
RSA key: DSA
    [junit] 	at
org.apache.xml.security.signature.XMLSignature.checkSignatureValue(Unknown
Source)
    [junit] 	at
org.apache.xml.security.test.signature.InvalidKeyTest.validate(Unknown
Source)
    [junit] 	at
org.apache.xml.security.test.signature.InvalidKeyTest.test(Unknown Source)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit] 	at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [junit] 	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:597)
    [junit] 	at junit.framework.TestCase.runTest(TestCase.java:164)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:130)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:120)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:421)
    [junit] 	at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:912)
    [junit] 	at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:766)
    [junit] org.apache.xml.security.signature.XMLSignatureException: Not an
RSA key: DSA
    [junit] Original Exception was java.security.InvalidKeyException: Not an
RSA key: DSA
    [junit] 	at
org.apache.xml.security.algorithms.implementations.SignatureBaseRSA.engineInitVerify(Unknown
Source)
    [junit] 	at
org.apache.xml.security.algorithms.SignatureAlgorithm.initVerify(Unknown
Source)
    [junit] 	at
org.apache.xml.security.signature.XMLSignature.checkSignatureValue(Unknown
Source)
    [junit] 	at
org.apache.xml.security.test.signature.InvalidKeyTest.validate(Unknown
Source)
    [junit] 	at
org.apache.xml.security.test.signature.InvalidKeyTest.test(Unknown Source)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit] 	at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [junit] 	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:597)
    [junit] 	at junit.framework.TestCase.runTest(TestCase.java:164)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:130)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:120)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:421)
    [junit] 	at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:912)
    [junit] 	at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:766)
    [junit] java.security.InvalidKeyException: Not an RSA key: DSA
    [junit] 	at
sun.security.rsa.RSAKeyFactory.engineTranslateKey(RSAKeyFactory.java:144)
    [junit] 	at
sun.security.rsa.RSAKeyFactory.toRSAKey(RSAKeyFactory.java:79)
    [junit] 	at
sun.security.rsa.RSASignature.engineInitVerify(RSASignature.java:75)
    [junit] 	at java.security.Signature$Delegate.init(Signature.java:1070)
    [junit] 	at
java.security.Signature$Delegate.chooseProvider(Signature.java:1033)
    [junit] 	at
java.security.Signature$Delegate.engineInitVerify(Signature.java:1088)
    [junit] 	at java.security.Signature.initVerify(Signature.java:420)
    [junit] 	at
org.apache.xml.security.algorithms.implementations.SignatureBaseRSA.engineInitVerify(Unknown
Source)
    [junit] 	at
org.apache.xml.security.algorithms.SignatureAlgorithm.initVerify(Unknown
Source)
    [junit] 	at
org.apache.xml.security.signature.XMLSignature.checkSignatureValue(Unknown
Source)
    [junit] 	at
org.apache.xml.security.test.signature.InvalidKeyTest.validate(Unknown
Source)
    [junit] 	at
org.apache.xml.security.test.signature.InvalidKeyTest.test(Unknown Source)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit] 	at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [junit] 	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:597)
    [junit] 	at junit.framework.TestCase.runTest(TestCase.java:164)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:130)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:120)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:421)
    [junit] 	at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:912)
    [junit] 	at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:766)
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: test took 0,127 sec
    [junit] Running org.apache.xml.security.test.signature.KeyValueTest
    [junit] Testsuite: org.apache.xml.security.test.signature.KeyValueTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,095 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,095 sec
    [junit] 
    [junit] Testcase: testDSAPublicKey took 0,055 sec
    [junit] Running
org.apache.xml.security.test.signature.UnknownAlgoSignatureTest
    [junit] Testsuite:
org.apache.xml.security.test.signature.UnknownAlgoSignatureTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,159 sec
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,159 sec
    [junit] 
    [junit] Testcase: testGood took 0,118 sec
    [junit] Testcase: testBadC14NAlgo took 0,007 sec
    [junit] Testcase: testBadSigAlgo took 0,007 sec
    [junit] Testcase: testBadTransformAlgo took 0,007 sec
    [junit] Running org.apache.xml.security.test.signature.X509DataTest
    [junit] Testsuite: org.apache.xml.security.test.signature.X509DataTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,227 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,227 sec
    [junit] 
    [junit] Testcase: testAddX509SubjectName took 0,186 sec
    [junit] Running
org.apache.xml.security.test.signature.XMLSignatureInputTest
    [junit] Testsuite:
org.apache.xml.security.test.signature.XMLSignatureInputTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,025 sec
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,025 sec
    [junit] 
    [junit] Testcase: testSetOctetStreamGetOctetStream took 0,004 sec
    [junit] Testcase: testIsInitializedWithOctetStream took 0 sec
    [junit] Testcase: testOctetStreamIsOctetStream took 0,001 sec
    [junit] Testcase: testOctetStreamIsNotNodeSet took 0,001 sec
    [junit] Running org.apache.xml.security.test.signature.XmlSecTest
    [junit] Testsuite: org.apache.xml.security.test.signature.XmlSecTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,434 sec
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,434 sec
    [junit] ------------- Standard Output ---------------
    [junit] <?xml version="1.0" encoding="UTF-8"?><tns:document
xmlns:tns="urn:namespace"><t:child xmlns:t="urn:childnamespace">hello
world</t:child><ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
    [junit] <ds:SignedInfo>
    [junit] <ds:CanonicalizationMethod
Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments"/>
    [junit] <ds:SignatureMethod
Algorithm="http://www.w3.org/2000/09/xmldsig#dsa-sha1"/>
    [junit] <ds:Reference URI="">
    [junit] <ds:Transforms>
    [junit] <ds:Transform
Algorithm="http://www.w3.org/TR/1999/REC-xpath-19991116">
    [junit] <ds:XPath
xmlns:ds="http://www.w3.org/2000/09/xmldsig#">not(ancestor-or-self::ds:Signature)</ds:XPath>
    [junit] </ds:Transform>
    [junit] <ds:Transform
Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments"/>
    [junit] </ds:Transforms>
    [junit] <ds:DigestMethod
Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/>
    [junit] <ds:DigestValue>bVbcia+Zauy59KTXlMb98i4mQfY=</ds:DigestValue>
    [junit] </ds:Reference>
    [junit] </ds:SignedInfo>
    [junit]
<ds:SignatureValue>ELWtnkjvZparSguBTbwndAeTUPOG80bTM58XLNw1mQlXzDvQHE7UvA==</ds:SignatureValue>
    [junit] <ds:KeyInfo>
    [junit] <ds:KeyValue>
    [junit] <ds:DSAKeyValue>
    [junit] <ds:P>
    [junit]
/X9TgR11EilS30qcLuzk5/YRt1I870QAwx4/gLZRJmlFXUAiUftZPY1Y+r/F9bow9subVWzXgTuA
    [junit]
HTRv8mZgt2uZUKWkn5/oBHsQIsJPu6nX/rfGG/g7V+fGqKYVDwT7g/bTxR7DAjVUE1oWkTL2dfOu
    [junit] K2HXKu/yIgMZndFIAcc=
    [junit] </ds:P>
    [junit] <ds:Q>l2BQjxUjC8yykrmCouuEC/BYHPU=</ds:Q>
    [junit] <ds:G>
    [junit]
9+GghdabPd7LvKtcNrhXuXmUr7v6OuqC+VdMCz0HgmdRWVeOutRZT+ZxBxCBgLRJFnEj6EwoFhO3
    [junit]
zwkyjMim4TwWeotUfI0o4KOuHiuzpnWRbqN/C/ohNWLx+2J6ASQ7zKTxvqhRkImog9/hWuWfBpKL
    [junit] Zl6Ae1UlZAFMO/7PSSo=
    [junit] </ds:G>
    [junit] <ds:Y>
    [junit]
HdtKFJ8HtEveUsfSrLmegWKvq3qMn1GVL3i4ZZL6qj4cQeLpMymuT+XslEeMGV+pg397CLVoyeUd
    [junit]
PjLuQsKLH9h+9AUKmKKB5qI5IMUMol9R8AtSK37Prq6d88CNXBmeIAvD3q4RP0/Lv4pCXAl+99U8
    [junit] 7v7dhPgFYZD+7tp/RxU=
    [junit] </ds:Y>
    [junit] </ds:DSAKeyValue>
    [junit] </ds:KeyValue>
    [junit] </ds:KeyInfo>
    [junit] </ds:Signature></tns:document><?xml version="1.0"
encoding="UTF-8"?><tns:document xmlns:tns="urn:namespace"><t:child
xmlns:t="urn:childnamespace">hello world</t:child><ds:Signature
xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
    [junit] <ds:SignedInfo>
    [junit] <ds:CanonicalizationMethod
Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments"/>
    [junit] <ds:SignatureMethod
Algorithm="http://www.w3.org/2000/09/xmldsig#dsa-sha1"/>
    [junit] <ds:Reference URI="">
    [junit] <ds:Transforms>
    [junit] <ds:Transform
Algorithm="http://www.w3.org/TR/1999/REC-xpath-19991116">
    [junit] <ds:XPath
xmlns:ds="http://www.w3.org/2000/09/xmldsig#">not(ancestor-or-self::ds:Signature)</ds:XPath>
    [junit] </ds:Transform>
    [junit] <ds:Transform
Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments"/>
    [junit] </ds:Transforms>
    [junit] <ds:DigestMethod
Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/>
    [junit] <ds:DigestValue>bVbcia+Zauy59KTXlMb98i4mQfY=</ds:DigestValue>
    [junit] </ds:Reference>
    [junit] </ds:SignedInfo>
    [junit]
<ds:SignatureValue>c43XF3FCtgCRlYb1dLs/fiO7i55Uah1iFVBzC4PFtnEgm26Sjm2S7g==</ds:SignatureValue>
    [junit] <ds:KeyInfo>
    [junit] <ds:X509Data>
    [junit] <ds:X509Certificate>
    [junit]
MIICtTCCAnMCBEfNt3IwCwYHKoZIzjgEAwUAMEAxEzARBgoJkiaJk/IsZAEZFgNjb20xEzARBgoJ
    [junit]
kiaJk/IsZAEZFgNzdW4xFDASBgNVBAMTC1NlYW4gTXVsbGFuMB4XDTA4MDMwNDIwNTYxOFoXDTA4
    [junit]
MDYwMjIwNTYxOFowQDETMBEGCgmSJomT8ixkARkWA2NvbTETMBEGCgmSJomT8ixkARkWA3N1bjEU
    [junit]
MBIGA1UEAxMLU2VhbiBNdWxsYW4wggG4MIIBLAYHKoZIzjgEATCCAR8CgYEA/X9TgR11EilS30qc
    [junit]
Luzk5/YRt1I870QAwx4/gLZRJmlFXUAiUftZPY1Y+r/F9bow9subVWzXgTuAHTRv8mZgt2uZUKWk
    [junit]
n5/oBHsQIsJPu6nX/rfGG/g7V+fGqKYVDwT7g/bTxR7DAjVUE1oWkTL2dfOuK2HXKu/yIgMZndFI
    [junit]
AccCFQCXYFCPFSMLzLKSuYKi64QL8Fgc9QKBgQD34aCF1ps93su8q1w2uFe5eZSvu/o66oL5V0wL
    [junit]
PQeCZ1FZV4661FlP5nEHEIGAtEkWcSPoTCgWE7fPCTKMyKbhPBZ6i1R8jSjgo64eK7OmdZFuo38L
    [junit]
+iE1YvH7YnoBJDvMpPG+qFGQiaiD3+Fa5Z8GkotmXoB7VSVkAUw7/s9JKgOBhQACgYEA5LRac3Qk
    [junit]
DCDOPaeNF5dJQ2r0hgIWZomZV7Z9pHrRqMoepJD5xnJpJY7aA4eUSS+AHS1qOm5I6VTZ68hsOdPZ
    [junit]
CDFF/DiR38BzTxi4ZD0PhtmOjBh32lSNG1nhEq6e9RsyzhUw5FVYHAPnCx2bX4/8Rz8iEMuG0IcC
    [junit]
iAbbzsCfGBwwCwYHKoZIzjgEAwUAAy8AMCwCFCHSZkGVH/yfDwefLd61JbAiRzmpAhQks4ZcvNPE
    [junit] 9b9MDU3azndUo1TEIA==
    [junit] </ds:X509Certificate>
    [junit] </ds:X509Data>
    [junit] </ds:KeyInfo>
    [junit] </ds:Signature></tns:document>------------- ----------------
---------------
    [junit] 
    [junit] Testcase: testCheckXmlSignatureSoftwareStack took 0,296 sec
    [junit] Testcase: testCheckXmlSignatureSoftwareStackWithCert took 0,098
sec
    [junit] Running
org.apache.xml.security.test.transforms.implementations.AllTests
    [junit] Testsuite:
org.apache.xml.security.test.transforms.implementations.AllTests
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,164 sec
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,164 sec
    [junit] 
    [junit] Testcase: test1 took 0,013 sec
    [junit] Testcase: test2 took 0,003 sec
    [junit] Testcase: test3 took 0,039 sec
    [junit] Testcase: testXpath2Transform took 0,086 sec
    [junit] Running
org.apache.xml.security.test.transforms.implementations.TransformBase64DecodeTest
    [junit] Testsuite:
org.apache.xml.security.test.transforms.implementations.TransformBase64DecodeTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,058 sec
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,058 sec
    [junit] 
    [junit] Testcase: test1 took 0,009 sec
    [junit] Testcase: test2 took 0,002 sec
    [junit] Testcase: test3 took 0,026 sec
    [junit] Running
org.apache.xml.security.test.transforms.implementations.TransformXSLTTest
    [junit] Testsuite:
org.apache.xml.security.test.transforms.implementations.TransformXSLTTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,125 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,125 sec
    [junit] 
    [junit] Testcase: test1 took 0,105 sec
    [junit] Running
org.apache.xml.security.test.transforms.implementations.Xpath2TransformationTest
    [junit] Testsuite:
org.apache.xml.security.test.transforms.implementations.Xpath2TransformationTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,104 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,104 sec
    [junit] 
    [junit] Testcase: testXpath2Transform took 0,084 sec
    [junit] Running org.apache.xml.security.test.utils.AllTests
    [junit] Testsuite: org.apache.xml.security.test.utils.AllTests
    [junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed: 0,058 sec
    [junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed: 0,058 sec
    [junit] 
    [junit] Testcase: testIdSoap took 0,005 sec
    [junit] Testcase: testIdWithOtherIdSoap took 0,003 sec
    [junit] Testcase: testANoId took 0,002 sec
    [junit] Testcase: testA1 took 0,002 sec
    [junit] Testcase: testWrap1 took 0 sec
    [junit] Testcase: testWrap2 took 0 sec
    [junit] Testcase: testOldTransformSpiApi took 0,003 sec
    [junit] Testcase: testOldResourceResolverSpi took 0,002 sec
    [junit] Testcase: testOldKeyResolverSpi took 0,005 sec
    [junit] Testcase: testOldKeyResolverSpiInKeyInfo took 0,002 sec
    [junit] Testcase: testCustomResolver took 0,006 sec
    [junit] Testcase: testLocalFileWithEmptyBaseURI took 0,002 sec
    [junit] Testcase: testBug40783 took 0,004 sec
    [junit] Running org.apache.xml.security.test.utils.Base64Test
    [junit] Testsuite: org.apache.xml.security.test.utils.Base64Test
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,024 sec
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,024 sec
    [junit] 
    [junit] Testcase: testA1 took 0,003 sec
    [junit] Testcase: testWrap1 took 0 sec
    [junit] Testcase: testWrap2 took 0 sec
    [junit] Running org.apache.xml.security.test.utils.IdResolverTest
    [junit] Testsuite: org.apache.xml.security.test.utils.IdResolverTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,075 sec
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,075 sec
    [junit] 
    [junit] Testcase: testIdSoap took 0,025 sec
    [junit] Testcase: testIdWithOtherIdSoap took 0,002 sec
    [junit] Testcase: testANoId took 0,002 sec
    [junit] Running org.apache.xml.security.test.utils.OldApiTest
    [junit] Testsuite: org.apache.xml.security.test.utils.OldApiTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,159 sec
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,159 sec
    [junit] 
    [junit] Testcase: testOldTransformSpiApi took 0,109 sec
    [junit] Testcase: testOldResourceResolverSpi took 0,003 sec
    [junit] Testcase: testOldKeyResolverSpi took 0,004 sec
    [junit] Testcase: testOldKeyResolverSpiInKeyInfo took 0,002 sec
    [junit] Running org.apache.xml.security.test.utils.resolver.AllTests
    [junit] Testsuite: org.apache.xml.security.test.utils.resolver.AllTests
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,036 sec
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,036 sec
    [junit] 
    [junit] Testcase: testCustomResolver took 0,008 sec
    [junit] Testcase: testLocalFileWithEmptyBaseURI took 0,002 sec
    [junit] Testcase: testBug40783 took 0,004 sec
    [junit] Running
org.apache.xml.security.test.utils.resolver.ResourceResolverTest
    [junit] Testsuite:
org.apache.xml.security.test.utils.resolver.ResourceResolverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,03 sec
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,03 sec
    [junit] 
    [junit] Testcase: testCustomResolver took 0,007 sec
    [junit] Testcase: testLocalFileWithEmptyBaseURI took 0,002 sec
[junitreport] Processing
/home/dan/xml-security-1_4_2/build/docs/xml/junit/TESTS-TestSuites.xml to
/tmp/null238115987
[junitreport] Loading stylesheet
jar:file:/usr/share/java/ant/ant-junit-1.7.0.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-frames.xsl
[junitreport] Transform time: 9558ms
[junitreport] Deleting: /tmp/null238115987


And here is the stderr of "ant test":

    [junit] Test javax.xml.crypto.test.dsig.BaltimoreXPathFilter2ThreeTest
FAILED
    [junit] Test javax.xml.crypto.test.dsig.C14N11Test FAILED
    [junit] Test javax.xml.crypto.test.dsig.IaikCoreFeaturesTest FAILED
    [junit] Test javax.xml.crypto.test.dsig.ValidateSignatureTest FAILED
    [junit] Test javax.xml.crypto.test.dsig.XMLSignatureTest FAILED

BUILD FAILED
/home/dan/xml-security-1_4_2/build.xml:383: Unit Tests Failed

Total time: 2 minutes 30 seconds

And a question: maybe, since only javax.* tests fail, everything will work
fine if I only use the org.apache.* classes?


Raul Benito-2 wrote:
> 
> Can you paste the output of ant and send to the list?
> 
> Regards,
> 
> Raul
> 
> On Tue, Jul 15, 2008 at 10:52 AM, Daniil Shved <da...@gmail.com> wrote:
>>
>> xml security 1.4.2 fails the unit tests
>>
> 
> -- 
> http://r-bg.com
> 

-- 
View this message in context: http://www.nabble.com/danshved%40gmail.com-tp18461549p18480180.html
Sent from the Apache XML - Security - Dev mailing list archive at Nabble.com.


Re: danshved@gmail.com

Posted by Raul Benito <ra...@apache.org>.
Can you paste the output of ant and send to the list?

Regards,

Raul

On Tue, Jul 15, 2008 at 10:52 AM, Daniil Shved <da...@gmail.com> wrote:
>
> xml security 1.4.2 fails the unit tests
>
> Hello. I've downloaded the xml-security-1.4.2 binary package and tried to
> run the unit tests. I have a jdk 6 update 7, the 64-bit linux version. The
> only actions I perform before running "ant test" is:
>
> 1) install the jdk
> 2) unpack the zip file with xml-security
> 3) replace local_policy.jar by US_export_policy.jar to avoid failures due to
> export restrictions
>
> that is it, after this I run "ant test" I get 3 failures and 22 errors. I am
> more concerned about the errors, firstly because there are many of them and
> secondly because 20 of them are in the C14N11Test test. What am I possibly
> doing wrong?
>
> Thanks a lot,
> Daniil Shved
> --
> View this message in context: http://www.nabble.com/danshved%40gmail.com-tp18461549p18461549.html
> Sent from the Apache XML - Security - Dev mailing list archive at Nabble.com.
>
>



-- 
http://r-bg.com