diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2005-05-18 09:02:09 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2005-05-18 09:02:09 +0000 |
commit | acc72ca7567bed51cd8f467e11485dfb392563cb (patch) | |
tree | be27c5dd277b0a872ae23057953663bb7e8192c1 /xmlsecurity | |
parent | 9df53bb2eb86274c7ff4c969640f405aeb75ee27 (diff) |
INTEGRATION: CWS xmlsec12 (1.1.2); FILE ADDED
2005/04/15 14:17:51 mt 1.1.2.1: cleanups...
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/tools/demo/readme.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/xmlsecurity/tools/demo/readme.txt b/xmlsecurity/tools/demo/readme.txt new file mode 100644 index 000000000..33b5e56cc --- /dev/null +++ b/xmlsecurity/tools/demo/readme.txt @@ -0,0 +1,22 @@ +How to use the demo programs +================================= + + +PERFORMANCE +------------------------------- + +This program is for evaluating the performance of the XML Security framework. + +You can use the sample files from tools/examples: + +run "performance eval_export.txt eval_import.txt" + +The export file list includes all files need to be signed, and the import file list include all files need to be verified. + +JavaFlatFilter: +Used to test performance with Java. +Currently it doesn't work, seems to be because of JavaFramework doesn't work in stand alone program. + +In case you want to try it: +- set CLASSPATH=e:\Solar\r\j2sdk1.4.1_03\jre\lib;d:\x\juh.jar;d:\x\jurt.jar;d:\x\ridl.jar;d:\x\unoil.jar;d:\x\java_uno.jar +- regcomp -register -r demo.rdb -c file://d/x/jflatfilter.jar -br demo.rdb
\ No newline at end of file |