diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-04-08 15:21:05 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-04-08 15:21:05 +0000 |
commit | 2e2edc8208fbdb0c975f26631a9ad2804af34e28 (patch) | |
tree | 4389897b82bef72855339844a18173c97b5d4707 /xmlsecurity | |
parent | 4740fcacf767d8f53d65de7d48c9cbb44d2f9ee6 (diff) |
INTEGRATION: CWS xmlsec11 (1.1.2); FILE ADDED
2005/04/08 13:07:01 mt 1.1.2.1: ...
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/tools/standalone/readme.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/xmlsecurity/tools/standalone/readme.txt b/xmlsecurity/tools/standalone/readme.txt new file mode 100644 index 000000000..8ea7fa2ff --- /dev/null +++ b/xmlsecurity/tools/standalone/readme.txt @@ -0,0 +1,19 @@ +How to use the standalone program + +After building, there is two programs named jsfit.dsig.signer and jsfit.dsig.verifier under the class folder, these two program are used to test the jsr based bridge component. + +After installation, you need do following step to launch the program. + +1) create a temporary folder + +2) copy services.rdb, types.rdb and setup_services.rdb from the <OpenOffice>/program folder to the temporary folder, + +3) in the temporary folder, merge both the types.rdb and the setup_services.rdb into the services.rdb. + +4) register jsr-based component into services.rdb + +5) run the signer program + +6) run the verifier program + +7) remove the temporary folder |