25 lines
1.1 KiB
XML
25 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-16" ?>
|
|
<!-- Seclore Server SDK Java(4.3.2.0) -->
|
|
<!-- 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).
|
|
|
|
This is false by default. But if this is set to true, then refer to 'Enforce FIPS Lib/readme.txt' for further details.
|
|
-->
|
|
<enforce-fips>false</enforce-fips>
|
|
|
|
</fs-helper-config> |