seclore-java-sdk/Doc/Config/config.xml

25 lines
1007 B
XML

<?xml version="1.0" encoding="UTF-16" ?>
<!-- Configuration File (1.0.1.0). -->
<!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library -->
<fs-helper-config>
<!-- Locale being used in the application. Currently, this tag is ignored. -->
<locale/>
<!-- Application Path -->
<app-path></app-path>
<!-- Whether the FSHelper Library need to initialize the loggers.
true - FSHelper Library will initialize the logger
false - calling application has already initialized the logger.
-->
<initalize-logger>true</initalize-logger>
<!-- Whether enforce BC-FIPS as security provider.
true - Enforce BC-FIPS as security provider.
false - Use default security provider (Java security provider).
-->
<enforce-fips>false</enforce-fips>
<!-- Provide the integrating app name -->
<integrated-app-name></integrated-app-name>
</fs-helper-config>