summaryrefslogtreecommitdiff
path: root/eaaf_modules/eaaf_module_moa-sig/README.md
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2019-05-22 09:01:03 +0200
committerThomas Lenz <thomas.lenz@egiz.gv.at>2019-05-22 09:01:03 +0200
commit4499851b7f0e60e05640c77bfbdc3f93ac77b743 (patch)
tree59c0e990202362c1eb1b0714a6d0e392ca86d42b /eaaf_modules/eaaf_module_moa-sig/README.md
parent1507d7cad732b8e315ede595f745674d7f38317d (diff)
downloadEAAF-Components-4499851b7f0e60e05640c77bfbdc3f93ac77b743.tar.gz
EAAF-Components-4499851b7f0e60e05640c77bfbdc3f93ac77b743.tar.bz2
EAAF-Components-4499851b7f0e60e05640c77bfbdc3f93ac77b743.zip
add example for MOA-SPSS configuration to eaaf_module_moa-sig
Diffstat (limited to 'eaaf_modules/eaaf_module_moa-sig/README.md')
-rw-r--r--eaaf_modules/eaaf_module_moa-sig/README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/eaaf_modules/eaaf_module_moa-sig/README.md b/eaaf_modules/eaaf_module_moa-sig/README.md
new file mode 100644
index 00000000..e7e342d9
--- /dev/null
+++ b/eaaf_modules/eaaf_module_moa-sig/README.md
@@ -0,0 +1,19 @@
+# MOA-SPSS Module for EAAF-Compontents
+
+## Description
+The EAAF MOA-SPSS module add functionality for signature verification and signature creation to a project, by using MOA-SPSS. MOA-SPSS will be added as library and will be initialized automatically during start-up process.
+
+
+## Installation
+Always set `-Dmoa.spss.server.configuration=file:/config/moa-spss/MOASPSSConfiguration.xml` to define the MOA-SPSS signature-verification back-end, which is used by EAAF MOA-SPSS module, in JVM
+
+Include the Artifact:
+
+```xml
+<dependency>
+ <groupId>at.gv.egiz.eaaf</groupId>
+ <artifactId>eaaf_module_moa-sig</artifactId>
+ <version>1.0.7</version>
+</dependency>
+```
+