diff --git a/Doc/Config/cabinet config.xml b/Doc/Config/cabinet config.xml index 1d6eba7..8b1b259 100644 --- a/Doc/Config/cabinet config.xml +++ b/Doc/Config/cabinet config.xml @@ -1,4 +1,5 @@ + @@ -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). --> diff --git a/Doc/Config/config.xml b/Doc/Config/config.xml index 11362a7..f5c7d8a 100644 --- a/Doc/Config/config.xml +++ b/Doc/Config/config.xml @@ -1,4 +1,5 @@ + @@ -15,11 +16,10 @@ to the IFSHelperInitialize API to initialize the Library --> true false - - - \ No newline at end of file diff --git a/Doc/Config/end user config.xml b/Doc/Config/end user config.xml index de27475..ae91a64 100644 --- a/Doc/Config/end user config.xml +++ b/Doc/Config/end user config.xml @@ -1,4 +1,5 @@ + @@ -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). --> diff --git a/README.md b/README.md index 07f7c72..8b7d4d0 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/config/cabinet config.xml b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/config/cabinet config.xml index 1d6eba7..8b1b259 100644 --- a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/config/cabinet config.xml +++ b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/config/cabinet config.xml @@ -1,4 +1,5 @@ + @@ -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). --> diff --git a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/config/config.xml b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/config/config.xml index 11362a7..f5c7d8a 100644 --- a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/config/config.xml +++ b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/config/config.xml @@ -1,4 +1,5 @@ + @@ -15,11 +16,10 @@ to the IFSHelperInitialize API to initialize the Library --> true false - - - \ No newline at end of file diff --git a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/bc-fips-1.0.2.4.jar b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/bc-fips-1.0.2.4.jar deleted file mode 100644 index a38f9d0..0000000 Binary files a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/bc-fips-1.0.2.4.jar and /dev/null differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/fs-smaillibrary-1.2.7.0.jar b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/fs-smaillibrary-1.2.7.0.jar deleted file mode 100644 index c01ec4a..0000000 Binary files a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/fs-smaillibrary-1.2.7.0.jar and /dev/null differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/fs-smaillibrary-1.2.8.0.jar b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/fs-smaillibrary-1.2.8.0.jar new file mode 100644 index 0000000..3e18326 Binary files /dev/null and b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/fs-smaillibrary-1.2.8.0.jar differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/fs-ws-client-4.4.18.0.jar b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/fs-ws-client-4.4.19.0.jar similarity index 97% rename from examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/fs-ws-client-4.4.18.0.jar rename to examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/fs-ws-client-4.4.19.0.jar index d0a949c..559b1e3 100644 Binary files a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/fs-ws-client-4.4.18.0.jar and b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/fs-ws-client-4.4.19.0.jar differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/sample-app.jar b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/sample-app.jar index 74112b1..4e85ac0 100644 Binary files a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/sample-app.jar and b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/sample-app.jar differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/config/cabinet config.xml b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/config/cabinet config.xml index 1d6eba7..8b1b259 100644 --- a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/config/cabinet config.xml +++ b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/config/cabinet config.xml @@ -1,4 +1,5 @@ + @@ -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). --> diff --git a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/config/config.xml b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/config/config.xml index 11362a7..f5c7d8a 100644 --- a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/config/config.xml +++ b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/config/config.xml @@ -1,4 +1,5 @@ + @@ -15,11 +16,10 @@ to the IFSHelperInitialize API to initialize the Library --> true false - - - \ No newline at end of file diff --git a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/lib/bc-fips-1.0.2.4.jar b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/lib/bc-fips-1.0.2.4.jar deleted file mode 100644 index a38f9d0..0000000 Binary files a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/lib/bc-fips-1.0.2.4.jar and /dev/null differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/lib/fs-smaillibrary-1.2.7.0.jar b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/lib/fs-smaillibrary-1.2.7.0.jar deleted file mode 100644 index c01ec4a..0000000 Binary files a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/lib/fs-smaillibrary-1.2.7.0.jar and /dev/null differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/lib/fs-smaillibrary-1.2.8.0.jar b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/lib/fs-smaillibrary-1.2.8.0.jar new file mode 100644 index 0000000..3e18326 Binary files /dev/null and b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/lib/fs-smaillibrary-1.2.8.0.jar differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/lib/fs-ws-client-4.4.18.0.jar b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/lib/fs-ws-client-4.4.19.0.jar similarity index 97% rename from examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/lib/fs-ws-client-4.4.18.0.jar rename to examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/lib/fs-ws-client-4.4.19.0.jar index d0a949c..559b1e3 100644 Binary files a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/lib/fs-ws-client-4.4.18.0.jar and b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/lib/fs-ws-client-4.4.19.0.jar differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/config/cabinet config.xml b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/config/cabinet config.xml index 1d6eba7..8b1b259 100644 --- a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/config/cabinet config.xml +++ b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/config/cabinet config.xml @@ -1,4 +1,5 @@ + @@ -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). --> diff --git a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/config/config.xml b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/config/config.xml index 11362a7..f5c7d8a 100644 --- a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/config/config.xml +++ b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/config/config.xml @@ -1,4 +1,5 @@ + @@ -15,11 +16,10 @@ to the IFSHelperInitialize API to initialize the Library --> true false - - - \ No newline at end of file diff --git a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/bc-fips-1.0.2.4.jar b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/bc-fips-1.0.2.4.jar deleted file mode 100644 index a38f9d0..0000000 Binary files a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/bc-fips-1.0.2.4.jar and /dev/null differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/fs-smaillibrary-1.2.7.0.jar b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/fs-smaillibrary-1.2.7.0.jar deleted file mode 100644 index c01ec4a..0000000 Binary files a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/fs-smaillibrary-1.2.7.0.jar and /dev/null differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/fs-smaillibrary-1.2.8.0.jar b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/fs-smaillibrary-1.2.8.0.jar new file mode 100644 index 0000000..3e18326 Binary files /dev/null and b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/fs-smaillibrary-1.2.8.0.jar differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/fs-ws-client-4.4.18.0.jar b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/fs-ws-client-4.4.19.0.jar similarity index 97% rename from examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/fs-ws-client-4.4.18.0.jar rename to examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/fs-ws-client-4.4.19.0.jar index d0a949c..559b1e3 100644 Binary files a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/fs-ws-client-4.4.18.0.jar and b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/fs-ws-client-4.4.19.0.jar differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/sample-app.jar b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/sample-app.jar index da09040..1c472fb 100644 Binary files a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/sample-app.jar and b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/sample-app.jar differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/config/cabinet config.xml b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/config/cabinet config.xml index 1d6eba7..8b1b259 100644 --- a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/config/cabinet config.xml +++ b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/config/cabinet config.xml @@ -1,4 +1,5 @@ + @@ -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). --> diff --git a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/config/config.xml b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/config/config.xml index 11362a7..f5c7d8a 100644 --- a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/config/config.xml +++ b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/config/config.xml @@ -1,4 +1,5 @@ + @@ -15,11 +16,10 @@ to the IFSHelperInitialize API to initialize the Library --> true false - - - \ No newline at end of file diff --git a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/lib/bc-fips-1.0.2.4.jar b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/lib/bc-fips-1.0.2.4.jar deleted file mode 100644 index a38f9d0..0000000 Binary files a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/lib/bc-fips-1.0.2.4.jar and /dev/null differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/lib/fs-smaillibrary-1.2.7.0.jar b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/lib/fs-smaillibrary-1.2.7.0.jar deleted file mode 100644 index c01ec4a..0000000 Binary files a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/lib/fs-smaillibrary-1.2.7.0.jar and /dev/null differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/lib/fs-smaillibrary-1.2.8.0.jar b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/lib/fs-smaillibrary-1.2.8.0.jar new file mode 100644 index 0000000..3e18326 Binary files /dev/null and b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/lib/fs-smaillibrary-1.2.8.0.jar differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/lib/fs-ws-client-4.4.18.0.jar b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/lib/fs-ws-client-4.4.19.0.jar similarity index 97% rename from examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/lib/fs-ws-client-4.4.18.0.jar rename to examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/lib/fs-ws-client-4.4.19.0.jar index d0a949c..559b1e3 100644 Binary files a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/lib/fs-ws-client-4.4.18.0.jar and b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/lib/fs-ws-client-4.4.19.0.jar differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/config/cabinet config.xml b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/config/cabinet config.xml index 1d6eba7..8b1b259 100644 --- a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/config/cabinet config.xml +++ b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/config/cabinet config.xml @@ -1,4 +1,5 @@ + @@ -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). --> diff --git a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/config/config.xml b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/config/config.xml index 11362a7..f5c7d8a 100644 --- a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/config/config.xml +++ b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/config/config.xml @@ -1,4 +1,5 @@ + @@ -15,11 +16,10 @@ to the IFSHelperInitialize API to initialize the Library --> true false - - - \ No newline at end of file diff --git a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/bc-fips-1.0.2.4.jar b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/bc-fips-1.0.2.4.jar deleted file mode 100644 index a38f9d0..0000000 Binary files a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/bc-fips-1.0.2.4.jar and /dev/null differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/fs-smaillibrary-1.2.7.0.jar b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/fs-smaillibrary-1.2.7.0.jar deleted file mode 100644 index c01ec4a..0000000 Binary files a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/fs-smaillibrary-1.2.7.0.jar and /dev/null differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/fs-smaillibrary-1.2.8.0.jar b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/fs-smaillibrary-1.2.8.0.jar new file mode 100644 index 0000000..3e18326 Binary files /dev/null and b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/fs-smaillibrary-1.2.8.0.jar differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/fs-ws-client-4.4.18.0.jar b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/fs-ws-client-4.4.18.0.jar deleted file mode 100644 index d0a949c..0000000 Binary files a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/fs-ws-client-4.4.18.0.jar and /dev/null differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/fs-ws-client-4.4.19.0.jar b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/fs-ws-client-4.4.19.0.jar new file mode 100644 index 0000000..559b1e3 Binary files /dev/null and b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/fs-ws-client-4.4.19.0.jar differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/sample-app.jar b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/sample-app.jar index a48e924..eae440f 100644 Binary files a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/sample-app.jar and b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/sample-app.jar differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/config/cabinet config.xml b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/config/cabinet config.xml index 1d6eba7..8b1b259 100644 --- a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/config/cabinet config.xml +++ b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/config/cabinet config.xml @@ -1,4 +1,5 @@ + @@ -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). --> diff --git a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/config/config.xml b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/config/config.xml index 11362a7..f5c7d8a 100644 --- a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/config/config.xml +++ b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/config/config.xml @@ -1,4 +1,5 @@ + @@ -15,11 +16,10 @@ to the IFSHelperInitialize API to initialize the Library --> true false - - - \ No newline at end of file diff --git a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/lib/bc-fips-1.0.2.4.jar b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/lib/bc-fips-1.0.2.4.jar deleted file mode 100644 index a38f9d0..0000000 Binary files a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/lib/bc-fips-1.0.2.4.jar and /dev/null differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/lib/fs-smaillibrary-1.2.7.0.jar b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/lib/fs-smaillibrary-1.2.7.0.jar deleted file mode 100644 index c01ec4a..0000000 Binary files a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/lib/fs-smaillibrary-1.2.7.0.jar and /dev/null differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/lib/fs-smaillibrary-1.2.8.0.jar b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/lib/fs-smaillibrary-1.2.8.0.jar new file mode 100644 index 0000000..3e18326 Binary files /dev/null and b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/lib/fs-smaillibrary-1.2.8.0.jar differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/lib/fs-ws-client-4.4.18.0.jar b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/lib/fs-ws-client-4.4.18.0.jar deleted file mode 100644 index d0a949c..0000000 Binary files a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/lib/fs-ws-client-4.4.18.0.jar and /dev/null differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/lib/fs-ws-client-4.4.19.0.jar b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/lib/fs-ws-client-4.4.19.0.jar new file mode 100644 index 0000000..559b1e3 Binary files /dev/null and b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/lib/fs-ws-client-4.4.19.0.jar differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/config/cabinet config.xml b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/config/cabinet config.xml index 1d6eba7..8b1b259 100644 --- a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/config/cabinet config.xml +++ b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/config/cabinet config.xml @@ -1,4 +1,5 @@ + @@ -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). --> diff --git a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/config/config.xml b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/config/config.xml index 11362a7..f5c7d8a 100644 --- a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/config/config.xml +++ b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/config/config.xml @@ -1,4 +1,5 @@ + @@ -15,11 +16,10 @@ to the IFSHelperInitialize API to initialize the Library --> true false - - - \ No newline at end of file diff --git a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/bc-fips-1.0.2.4.jar b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/bc-fips-1.0.2.4.jar deleted file mode 100644 index a38f9d0..0000000 Binary files a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/bc-fips-1.0.2.4.jar and /dev/null differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/fs-smaillibrary-1.2.7.0.jar b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/fs-smaillibrary-1.2.7.0.jar deleted file mode 100644 index c01ec4a..0000000 Binary files a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/fs-smaillibrary-1.2.7.0.jar and /dev/null differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/fs-smaillibrary-1.2.8.0.jar b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/fs-smaillibrary-1.2.8.0.jar new file mode 100644 index 0000000..3e18326 Binary files /dev/null and b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/fs-smaillibrary-1.2.8.0.jar differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/fs-ws-client-4.4.18.0.jar b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/fs-ws-client-4.4.18.0.jar deleted file mode 100644 index d0a949c..0000000 Binary files a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/fs-ws-client-4.4.18.0.jar and /dev/null differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/fs-ws-client-4.4.19.0.jar b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/fs-ws-client-4.4.19.0.jar new file mode 100644 index 0000000..559b1e3 Binary files /dev/null and b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/fs-ws-client-4.4.19.0.jar differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/sample-app.jar b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/sample-app.jar index 42c35a8..e62a413 100644 Binary files a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/sample-app.jar and b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/sample-app.jar differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/config/cabinet config.xml b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/config/cabinet config.xml index 1d6eba7..8b1b259 100644 --- a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/config/cabinet config.xml +++ b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/config/cabinet config.xml @@ -1,4 +1,5 @@ + @@ -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). --> diff --git a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/config/config.xml b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/config/config.xml index 11362a7..f5c7d8a 100644 --- a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/config/config.xml +++ b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/config/config.xml @@ -1,4 +1,5 @@ + @@ -15,11 +16,10 @@ to the IFSHelperInitialize API to initialize the Library --> true false - - - \ No newline at end of file diff --git a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/lib/bc-fips-1.0.2.4.jar b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/lib/bc-fips-1.0.2.4.jar deleted file mode 100644 index a38f9d0..0000000 Binary files a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/lib/bc-fips-1.0.2.4.jar and /dev/null differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/lib/fs-smaillibrary-1.2.7.0.jar b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/lib/fs-smaillibrary-1.2.7.0.jar deleted file mode 100644 index c01ec4a..0000000 Binary files a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/lib/fs-smaillibrary-1.2.7.0.jar and /dev/null differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/lib/fs-smaillibrary-1.2.8.0.jar b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/lib/fs-smaillibrary-1.2.8.0.jar new file mode 100644 index 0000000..3e18326 Binary files /dev/null and b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/lib/fs-smaillibrary-1.2.8.0.jar differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/lib/fs-ws-client-4.4.18.0.jar b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/lib/fs-ws-client-4.4.18.0.jar deleted file mode 100644 index d0a949c..0000000 Binary files a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/lib/fs-ws-client-4.4.18.0.jar and /dev/null differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/lib/fs-ws-client-4.4.19.0.jar b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/lib/fs-ws-client-4.4.19.0.jar new file mode 100644 index 0000000..559b1e3 Binary files /dev/null and b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/lib/fs-ws-client-4.4.19.0.jar differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/bc-fips-1.0.2.4.jar b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/bc-fips-1.0.2.4.jar deleted file mode 100644 index a38f9d0..0000000 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/bc-fips-1.0.2.4.jar and /dev/null differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/fs-smaillibrary-1.2.7.0.jar b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/fs-smaillibrary-1.2.7.0.jar deleted file mode 100644 index c01ec4a..0000000 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/fs-smaillibrary-1.2.7.0.jar and /dev/null differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/fs-smaillibrary-1.2.8.0.jar b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/fs-smaillibrary-1.2.8.0.jar new file mode 100644 index 0000000..3e18326 Binary files /dev/null and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/fs-smaillibrary-1.2.8.0.jar differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/fs-ws-client-4.4.18.0.jar b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/fs-ws-client-4.4.18.0.jar deleted file mode 100644 index d0a949c..0000000 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/fs-ws-client-4.4.18.0.jar and /dev/null differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/fs-ws-client-4.4.19.0.jar b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/fs-ws-client-4.4.19.0.jar new file mode 100644 index 0000000..559b1e3 Binary files /dev/null and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/fs-ws-client-4.4.19.0.jar differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/config/cabinet config.xml b/examples/Sample App/DMS Sample App/bin/Web App/config/cabinet config.xml index 1d6eba7..8b1b259 100644 --- a/examples/Sample App/DMS Sample App/bin/Web App/config/cabinet config.xml +++ b/examples/Sample App/DMS Sample App/bin/Web App/config/cabinet config.xml @@ -1,4 +1,5 @@ + @@ -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). --> diff --git a/examples/Sample App/DMS Sample App/bin/Web App/config/config.xml b/examples/Sample App/DMS Sample App/bin/Web App/config/config.xml index 11362a7..f5c7d8a 100644 --- a/examples/Sample App/DMS Sample App/bin/Web App/config/config.xml +++ b/examples/Sample App/DMS Sample App/bin/Web App/config/config.xml @@ -1,4 +1,5 @@ + @@ -15,11 +16,10 @@ to the IFSHelperInitialize API to initialize the Library --> true false - - - \ No newline at end of file diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/lib/bc-fips-1.0.2.4.jar b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/lib/bc-fips-1.0.2.4.jar deleted file mode 100644 index a38f9d0..0000000 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/lib/bc-fips-1.0.2.4.jar and /dev/null differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/lib/fs-smaillibrary-1.2.7.0.jar b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/lib/fs-smaillibrary-1.2.7.0.jar deleted file mode 100644 index c01ec4a..0000000 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/lib/fs-smaillibrary-1.2.7.0.jar and /dev/null differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/lib/fs-smaillibrary-1.2.8.0.jar b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/lib/fs-smaillibrary-1.2.8.0.jar new file mode 100644 index 0000000..3e18326 Binary files /dev/null and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/lib/fs-smaillibrary-1.2.8.0.jar differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/lib/fs-ws-client-4.4.18.0.jar b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/lib/fs-ws-client-4.4.18.0.jar deleted file mode 100644 index d0a949c..0000000 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/lib/fs-ws-client-4.4.18.0.jar and /dev/null differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/lib/fs-ws-client-4.4.19.0.jar b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/lib/fs-ws-client-4.4.19.0.jar new file mode 100644 index 0000000..559b1e3 Binary files /dev/null and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/lib/fs-ws-client-4.4.19.0.jar differ diff --git a/examples/Sample App/DMS Sample App/src/Web/config/cabinet config.xml b/examples/Sample App/DMS Sample App/src/Web/config/cabinet config.xml index 1d6eba7..8b1b259 100644 --- a/examples/Sample App/DMS Sample App/src/Web/config/cabinet config.xml +++ b/examples/Sample App/DMS Sample App/src/Web/config/cabinet config.xml @@ -1,4 +1,5 @@ + @@ -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). --> diff --git a/examples/Sample App/DMS Sample App/src/Web/config/config.xml b/examples/Sample App/DMS Sample App/src/Web/config/config.xml index 11362a7..f5c7d8a 100644 --- a/examples/Sample App/DMS Sample App/src/Web/config/config.xml +++ b/examples/Sample App/DMS Sample App/src/Web/config/config.xml @@ -1,4 +1,5 @@ + @@ -15,11 +16,10 @@ to the IFSHelperInitialize API to initialize the Library --> true false - - - \ No newline at end of file diff --git a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/config/cabinet config.xml b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/config/cabinet config.xml index 1d6eba7..8b1b259 100644 --- a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/config/cabinet config.xml +++ b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/config/cabinet config.xml @@ -1,4 +1,5 @@ + @@ -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). --> diff --git a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/config/config.xml b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/config/config.xml index 11362a7..f5c7d8a 100644 --- a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/config/config.xml +++ b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/config/config.xml @@ -1,4 +1,5 @@ + @@ -15,11 +16,10 @@ to the IFSHelperInitialize API to initialize the Library --> true false - - - \ No newline at end of file diff --git a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/bc-fips-1.0.2.4.jar b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/bc-fips-1.0.2.4.jar deleted file mode 100644 index a38f9d0..0000000 Binary files a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/bc-fips-1.0.2.4.jar and /dev/null differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/fs-smaillibrary-1.2.7.0.jar b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/fs-smaillibrary-1.2.7.0.jar deleted file mode 100644 index c01ec4a..0000000 Binary files a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/fs-smaillibrary-1.2.7.0.jar and /dev/null differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/fs-smaillibrary-1.2.8.0.jar b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/fs-smaillibrary-1.2.8.0.jar new file mode 100644 index 0000000..3e18326 Binary files /dev/null and b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/fs-smaillibrary-1.2.8.0.jar differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/fs-ws-client-4.4.18.0.jar b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/fs-ws-client-4.4.18.0.jar deleted file mode 100644 index d0a949c..0000000 Binary files a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/fs-ws-client-4.4.18.0.jar and /dev/null differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/fs-ws-client-4.4.19.0.jar b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/fs-ws-client-4.4.19.0.jar new file mode 100644 index 0000000..559b1e3 Binary files /dev/null and b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/fs-ws-client-4.4.19.0.jar differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/sample-app.jar b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/sample-app.jar index 4ec7164..21a3d31 100644 Binary files a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/sample-app.jar and b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/sample-app.jar differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/config/cabinet config.xml b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/config/cabinet config.xml index 1d6eba7..8b1b259 100644 --- a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/config/cabinet config.xml +++ b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/config/cabinet config.xml @@ -1,4 +1,5 @@ + @@ -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). --> diff --git a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/config/config.xml b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/config/config.xml index 11362a7..f5c7d8a 100644 --- a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/config/config.xml +++ b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/config/config.xml @@ -1,4 +1,5 @@ + @@ -15,11 +16,10 @@ to the IFSHelperInitialize API to initialize the Library --> true false - - - \ No newline at end of file diff --git a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/lib/bc-fips-1.0.2.4.jar b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/lib/bc-fips-1.0.2.4.jar deleted file mode 100644 index a38f9d0..0000000 Binary files a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/lib/bc-fips-1.0.2.4.jar and /dev/null differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/lib/fs-smaillibrary-1.2.7.0.jar b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/lib/fs-smaillibrary-1.2.7.0.jar deleted file mode 100644 index c01ec4a..0000000 Binary files a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/lib/fs-smaillibrary-1.2.7.0.jar and /dev/null differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/lib/fs-smaillibrary-1.2.8.0.jar b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/lib/fs-smaillibrary-1.2.8.0.jar new file mode 100644 index 0000000..3e18326 Binary files /dev/null and b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/lib/fs-smaillibrary-1.2.8.0.jar differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/lib/fs-ws-client-4.4.18.0.jar b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/lib/fs-ws-client-4.4.18.0.jar deleted file mode 100644 index d0a949c..0000000 Binary files a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/lib/fs-ws-client-4.4.18.0.jar and /dev/null differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/lib/fs-ws-client-4.4.19.0.jar b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/lib/fs-ws-client-4.4.19.0.jar new file mode 100644 index 0000000..559b1e3 Binary files /dev/null and b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/lib/fs-ws-client-4.4.19.0.jar differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/config/cabinet config.xml b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/config/cabinet config.xml index 1d6eba7..8b1b259 100644 --- a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/config/cabinet config.xml +++ b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/config/cabinet config.xml @@ -1,4 +1,5 @@ + @@ -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). --> diff --git a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/config/config.xml b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/config/config.xml index 11362a7..f5c7d8a 100644 --- a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/config/config.xml +++ b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/config/config.xml @@ -1,4 +1,5 @@ + @@ -15,11 +16,10 @@ to the IFSHelperInitialize API to initialize the Library --> true false - - - \ No newline at end of file diff --git a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/bc-fips-1.0.2.4.jar b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/bc-fips-1.0.2.4.jar deleted file mode 100644 index a38f9d0..0000000 Binary files a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/bc-fips-1.0.2.4.jar and /dev/null differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/fs-smaillibrary-1.2.7.0.jar b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/fs-smaillibrary-1.2.7.0.jar deleted file mode 100644 index c01ec4a..0000000 Binary files a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/fs-smaillibrary-1.2.7.0.jar and /dev/null differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/fs-smaillibrary-1.2.8.0.jar b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/fs-smaillibrary-1.2.8.0.jar new file mode 100644 index 0000000..3e18326 Binary files /dev/null and b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/fs-smaillibrary-1.2.8.0.jar differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/fs-ws-client-4.4.18.0.jar b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/fs-ws-client-4.4.18.0.jar deleted file mode 100644 index d0a949c..0000000 Binary files a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/fs-ws-client-4.4.18.0.jar and /dev/null differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/fs-ws-client-4.4.19.0.jar b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/fs-ws-client-4.4.19.0.jar new file mode 100644 index 0000000..559b1e3 Binary files /dev/null and b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/fs-ws-client-4.4.19.0.jar differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/sample-app.jar b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/sample-app.jar index 86c0c67..9e8c8dd 100644 Binary files a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/sample-app.jar and b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/sample-app.jar differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/config/cabinet config.xml b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/config/cabinet config.xml index 1d6eba7..8b1b259 100644 --- a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/config/cabinet config.xml +++ b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/config/cabinet config.xml @@ -1,4 +1,5 @@ + @@ -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). --> diff --git a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/config/config.xml b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/config/config.xml index 11362a7..f5c7d8a 100644 --- a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/config/config.xml +++ b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/config/config.xml @@ -1,4 +1,5 @@ + @@ -15,11 +16,10 @@ to the IFSHelperInitialize API to initialize the Library --> true false - - - \ No newline at end of file diff --git a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/lib/bc-fips-1.0.2.4.jar b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/lib/bc-fips-1.0.2.4.jar deleted file mode 100644 index a38f9d0..0000000 Binary files a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/lib/bc-fips-1.0.2.4.jar and /dev/null differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/lib/fs-smaillibrary-1.2.7.0.jar b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/lib/fs-smaillibrary-1.2.7.0.jar deleted file mode 100644 index c01ec4a..0000000 Binary files a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/lib/fs-smaillibrary-1.2.7.0.jar and /dev/null differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/lib/fs-smaillibrary-1.2.8.0.jar b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/lib/fs-smaillibrary-1.2.8.0.jar new file mode 100644 index 0000000..3e18326 Binary files /dev/null and b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/lib/fs-smaillibrary-1.2.8.0.jar differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/lib/fs-ws-client-4.4.18.0.jar b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/lib/fs-ws-client-4.4.18.0.jar deleted file mode 100644 index d0a949c..0000000 Binary files a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/lib/fs-ws-client-4.4.18.0.jar and /dev/null differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/lib/fs-ws-client-4.4.19.0.jar b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/lib/fs-ws-client-4.4.19.0.jar new file mode 100644 index 0000000..559b1e3 Binary files /dev/null and b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/lib/fs-ws-client-4.4.19.0.jar differ