(ticket/PS-392) Support for Server SDK Java 4.4.19.0 (#11)

Reviewed-on: #11
Co-authored-by: Developer1 <developer1@seclore.com>
Co-committed-by: Developer1 <developer1@seclore.com>
This commit is contained in:
Developer1 2025-12-04 09:34:20 +00:00 committed by developer2
parent 3c1a2bc9f6
commit f647b3cea4
104 changed files with 112 additions and 80 deletions

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?> <?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.1.0.0). --> <!-- Configuration File (1.1.0.0). -->
<!-- This file contains the XML strcuture which should be passed <!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library --> to the IFSHelperInitialize API to initialize the Library -->
@ -20,7 +21,8 @@ to the IFSHelperInitialize API to initialize the Library -->
port: 9443 port: 9443
app-name: PolicyServer. app-name: PolicyServer.
Value of 'port' is mandatory. Value of 'port' is optional if Policy Server is running on
default SSL port (443).
--> -->
<server></server> <server></server>
<port></port> <port></port>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?> <?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.0.1.0). --> <!-- Configuration File (1.0.1.0). -->
<!-- This file contains the XML strcuture which should be passed <!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library --> to the IFSHelperInitialize API to initialize the Library -->
@ -15,11 +16,10 @@ to the IFSHelperInitialize API to initialize the Library -->
<initalize-logger>true</initalize-logger> <initalize-logger>true</initalize-logger>
<!-- Whether enforce BC-FIPS as security provider. <!-- Whether enforce BC-FIPS as security provider.
true - Enforce BC-FIPS as security provider. true - Enforce BC-FIPS as security provider.
false - Use default security provider (Java 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> <enforce-fips>false</enforce-fips>
<!-- Provide the integrating app name -->
<integrated-app-name></integrated-app-name>
</fs-helper-config> </fs-helper-config>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?> <?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.1.0.0). --> <!-- Configuration File (1.1.0.0). -->
<!-- This file contains the XML strcuture which should be passed <!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library --> to the IFSHelperInitialize API to initialize the Library -->
@ -20,7 +21,8 @@ to the IFSHelperInitialize API to initialize the Library -->
port: 9443 port: 9443
app-name: PolicyServer. app-name: PolicyServer.
Value of 'port' is mandatory. Value of 'port' is optional if Policy Server is running on
default SSL port (443).
--> -->
<server></server> <server></server>
<port></port> <port></port>

View File

@ -4,7 +4,7 @@
# Seclore Server SDK Examples # Seclore Server SDK Examples
Welcome to the Seclore Server SDK Examples repository! Here, you'll find a curated collection of example projects showcasing the robust capabilities of the [Seclore Software Development Kit](https://repo.seclore.com/public/-/packages/generic/seclore-java-sdk/4.4.18.0). Welcome to the Seclore Server SDK Examples repository! Here, you'll find a curated collection of example projects showcasing the robust capabilities of the [Seclore Software Development Kit](https://repo.seclore.com/public/-/packages/generic/seclore-java-sdk/4.4.19.0).
## Table of Contents ## Table of Contents
@ -27,6 +27,6 @@ While this is an excellent learning resource for the SDK, there are other resour
### Official Resources ### Official Resources
- [Developer Guide](Doc/Seclore%20Server%20SDK%20Java%20Guide%20v4.5.2.0.pdf) - [Developer Guide](Doc/Seclore%20Server%20SDK%20Java%20Guide%20v4.5.2.0.pdf)
- [API Reference](https://ps.seclore.com/sdk/4.4.18.0/apidocs) - [API Reference](https://ps.seclore.com/sdk/4.4.19.0/apidocs)
- [Error Codes](https://ps.seclore.com/sdk/4.4.18.0/errorcodes) - [Error Codes](https://ps.seclore.com/sdk/4.4.19.0/errorcodes)
- [Seclore Server SDK Package](https://repo.seclore.com/public/-/packages/generic/seclore-java-sdk/4.4.18.0) - [Seclore Server SDK Package](https://repo.seclore.com/public/-/packages/generic/seclore-java-sdk/4.4.19.0)

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?> <?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.1.0.0). --> <!-- Configuration File (1.1.0.0). -->
<!-- This file contains the XML strcuture which should be passed <!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library --> to the IFSHelperInitialize API to initialize the Library -->
@ -20,7 +21,8 @@ to the IFSHelperInitialize API to initialize the Library -->
port: 9443 port: 9443
app-name: PolicyServer. app-name: PolicyServer.
Value of 'port' is mandatory. Value of 'port' is optional if Policy Server is running on
default SSL port (443).
--> -->
<server></server> <server></server>
<port></port> <port></port>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?> <?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.0.1.0). --> <!-- Configuration File (1.0.1.0). -->
<!-- This file contains the XML strcuture which should be passed <!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library --> to the IFSHelperInitialize API to initialize the Library -->
@ -15,11 +16,10 @@ to the IFSHelperInitialize API to initialize the Library -->
<initalize-logger>true</initalize-logger> <initalize-logger>true</initalize-logger>
<!-- Whether enforce BC-FIPS as security provider. <!-- Whether enforce BC-FIPS as security provider.
true - Enforce BC-FIPS as security provider. true - Enforce BC-FIPS as security provider.
false - Use default security provider (Java 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> <enforce-fips>false</enforce-fips>
<!-- Provide the integrating app name -->
<integrated-app-name></integrated-app-name>
</fs-helper-config> </fs-helper-config>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?> <?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.1.0.0). --> <!-- Configuration File (1.1.0.0). -->
<!-- This file contains the XML strcuture which should be passed <!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library --> to the IFSHelperInitialize API to initialize the Library -->
@ -20,7 +21,8 @@ to the IFSHelperInitialize API to initialize the Library -->
port: 9443 port: 9443
app-name: PolicyServer. app-name: PolicyServer.
Value of 'port' is mandatory. Value of 'port' is optional if Policy Server is running on
default SSL port (443).
--> -->
<server></server> <server></server>
<port></port> <port></port>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?> <?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.0.1.0). --> <!-- Configuration File (1.0.1.0). -->
<!-- This file contains the XML strcuture which should be passed <!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library --> to the IFSHelperInitialize API to initialize the Library -->
@ -15,11 +16,10 @@ to the IFSHelperInitialize API to initialize the Library -->
<initalize-logger>true</initalize-logger> <initalize-logger>true</initalize-logger>
<!-- Whether enforce BC-FIPS as security provider. <!-- Whether enforce BC-FIPS as security provider.
true - Enforce BC-FIPS as security provider. true - Enforce BC-FIPS as security provider.
false - Use default security provider (Java 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> <enforce-fips>false</enforce-fips>
<!-- Provide the integrating app name -->
<integrated-app-name></integrated-app-name>
</fs-helper-config> </fs-helper-config>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?> <?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.1.0.0). --> <!-- Configuration File (1.1.0.0). -->
<!-- This file contains the XML strcuture which should be passed <!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library --> to the IFSHelperInitialize API to initialize the Library -->
@ -20,7 +21,8 @@ to the IFSHelperInitialize API to initialize the Library -->
port: 9443 port: 9443
app-name: PolicyServer. app-name: PolicyServer.
Value of 'port' is mandatory. Value of 'port' is optional if Policy Server is running on
default SSL port (443).
--> -->
<server></server> <server></server>
<port></port> <port></port>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?> <?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.0.1.0). --> <!-- Configuration File (1.0.1.0). -->
<!-- This file contains the XML strcuture which should be passed <!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library --> to the IFSHelperInitialize API to initialize the Library -->
@ -15,11 +16,10 @@ to the IFSHelperInitialize API to initialize the Library -->
<initalize-logger>true</initalize-logger> <initalize-logger>true</initalize-logger>
<!-- Whether enforce BC-FIPS as security provider. <!-- Whether enforce BC-FIPS as security provider.
true - Enforce BC-FIPS as security provider. true - Enforce BC-FIPS as security provider.
false - Use default security provider (Java 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> <enforce-fips>false</enforce-fips>
<!-- Provide the integrating app name -->
<integrated-app-name></integrated-app-name>
</fs-helper-config> </fs-helper-config>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?> <?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.1.0.0). --> <!-- Configuration File (1.1.0.0). -->
<!-- This file contains the XML strcuture which should be passed <!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library --> to the IFSHelperInitialize API to initialize the Library -->
@ -20,7 +21,8 @@ to the IFSHelperInitialize API to initialize the Library -->
port: 9443 port: 9443
app-name: PolicyServer. app-name: PolicyServer.
Value of 'port' is mandatory. Value of 'port' is optional if Policy Server is running on
default SSL port (443).
--> -->
<server></server> <server></server>
<port></port> <port></port>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?> <?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.0.1.0). --> <!-- Configuration File (1.0.1.0). -->
<!-- This file contains the XML strcuture which should be passed <!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library --> to the IFSHelperInitialize API to initialize the Library -->
@ -15,11 +16,10 @@ to the IFSHelperInitialize API to initialize the Library -->
<initalize-logger>true</initalize-logger> <initalize-logger>true</initalize-logger>
<!-- Whether enforce BC-FIPS as security provider. <!-- Whether enforce BC-FIPS as security provider.
true - Enforce BC-FIPS as security provider. true - Enforce BC-FIPS as security provider.
false - Use default security provider (Java 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> <enforce-fips>false</enforce-fips>
<!-- Provide the integrating app name -->
<integrated-app-name></integrated-app-name>
</fs-helper-config> </fs-helper-config>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?> <?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.1.0.0). --> <!-- Configuration File (1.1.0.0). -->
<!-- This file contains the XML strcuture which should be passed <!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library --> to the IFSHelperInitialize API to initialize the Library -->
@ -20,7 +21,8 @@ to the IFSHelperInitialize API to initialize the Library -->
port: 9443 port: 9443
app-name: PolicyServer. app-name: PolicyServer.
Value of 'port' is mandatory. Value of 'port' is optional if Policy Server is running on
default SSL port (443).
--> -->
<server></server> <server></server>
<port></port> <port></port>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?> <?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.0.1.0). --> <!-- Configuration File (1.0.1.0). -->
<!-- This file contains the XML strcuture which should be passed <!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library --> to the IFSHelperInitialize API to initialize the Library -->
@ -15,11 +16,10 @@ to the IFSHelperInitialize API to initialize the Library -->
<initalize-logger>true</initalize-logger> <initalize-logger>true</initalize-logger>
<!-- Whether enforce BC-FIPS as security provider. <!-- Whether enforce BC-FIPS as security provider.
true - Enforce BC-FIPS as security provider. true - Enforce BC-FIPS as security provider.
false - Use default security provider (Java 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> <enforce-fips>false</enforce-fips>
<!-- Provide the integrating app name -->
<integrated-app-name></integrated-app-name>
</fs-helper-config> </fs-helper-config>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?> <?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.1.0.0). --> <!-- Configuration File (1.1.0.0). -->
<!-- This file contains the XML strcuture which should be passed <!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library --> to the IFSHelperInitialize API to initialize the Library -->
@ -20,7 +21,8 @@ to the IFSHelperInitialize API to initialize the Library -->
port: 9443 port: 9443
app-name: PolicyServer. app-name: PolicyServer.
Value of 'port' is mandatory. Value of 'port' is optional if Policy Server is running on
default SSL port (443).
--> -->
<server></server> <server></server>
<port></port> <port></port>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?> <?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.0.1.0). --> <!-- Configuration File (1.0.1.0). -->
<!-- This file contains the XML strcuture which should be passed <!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library --> to the IFSHelperInitialize API to initialize the Library -->
@ -15,11 +16,10 @@ to the IFSHelperInitialize API to initialize the Library -->
<initalize-logger>true</initalize-logger> <initalize-logger>true</initalize-logger>
<!-- Whether enforce BC-FIPS as security provider. <!-- Whether enforce BC-FIPS as security provider.
true - Enforce BC-FIPS as security provider. true - Enforce BC-FIPS as security provider.
false - Use default security provider (Java 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> <enforce-fips>false</enforce-fips>
<!-- Provide the integrating app name -->
<integrated-app-name></integrated-app-name>
</fs-helper-config> </fs-helper-config>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?> <?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.1.0.0). --> <!-- Configuration File (1.1.0.0). -->
<!-- This file contains the XML strcuture which should be passed <!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library --> to the IFSHelperInitialize API to initialize the Library -->
@ -20,7 +21,8 @@ to the IFSHelperInitialize API to initialize the Library -->
port: 9443 port: 9443
app-name: PolicyServer. app-name: PolicyServer.
Value of 'port' is mandatory. Value of 'port' is optional if Policy Server is running on
default SSL port (443).
--> -->
<server></server> <server></server>
<port></port> <port></port>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?> <?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.0.1.0). --> <!-- Configuration File (1.0.1.0). -->
<!-- This file contains the XML strcuture which should be passed <!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library --> to the IFSHelperInitialize API to initialize the Library -->
@ -15,11 +16,10 @@ to the IFSHelperInitialize API to initialize the Library -->
<initalize-logger>true</initalize-logger> <initalize-logger>true</initalize-logger>
<!-- Whether enforce BC-FIPS as security provider. <!-- Whether enforce BC-FIPS as security provider.
true - Enforce BC-FIPS as security provider. true - Enforce BC-FIPS as security provider.
false - Use default security provider (Java 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> <enforce-fips>false</enforce-fips>
<!-- Provide the integrating app name -->
<integrated-app-name></integrated-app-name>
</fs-helper-config> </fs-helper-config>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?> <?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.1.0.0). --> <!-- Configuration File (1.1.0.0). -->
<!-- This file contains the XML strcuture which should be passed <!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library --> to the IFSHelperInitialize API to initialize the Library -->
@ -20,7 +21,8 @@ to the IFSHelperInitialize API to initialize the Library -->
port: 9443 port: 9443
app-name: PolicyServer. app-name: PolicyServer.
Value of 'port' is mandatory. Value of 'port' is optional if Policy Server is running on
default SSL port (443).
--> -->
<server></server> <server></server>
<port></port> <port></port>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?> <?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.0.1.0). --> <!-- Configuration File (1.0.1.0). -->
<!-- This file contains the XML strcuture which should be passed <!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library --> to the IFSHelperInitialize API to initialize the Library -->
@ -15,11 +16,10 @@ to the IFSHelperInitialize API to initialize the Library -->
<initalize-logger>true</initalize-logger> <initalize-logger>true</initalize-logger>
<!-- Whether enforce BC-FIPS as security provider. <!-- Whether enforce BC-FIPS as security provider.
true - Enforce BC-FIPS as security provider. true - Enforce BC-FIPS as security provider.
false - Use default security provider (Java 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> <enforce-fips>false</enforce-fips>
<!-- Provide the integrating app name -->
<integrated-app-name></integrated-app-name>
</fs-helper-config> </fs-helper-config>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?> <?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.1.0.0). --> <!-- Configuration File (1.1.0.0). -->
<!-- This file contains the XML strcuture which should be passed <!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library --> to the IFSHelperInitialize API to initialize the Library -->
@ -20,7 +21,8 @@ to the IFSHelperInitialize API to initialize the Library -->
port: 9443 port: 9443
app-name: PolicyServer. app-name: PolicyServer.
Value of 'port' is mandatory. Value of 'port' is optional if Policy Server is running on
default SSL port (443).
--> -->
<server></server> <server></server>
<port></port> <port></port>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?> <?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.0.1.0). --> <!-- Configuration File (1.0.1.0). -->
<!-- This file contains the XML strcuture which should be passed <!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library --> to the IFSHelperInitialize API to initialize the Library -->
@ -15,11 +16,10 @@ to the IFSHelperInitialize API to initialize the Library -->
<initalize-logger>true</initalize-logger> <initalize-logger>true</initalize-logger>
<!-- Whether enforce BC-FIPS as security provider. <!-- Whether enforce BC-FIPS as security provider.
true - Enforce BC-FIPS as security provider. true - Enforce BC-FIPS as security provider.
false - Use default security provider (Java 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> <enforce-fips>false</enforce-fips>
<!-- Provide the integrating app name -->
<integrated-app-name></integrated-app-name>
</fs-helper-config> </fs-helper-config>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?> <?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.1.0.0). --> <!-- Configuration File (1.1.0.0). -->
<!-- This file contains the XML strcuture which should be passed <!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library --> to the IFSHelperInitialize API to initialize the Library -->
@ -20,7 +21,8 @@ to the IFSHelperInitialize API to initialize the Library -->
port: 9443 port: 9443
app-name: PolicyServer. app-name: PolicyServer.
Value of 'port' is mandatory. Value of 'port' is optional if Policy Server is running on
default SSL port (443).
--> -->
<server></server> <server></server>
<port></port> <port></port>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?> <?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.0.1.0). --> <!-- Configuration File (1.0.1.0). -->
<!-- This file contains the XML strcuture which should be passed <!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library --> to the IFSHelperInitialize API to initialize the Library -->
@ -15,11 +16,10 @@ to the IFSHelperInitialize API to initialize the Library -->
<initalize-logger>true</initalize-logger> <initalize-logger>true</initalize-logger>
<!-- Whether enforce BC-FIPS as security provider. <!-- Whether enforce BC-FIPS as security provider.
true - Enforce BC-FIPS as security provider. true - Enforce BC-FIPS as security provider.
false - Use default security provider (Java 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> <enforce-fips>false</enforce-fips>
<!-- Provide the integrating app name -->
<integrated-app-name></integrated-app-name>
</fs-helper-config> </fs-helper-config>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?> <?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.1.0.0). --> <!-- Configuration File (1.1.0.0). -->
<!-- This file contains the XML strcuture which should be passed <!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library --> to the IFSHelperInitialize API to initialize the Library -->
@ -20,7 +21,8 @@ to the IFSHelperInitialize API to initialize the Library -->
port: 9443 port: 9443
app-name: PolicyServer. app-name: PolicyServer.
Value of 'port' is mandatory. Value of 'port' is optional if Policy Server is running on
default SSL port (443).
--> -->
<server></server> <server></server>
<port></port> <port></port>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?> <?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.0.1.0). --> <!-- Configuration File (1.0.1.0). -->
<!-- This file contains the XML strcuture which should be passed <!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library --> to the IFSHelperInitialize API to initialize the Library -->
@ -15,11 +16,10 @@ to the IFSHelperInitialize API to initialize the Library -->
<initalize-logger>true</initalize-logger> <initalize-logger>true</initalize-logger>
<!-- Whether enforce BC-FIPS as security provider. <!-- Whether enforce BC-FIPS as security provider.
true - Enforce BC-FIPS as security provider. true - Enforce BC-FIPS as security provider.
false - Use default security provider (Java 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> <enforce-fips>false</enforce-fips>
<!-- Provide the integrating app name -->
<integrated-app-name></integrated-app-name>
</fs-helper-config> </fs-helper-config>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?> <?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.1.0.0). --> <!-- Configuration File (1.1.0.0). -->
<!-- This file contains the XML strcuture which should be passed <!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library --> to the IFSHelperInitialize API to initialize the Library -->
@ -20,7 +21,8 @@ to the IFSHelperInitialize API to initialize the Library -->
port: 9443 port: 9443
app-name: PolicyServer. app-name: PolicyServer.
Value of 'port' is mandatory. Value of 'port' is optional if Policy Server is running on
default SSL port (443).
--> -->
<server></server> <server></server>
<port></port> <port></port>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?> <?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.0.1.0). --> <!-- Configuration File (1.0.1.0). -->
<!-- This file contains the XML strcuture which should be passed <!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library --> to the IFSHelperInitialize API to initialize the Library -->
@ -15,11 +16,10 @@ to the IFSHelperInitialize API to initialize the Library -->
<initalize-logger>true</initalize-logger> <initalize-logger>true</initalize-logger>
<!-- Whether enforce BC-FIPS as security provider. <!-- Whether enforce BC-FIPS as security provider.
true - Enforce BC-FIPS as security provider. true - Enforce BC-FIPS as security provider.
false - Use default security provider (Java 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> <enforce-fips>false</enforce-fips>
<!-- Provide the integrating app name -->
<integrated-app-name></integrated-app-name>
</fs-helper-config> </fs-helper-config>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?> <?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.1.0.0). --> <!-- Configuration File (1.1.0.0). -->
<!-- This file contains the XML strcuture which should be passed <!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library --> to the IFSHelperInitialize API to initialize the Library -->
@ -20,7 +21,8 @@ to the IFSHelperInitialize API to initialize the Library -->
port: 9443 port: 9443
app-name: PolicyServer. app-name: PolicyServer.
Value of 'port' is mandatory. Value of 'port' is optional if Policy Server is running on
default SSL port (443).
--> -->
<server></server> <server></server>
<port></port> <port></port>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?> <?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.0.1.0). --> <!-- Configuration File (1.0.1.0). -->
<!-- This file contains the XML strcuture which should be passed <!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library --> to the IFSHelperInitialize API to initialize the Library -->
@ -15,11 +16,10 @@ to the IFSHelperInitialize API to initialize the Library -->
<initalize-logger>true</initalize-logger> <initalize-logger>true</initalize-logger>
<!-- Whether enforce BC-FIPS as security provider. <!-- Whether enforce BC-FIPS as security provider.
true - Enforce BC-FIPS as security provider. true - Enforce BC-FIPS as security provider.
false - Use default security provider (Java 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> <enforce-fips>false</enforce-fips>
<!-- Provide the integrating app name -->
<integrated-app-name></integrated-app-name>
</fs-helper-config> </fs-helper-config>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?> <?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.1.0.0). --> <!-- Configuration File (1.1.0.0). -->
<!-- This file contains the XML strcuture which should be passed <!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library --> to the IFSHelperInitialize API to initialize the Library -->
@ -20,7 +21,8 @@ to the IFSHelperInitialize API to initialize the Library -->
port: 9443 port: 9443
app-name: PolicyServer. app-name: PolicyServer.
Value of 'port' is mandatory. Value of 'port' is optional if Policy Server is running on
default SSL port (443).
--> -->
<server></server> <server></server>
<port></port> <port></port>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?> <?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.0.1.0). --> <!-- Configuration File (1.0.1.0). -->
<!-- This file contains the XML strcuture which should be passed <!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library --> to the IFSHelperInitialize API to initialize the Library -->
@ -15,11 +16,10 @@ to the IFSHelperInitialize API to initialize the Library -->
<initalize-logger>true</initalize-logger> <initalize-logger>true</initalize-logger>
<!-- Whether enforce BC-FIPS as security provider. <!-- Whether enforce BC-FIPS as security provider.
true - Enforce BC-FIPS as security provider. true - Enforce BC-FIPS as security provider.
false - Use default security provider (Java 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> <enforce-fips>false</enforce-fips>
<!-- Provide the integrating app name -->
<integrated-app-name></integrated-app-name>
</fs-helper-config> </fs-helper-config>

Some files were not shown because too many files have changed in this diff Show More