diff options
Diffstat (limited to 'eaaf_modules/eaaf_module_moa-sig/README.md')
-rw-r--r-- | eaaf_modules/eaaf_module_moa-sig/README.md | 19 |
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> +``` + |