(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:
parent
3c1a2bc9f6
commit
f647b3cea4
|
|
@ -1,4 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-16" ?>
|
||||
<!-- Seclore Server SDK Java(4.3.2.0) -->
|
||||
<!-- Configuration File (1.1.0.0). -->
|
||||
<!-- This file contains the XML strcuture which should be passed
|
||||
to the IFSHelperInitialize API to initialize the Library -->
|
||||
|
|
@ -20,7 +21,8 @@ to the IFSHelperInitialize API to initialize the Library -->
|
|||
port: 9443
|
||||
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>
|
||||
<port></port>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
<?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 -->
|
||||
|
|
@ -16,10 +17,9 @@ to the IFSHelperInitialize API to initialize the Library -->
|
|||
<!-- 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>
|
||||
|
||||
<!-- Provide the integrating app name -->
|
||||
<integrated-app-name></integrated-app-name>
|
||||
|
||||
</fs-helper-config>
|
||||
|
|
@ -1,4 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-16" ?>
|
||||
<!-- Seclore Server SDK Java(4.3.2.0) -->
|
||||
<!-- Configuration File (1.1.0.0). -->
|
||||
<!-- This file contains the XML strcuture which should be passed
|
||||
to the IFSHelperInitialize API to initialize the Library -->
|
||||
|
|
@ -20,7 +21,8 @@ to the IFSHelperInitialize API to initialize the Library -->
|
|||
port: 9443
|
||||
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>
|
||||
<port></port>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
# 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
|
||||
|
||||
|
|
@ -27,6 +27,6 @@ While this is an excellent learning resource for the SDK, there are other resour
|
|||
### Official Resources
|
||||
|
||||
- [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)
|
||||
- [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.18.0)
|
||||
- [API Reference](https://ps.seclore.com/sdk/4.4.19.0/apidocs)
|
||||
- [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.19.0)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-16" ?>
|
||||
<!-- Seclore Server SDK Java(4.3.2.0) -->
|
||||
<!-- Configuration File (1.1.0.0). -->
|
||||
<!-- This file contains the XML strcuture which should be passed
|
||||
to the IFSHelperInitialize API to initialize the Library -->
|
||||
|
|
@ -20,7 +21,8 @@ to the IFSHelperInitialize API to initialize the Library -->
|
|||
port: 9443
|
||||
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>
|
||||
<port></port>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
<?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 -->
|
||||
|
|
@ -16,10 +17,9 @@ to the IFSHelperInitialize API to initialize the Library -->
|
|||
<!-- 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>
|
||||
|
||||
<!-- Provide the integrating app name -->
|
||||
<integrated-app-name></integrated-app-name>
|
||||
|
||||
</fs-helper-config>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1,4 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-16" ?>
|
||||
<!-- Seclore Server SDK Java(4.3.2.0) -->
|
||||
<!-- Configuration File (1.1.0.0). -->
|
||||
<!-- This file contains the XML strcuture which should be passed
|
||||
to the IFSHelperInitialize API to initialize the Library -->
|
||||
|
|
@ -20,7 +21,8 @@ to the IFSHelperInitialize API to initialize the Library -->
|
|||
port: 9443
|
||||
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>
|
||||
<port></port>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
<?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 -->
|
||||
|
|
@ -16,10 +17,9 @@ to the IFSHelperInitialize API to initialize the Library -->
|
|||
<!-- 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>
|
||||
|
||||
<!-- Provide the integrating app name -->
|
||||
<integrated-app-name></integrated-app-name>
|
||||
|
||||
</fs-helper-config>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1,4 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-16" ?>
|
||||
<!-- Seclore Server SDK Java(4.3.2.0) -->
|
||||
<!-- Configuration File (1.1.0.0). -->
|
||||
<!-- This file contains the XML strcuture which should be passed
|
||||
to the IFSHelperInitialize API to initialize the Library -->
|
||||
|
|
@ -20,7 +21,8 @@ to the IFSHelperInitialize API to initialize the Library -->
|
|||
port: 9443
|
||||
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>
|
||||
<port></port>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
<?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 -->
|
||||
|
|
@ -16,10 +17,9 @@ to the IFSHelperInitialize API to initialize the Library -->
|
|||
<!-- 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>
|
||||
|
||||
<!-- Provide the integrating app name -->
|
||||
<integrated-app-name></integrated-app-name>
|
||||
|
||||
</fs-helper-config>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1,4 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-16" ?>
|
||||
<!-- Seclore Server SDK Java(4.3.2.0) -->
|
||||
<!-- Configuration File (1.1.0.0). -->
|
||||
<!-- This file contains the XML strcuture which should be passed
|
||||
to the IFSHelperInitialize API to initialize the Library -->
|
||||
|
|
@ -20,7 +21,8 @@ to the IFSHelperInitialize API to initialize the Library -->
|
|||
port: 9443
|
||||
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>
|
||||
<port></port>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
<?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 -->
|
||||
|
|
@ -16,10 +17,9 @@ to the IFSHelperInitialize API to initialize the Library -->
|
|||
<!-- 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>
|
||||
|
||||
<!-- Provide the integrating app name -->
|
||||
<integrated-app-name></integrated-app-name>
|
||||
|
||||
</fs-helper-config>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1,4 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-16" ?>
|
||||
<!-- Seclore Server SDK Java(4.3.2.0) -->
|
||||
<!-- Configuration File (1.1.0.0). -->
|
||||
<!-- This file contains the XML strcuture which should be passed
|
||||
to the IFSHelperInitialize API to initialize the Library -->
|
||||
|
|
@ -20,7 +21,8 @@ to the IFSHelperInitialize API to initialize the Library -->
|
|||
port: 9443
|
||||
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>
|
||||
<port></port>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
<?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 -->
|
||||
|
|
@ -16,10 +17,9 @@ to the IFSHelperInitialize API to initialize the Library -->
|
|||
<!-- 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>
|
||||
|
||||
<!-- Provide the integrating app name -->
|
||||
<integrated-app-name></integrated-app-name>
|
||||
|
||||
</fs-helper-config>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1,4 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-16" ?>
|
||||
<!-- Seclore Server SDK Java(4.3.2.0) -->
|
||||
<!-- Configuration File (1.1.0.0). -->
|
||||
<!-- This file contains the XML strcuture which should be passed
|
||||
to the IFSHelperInitialize API to initialize the Library -->
|
||||
|
|
@ -20,7 +21,8 @@ to the IFSHelperInitialize API to initialize the Library -->
|
|||
port: 9443
|
||||
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>
|
||||
<port></port>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
<?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 -->
|
||||
|
|
@ -16,10 +17,9 @@ to the IFSHelperInitialize API to initialize the Library -->
|
|||
<!-- 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>
|
||||
|
||||
<!-- Provide the integrating app name -->
|
||||
<integrated-app-name></integrated-app-name>
|
||||
|
||||
</fs-helper-config>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1,4 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-16" ?>
|
||||
<!-- Seclore Server SDK Java(4.3.2.0) -->
|
||||
<!-- Configuration File (1.1.0.0). -->
|
||||
<!-- This file contains the XML strcuture which should be passed
|
||||
to the IFSHelperInitialize API to initialize the Library -->
|
||||
|
|
@ -20,7 +21,8 @@ to the IFSHelperInitialize API to initialize the Library -->
|
|||
port: 9443
|
||||
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>
|
||||
<port></port>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
<?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 -->
|
||||
|
|
@ -16,10 +17,9 @@ to the IFSHelperInitialize API to initialize the Library -->
|
|||
<!-- 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>
|
||||
|
||||
<!-- Provide the integrating app name -->
|
||||
<integrated-app-name></integrated-app-name>
|
||||
|
||||
</fs-helper-config>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1,4 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-16" ?>
|
||||
<!-- Seclore Server SDK Java(4.3.2.0) -->
|
||||
<!-- Configuration File (1.1.0.0). -->
|
||||
<!-- This file contains the XML strcuture which should be passed
|
||||
to the IFSHelperInitialize API to initialize the Library -->
|
||||
|
|
@ -20,7 +21,8 @@ to the IFSHelperInitialize API to initialize the Library -->
|
|||
port: 9443
|
||||
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>
|
||||
<port></port>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
<?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 -->
|
||||
|
|
@ -16,10 +17,9 @@ to the IFSHelperInitialize API to initialize the Library -->
|
|||
<!-- 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>
|
||||
|
||||
<!-- Provide the integrating app name -->
|
||||
<integrated-app-name></integrated-app-name>
|
||||
|
||||
</fs-helper-config>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1,4 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-16" ?>
|
||||
<!-- Seclore Server SDK Java(4.3.2.0) -->
|
||||
<!-- Configuration File (1.1.0.0). -->
|
||||
<!-- This file contains the XML strcuture which should be passed
|
||||
to the IFSHelperInitialize API to initialize the Library -->
|
||||
|
|
@ -20,7 +21,8 @@ to the IFSHelperInitialize API to initialize the Library -->
|
|||
port: 9443
|
||||
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>
|
||||
<port></port>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
<?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 -->
|
||||
|
|
@ -16,10 +17,9 @@ to the IFSHelperInitialize API to initialize the Library -->
|
|||
<!-- 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>
|
||||
|
||||
<!-- Provide the integrating app name -->
|
||||
<integrated-app-name></integrated-app-name>
|
||||
|
||||
</fs-helper-config>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1,4 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-16" ?>
|
||||
<!-- Seclore Server SDK Java(4.3.2.0) -->
|
||||
<!-- Configuration File (1.1.0.0). -->
|
||||
<!-- This file contains the XML strcuture which should be passed
|
||||
to the IFSHelperInitialize API to initialize the Library -->
|
||||
|
|
@ -20,7 +21,8 @@ to the IFSHelperInitialize API to initialize the Library -->
|
|||
port: 9443
|
||||
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>
|
||||
<port></port>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
<?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 -->
|
||||
|
|
@ -16,10 +17,9 @@ to the IFSHelperInitialize API to initialize the Library -->
|
|||
<!-- 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>
|
||||
|
||||
<!-- Provide the integrating app name -->
|
||||
<integrated-app-name></integrated-app-name>
|
||||
|
||||
</fs-helper-config>
|
||||
|
|
@ -1,4 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-16" ?>
|
||||
<!-- Seclore Server SDK Java(4.3.2.0) -->
|
||||
<!-- Configuration File (1.1.0.0). -->
|
||||
<!-- This file contains the XML strcuture which should be passed
|
||||
to the IFSHelperInitialize API to initialize the Library -->
|
||||
|
|
@ -20,7 +21,8 @@ to the IFSHelperInitialize API to initialize the Library -->
|
|||
port: 9443
|
||||
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>
|
||||
<port></port>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
<?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 -->
|
||||
|
|
@ -16,10 +17,9 @@ to the IFSHelperInitialize API to initialize the Library -->
|
|||
<!-- 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>
|
||||
|
||||
<!-- Provide the integrating app name -->
|
||||
<integrated-app-name></integrated-app-name>
|
||||
|
||||
</fs-helper-config>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1,4 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-16" ?>
|
||||
<!-- Seclore Server SDK Java(4.3.2.0) -->
|
||||
<!-- Configuration File (1.1.0.0). -->
|
||||
<!-- This file contains the XML strcuture which should be passed
|
||||
to the IFSHelperInitialize API to initialize the Library -->
|
||||
|
|
@ -20,7 +21,8 @@ to the IFSHelperInitialize API to initialize the Library -->
|
|||
port: 9443
|
||||
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>
|
||||
<port></port>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
<?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 -->
|
||||
|
|
@ -16,10 +17,9 @@ to the IFSHelperInitialize API to initialize the Library -->
|
|||
<!-- 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>
|
||||
|
||||
<!-- Provide the integrating app name -->
|
||||
<integrated-app-name></integrated-app-name>
|
||||
|
||||
</fs-helper-config>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1,4 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-16" ?>
|
||||
<!-- Seclore Server SDK Java(4.3.2.0) -->
|
||||
<!-- Configuration File (1.1.0.0). -->
|
||||
<!-- This file contains the XML strcuture which should be passed
|
||||
to the IFSHelperInitialize API to initialize the Library -->
|
||||
|
|
@ -20,7 +21,8 @@ to the IFSHelperInitialize API to initialize the Library -->
|
|||
port: 9443
|
||||
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>
|
||||
<port></port>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
<?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 -->
|
||||
|
|
@ -16,10 +17,9 @@ to the IFSHelperInitialize API to initialize the Library -->
|
|||
<!-- 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>
|
||||
|
||||
<!-- Provide the integrating app name -->
|
||||
<integrated-app-name></integrated-app-name>
|
||||
|
||||
</fs-helper-config>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1,4 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-16" ?>
|
||||
<!-- Seclore Server SDK Java(4.3.2.0) -->
|
||||
<!-- Configuration File (1.1.0.0). -->
|
||||
<!-- This file contains the XML strcuture which should be passed
|
||||
to the IFSHelperInitialize API to initialize the Library -->
|
||||
|
|
@ -20,7 +21,8 @@ to the IFSHelperInitialize API to initialize the Library -->
|
|||
port: 9443
|
||||
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>
|
||||
<port></port>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
<?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 -->
|
||||
|
|
@ -16,10 +17,9 @@ to the IFSHelperInitialize API to initialize the Library -->
|
|||
<!-- 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>
|
||||
|
||||
<!-- Provide the integrating app name -->
|
||||
<integrated-app-name></integrated-app-name>
|
||||
|
||||
</fs-helper-config>
|
||||
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue