Compare commits

..

8 Commits

133 changed files with 104 additions and 134 deletions

View File

@ -1,5 +1,4 @@
<?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 -->
@ -21,8 +20,7 @@ to the IFSHelperInitialize API to initialize the Library -->
port: 9443 port: 9443
app-name: PolicyServer. app-name: PolicyServer.
Value of 'port' is optional if Policy Server is running on Value of 'port' is mandatory.
default SSL port (443).
--> -->
<server></server> <server></server>
<port></port> <port></port>

View File

@ -1,5 +1,4 @@
<?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 -->
@ -17,9 +16,10 @@ to the IFSHelperInitialize API to initialize the Library -->
<!-- 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,5 +1,4 @@
<?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 -->
@ -21,8 +20,7 @@ to the IFSHelperInitialize API to initialize the Library -->
port: 9443 port: 9443
app-name: PolicyServer. app-name: PolicyServer.
Value of 'port' is optional if Policy Server is running on Value of 'port' is mandatory.
default SSL port (443).
--> -->
<server></server> <server></server>
<port></port> <port></port>

View File

@ -25,46 +25,47 @@ libraries.
List of open source libraries: List of open source libraries:
1. BouncyCastle Crypto Library Java 2.1.0 1. BouncyCastle Crypto Library Java 1.0.2.4
2. Apache Logging for Java 2.17.1 2. Apache Logging for Java 2.17.1
3. Apache Commons 3. Apache Commons
4. xerces XML Parser 2.12.2 4. xerces XML Parser 2.12.2
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
<!-- 1. BouncyCastle Crypto Library Java 2.1.0 -->
1. BouncyCastle Crypto Library Java 2.1.0 1. BouncyCastle Crypto Library Java 1.0.2.4
https://www.bouncycastle.org/fips-java/ https://www.bouncycastle.org/fips-java/
Bouncy Castle License MIT
--- begin of LICENSE --- --- begin of LICENSE ---
Please note the Bouncy Caste License should be read in the same way as the MIT license.
Please also note this licensing model is made possible through funding from donations and the sale of support contracts. Copyright (c) 2000-2021 The Legion of the Bouncy Castle Inc. (http://www.bouncycastle.org)
Bouncy Castle License Permission is hereby granted, free of charge, to any person obtaining a copy of this software
Copyright (c) 2000 - 2024 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org) and associated documentation files (the "Software"), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial
portions of the Software.
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Third party licenses
The OpenPGP library and the MLS library both make use of additional open source code:
openpgp - includes modified BZIP2 library which is licensed under the Apache Software License, Version 2.0.
MLS - The MLS Client makes use of io.grpc licensed under Apache Software License, Version 2.0, and com.google.protobuf which is licensed under the 3-Clause BSD License.
@ -72,9 +73,8 @@ MLS - The MLS Client makes use of io.grpc licensed under Apache Software License
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
<!-- 2. Apache Logging for Java 2.17.1 -->
2. Apache Logging for Java 2.17.1 2. Apache Logging for Java 2.17.1
@ -298,7 +298,7 @@ Apache 2.0
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
<!-- 3. Apache Commons -->
3. Apache Commons 3. Apache Commons
@ -371,7 +371,7 @@ END OF TERMS AND CONDITIONS
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
<!-- 4. xerces XML Parser 2.12.2 -->
4. xerces XML Parser 2.12.2 4. xerces XML Parser 2.12.2
@ -593,3 +593,5 @@ Apache 2.0
------------------------------------------------------------------------------- -------------------------------------------------------------------------------

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.20.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.18.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.20.0/apidocs) - [API Reference](https://ps.seclore.com/sdk/4.4.18.0/apidocs)
- [Error Codes](https://ps.seclore.com/sdk/4.4.20.0/errorcodes) - [Error Codes](https://ps.seclore.com/sdk/4.4.18.0/errorcodes)
- [Seclore Server SDK Package](https://repo.seclore.com/public/-/packages/generic/seclore-java-sdk/4.4.20.0) - [Seclore Server SDK Package](https://repo.seclore.com/public/-/packages/generic/seclore-java-sdk/4.4.18.0)

View File

@ -1,5 +1,4 @@
<?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 -->
@ -21,8 +20,7 @@ to the IFSHelperInitialize API to initialize the Library -->
port: 9443 port: 9443
app-name: PolicyServer. app-name: PolicyServer.
Value of 'port' is optional if Policy Server is running on Value of 'port' is mandatory.
default SSL port (443).
--> -->
<server></server> <server></server>
<port></port> <port></port>

View File

@ -1,5 +1,4 @@
<?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 -->
@ -17,9 +16,10 @@ to the IFSHelperInitialize API to initialize the Library -->
<!-- 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,5 +1,4 @@
<?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 -->
@ -21,8 +20,7 @@ to the IFSHelperInitialize API to initialize the Library -->
port: 9443 port: 9443
app-name: PolicyServer. app-name: PolicyServer.
Value of 'port' is optional if Policy Server is running on Value of 'port' is mandatory.
default SSL port (443).
--> -->
<server></server> <server></server>
<port></port> <port></port>

View File

@ -1,5 +1,4 @@
<?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 -->
@ -17,9 +16,10 @@ to the IFSHelperInitialize API to initialize the Library -->
<!-- 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,5 +1,4 @@
<?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 -->
@ -21,8 +20,7 @@ to the IFSHelperInitialize API to initialize the Library -->
port: 9443 port: 9443
app-name: PolicyServer. app-name: PolicyServer.
Value of 'port' is optional if Policy Server is running on Value of 'port' is mandatory.
default SSL port (443).
--> -->
<server></server> <server></server>
<port></port> <port></port>

View File

@ -1,5 +1,4 @@
<?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 -->
@ -17,9 +16,10 @@ to the IFSHelperInitialize API to initialize the Library -->
<!-- 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,5 +1,4 @@
<?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 -->
@ -21,8 +20,7 @@ to the IFSHelperInitialize API to initialize the Library -->
port: 9443 port: 9443
app-name: PolicyServer. app-name: PolicyServer.
Value of 'port' is optional if Policy Server is running on Value of 'port' is mandatory.
default SSL port (443).
--> -->
<server></server> <server></server>
<port></port> <port></port>

View File

@ -1,5 +1,4 @@
<?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 -->
@ -17,9 +16,10 @@ to the IFSHelperInitialize API to initialize the Library -->
<!-- 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,5 +1,4 @@
<?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 -->
@ -21,8 +20,7 @@ to the IFSHelperInitialize API to initialize the Library -->
port: 9443 port: 9443
app-name: PolicyServer. app-name: PolicyServer.
Value of 'port' is optional if Policy Server is running on Value of 'port' is mandatory.
default SSL port (443).
--> -->
<server></server> <server></server>
<port></port> <port></port>

View File

@ -1,5 +1,4 @@
<?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 -->
@ -17,9 +16,10 @@ to the IFSHelperInitialize API to initialize the Library -->
<!-- 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,5 +1,4 @@
<?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 -->
@ -21,8 +20,7 @@ to the IFSHelperInitialize API to initialize the Library -->
port: 9443 port: 9443
app-name: PolicyServer. app-name: PolicyServer.
Value of 'port' is optional if Policy Server is running on Value of 'port' is mandatory.
default SSL port (443).
--> -->
<server></server> <server></server>
<port></port> <port></port>

View File

@ -1,5 +1,4 @@
<?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 -->
@ -17,9 +16,10 @@ to the IFSHelperInitialize API to initialize the Library -->
<!-- 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,5 +1,4 @@
<?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 -->
@ -21,8 +20,7 @@ to the IFSHelperInitialize API to initialize the Library -->
port: 9443 port: 9443
app-name: PolicyServer. app-name: PolicyServer.
Value of 'port' is optional if Policy Server is running on Value of 'port' is mandatory.
default SSL port (443).
--> -->
<server></server> <server></server>
<port></port> <port></port>

View File

@ -1,5 +1,4 @@
<?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 -->
@ -17,9 +16,10 @@ to the IFSHelperInitialize API to initialize the Library -->
<!-- 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,5 +1,4 @@
<?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 -->
@ -21,8 +20,7 @@ to the IFSHelperInitialize API to initialize the Library -->
port: 9443 port: 9443
app-name: PolicyServer. app-name: PolicyServer.
Value of 'port' is optional if Policy Server is running on Value of 'port' is mandatory.
default SSL port (443).
--> -->
<server></server> <server></server>
<port></port> <port></port>

View File

@ -1,5 +1,4 @@
<?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 -->
@ -17,9 +16,10 @@ to the IFSHelperInitialize API to initialize the Library -->
<!-- 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,5 +1,4 @@
<?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 -->
@ -21,8 +20,7 @@ to the IFSHelperInitialize API to initialize the Library -->
port: 9443 port: 9443
app-name: PolicyServer. app-name: PolicyServer.
Value of 'port' is optional if Policy Server is running on Value of 'port' is mandatory.
default SSL port (443).
--> -->
<server></server> <server></server>
<port></port> <port></port>

View File

@ -1,5 +1,4 @@
<?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 -->
@ -17,9 +16,10 @@ to the IFSHelperInitialize API to initialize the Library -->
<!-- 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,5 +1,4 @@
<?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 -->
@ -21,8 +20,7 @@ to the IFSHelperInitialize API to initialize the Library -->
port: 9443 port: 9443
app-name: PolicyServer. app-name: PolicyServer.
Value of 'port' is optional if Policy Server is running on Value of 'port' is mandatory.
default SSL port (443).
--> -->
<server></server> <server></server>
<port></port> <port></port>

View File

@ -1,5 +1,4 @@
<?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 -->
@ -17,9 +16,10 @@ to the IFSHelperInitialize API to initialize the Library -->
<!-- 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,5 +1,4 @@
<?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 -->
@ -21,8 +20,7 @@ to the IFSHelperInitialize API to initialize the Library -->
port: 9443 port: 9443
app-name: PolicyServer. app-name: PolicyServer.
Value of 'port' is optional if Policy Server is running on Value of 'port' is mandatory.
default SSL port (443).
--> -->
<server></server> <server></server>
<port></port> <port></port>

View File

@ -1,5 +1,4 @@
<?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 -->
@ -17,9 +16,10 @@ to the IFSHelperInitialize API to initialize the Library -->
<!-- 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