diff --git a/FOSS-Licenses.txt b/FOSS-Licenses.txt index 22789b3..5145789 100644 --- a/FOSS-Licenses.txt +++ b/FOSS-Licenses.txt @@ -25,47 +25,46 @@ libraries. List of open source libraries: -1. BouncyCastle Crypto Library Java 1.0.2.4 +1. BouncyCastle Crypto Library Java 2.1.0 2. Apache Logging for Java 2.17.1 3. Apache Commons 4. xerces XML Parser 2.12.2 - ------------------------------------------------------------------------------- + -1. BouncyCastle Crypto Library Java 1.0.2.4 +1. BouncyCastle Crypto Library Java 2.1.0 https://www.bouncycastle.org/fips-java/ -MIT +Bouncy Castle License --- begin of LICENSE --- +Please note the Bouncy Caste License should be read in the same way as the MIT license. -Copyright (c) 2000-2021 The Legion of the Bouncy Castle Inc. (http://www.bouncycastle.org) +Please also note this licensing model is made possible through funding from donations and the sale of support contracts. -Permission is hereby granted, free of charge, to any person obtaining a copy of this software -and associated documentation files (the "Software"), to deal in the Software without restriction, -including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: +Bouncy Castle License +Copyright (c) 2000 - 2024 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org) -The above copyright notice and this permission notice shall be included in all copies or substantial -portions of the Software. +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, -INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR -PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER -DEALINGS IN THE SOFTWARE. +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Third party licenses +The OpenPGP library and the MLS library both make use of additional open source code: + +openpgp - includes modified BZIP2 library which is licensed under the Apache Software License, Version 2.0. +MLS - The MLS Client makes use of io.grpc licensed under Apache Software License, Version 2.0, and com.google.protobuf which is licensed under the 3-Clause BSD License. @@ -73,8 +72,9 @@ DEALINGS IN THE SOFTWARE. -------------------------------------------------------------------------------- +------------------------------------------------------------------------------- + 2. Apache Logging for Java 2.17.1 @@ -298,7 +298,7 @@ Apache 2.0 ------------------------------------------------------------------------------- - + 3. Apache Commons @@ -371,7 +371,7 @@ END OF TERMS AND CONDITIONS ------------------------------------------------------------------------------- - + 4. xerces XML Parser 2.12.2 @@ -592,6 +592,4 @@ Apache 2.0 -------------------------------------------------------------------------------- - - +------------------------------------------------------------------------------- \ No newline at end of file diff --git a/README.md b/README.md index 8b7d4d0..81403da 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.19.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.20.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.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) +- [API Reference](https://ps.seclore.com/sdk/4.4.20.0/apidocs) +- [Error Codes](https://ps.seclore.com/sdk/4.4.20.0/errorcodes) +- [Seclore Server SDK Package](https://repo.seclore.com/public/-/packages/generic/seclore-java-sdk/4.4.20.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/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 deleted file mode 100644 index 3e18326..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.8.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.9.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.9.0.jar new file mode 100644 index 0000000..ad581e8 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.9.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.19.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.20.0.jar similarity index 90% 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.19.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.20.0.jar index 559b1e3..7620fa1 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.19.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.20.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 4e85ac0..d8dbee3 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/bin/Protect With Hot Folder and Wrap Sample App/lib/seclore-io-1.0.0.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/seclore-io-1.0.0.0.jar deleted file mode 100644 index 365237b..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/seclore-io-1.0.0.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/seclore-io-1.0.1.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/seclore-io-1.0.1.0.jar new file mode 100644 index 0000000..61ba701 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/seclore-io-1.0.1.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-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 deleted file mode 100644 index 3e18326..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.8.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.9.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.9.0.jar new file mode 100644 index 0000000..ad581e8 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.9.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.19.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.20.0.jar similarity index 90% 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.19.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.20.0.jar index 559b1e3..7620fa1 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.19.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.20.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/seclore-io-1.0.0.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/seclore-io-1.0.0.0.jar deleted file mode 100644 index 365237b..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/seclore-io-1.0.0.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/seclore-io-1.0.1.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/seclore-io-1.0.1.0.jar new file mode 100644 index 0000000..61ba701 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/seclore-io-1.0.1.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-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 deleted file mode 100644 index 3e18326..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.8.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.9.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.9.0.jar new file mode 100644 index 0000000..ad581e8 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.9.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.19.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.20.0.jar similarity index 90% 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.19.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.20.0.jar index 559b1e3..7620fa1 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.19.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.20.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 1c472fb..5a0b2b7 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/bin/Protect With Hot Folder and Wrap Sample App/lib/seclore-io-1.0.0.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/seclore-io-1.0.0.0.jar deleted file mode 100644 index 365237b..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/seclore-io-1.0.0.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/seclore-io-1.0.1.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/seclore-io-1.0.1.0.jar new file mode 100644 index 0000000..61ba701 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/seclore-io-1.0.1.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-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 deleted file mode 100644 index 3e18326..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.8.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.9.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.9.0.jar new file mode 100644 index 0000000..ad581e8 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.9.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.19.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.20.0.jar similarity index 90% 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.19.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.20.0.jar index 559b1e3..7620fa1 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.19.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.20.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/seclore-io-1.0.0.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/seclore-io-1.0.0.0.jar deleted file mode 100644 index 365237b..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/seclore-io-1.0.0.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/seclore-io-1.0.1.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/seclore-io-1.0.1.0.jar new file mode 100644 index 0000000..61ba701 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/seclore-io-1.0.1.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-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 deleted file mode 100644 index 3e18326..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.8.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.9.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.9.0.jar new file mode 100644 index 0000000..ad581e8 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.9.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.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 deleted file mode 100644 index 559b1e3..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.19.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.20.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.20.0.jar new file mode 100644 index 0000000..7620fa1 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.20.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 eae440f..abb4352 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/bin/Protect With Independent Rights & Wrap/lib/seclore-io-1.0.0.0.jar b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/seclore-io-1.0.0.0.jar deleted file mode 100644 index 365237b..0000000 Binary files a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/seclore-io-1.0.0.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/seclore-io-1.0.1.0.jar b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/seclore-io-1.0.1.0.jar new file mode 100644 index 0000000..61ba701 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/seclore-io-1.0.1.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-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 deleted file mode 100644 index 3e18326..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.8.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.9.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.9.0.jar new file mode 100644 index 0000000..ad581e8 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.9.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.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 deleted file mode 100644 index 559b1e3..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.19.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.20.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.20.0.jar new file mode 100644 index 0000000..7620fa1 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.20.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/seclore-io-1.0.0.0.jar b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/lib/seclore-io-1.0.0.0.jar deleted file mode 100644 index 365237b..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/seclore-io-1.0.0.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/seclore-io-1.0.1.0.jar b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/lib/seclore-io-1.0.1.0.jar new file mode 100644 index 0000000..61ba701 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/seclore-io-1.0.1.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-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 deleted file mode 100644 index 3e18326..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.8.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.9.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.9.0.jar new file mode 100644 index 0000000..ad581e8 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.9.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.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 deleted file mode 100644 index 559b1e3..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.19.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.20.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.20.0.jar new file mode 100644 index 0000000..7620fa1 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.20.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 e62a413..dd965ea 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/bin/Protect With Independent Rights & Wrap/lib/seclore-io-1.0.0.0.jar b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/seclore-io-1.0.0.0.jar deleted file mode 100644 index 365237b..0000000 Binary files a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/seclore-io-1.0.0.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/seclore-io-1.0.1.0.jar b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/seclore-io-1.0.1.0.jar new file mode 100644 index 0000000..61ba701 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/seclore-io-1.0.1.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-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 deleted file mode 100644 index 3e18326..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.8.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.9.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.9.0.jar new file mode 100644 index 0000000..ad581e8 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.9.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.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 deleted file mode 100644 index 559b1e3..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.19.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.20.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.20.0.jar new file mode 100644 index 0000000..7620fa1 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.20.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/seclore-io-1.0.0.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/seclore-io-1.0.0.0.jar deleted file mode 100644 index 365237b..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/seclore-io-1.0.0.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/seclore-io-1.0.1.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/seclore-io-1.0.1.0.jar new file mode 100644 index 0000000..61ba701 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/seclore-io-1.0.1.0.jar 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 deleted file mode 100644 index 3e18326..0000000 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/fs-smaillibrary-1.2.8.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.9.0.jar b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/fs-smaillibrary-1.2.9.0.jar new file mode 100644 index 0000000..ad581e8 Binary files /dev/null and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/fs-smaillibrary-1.2.9.0.jar 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 deleted file mode 100644 index 559b1e3..0000000 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/fs-ws-client-4.4.19.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.20.0.jar b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/fs-ws-client-4.4.20.0.jar new file mode 100644 index 0000000..7620fa1 Binary files /dev/null and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/fs-ws-client-4.4.20.0.jar differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/seclore-io-1.0.0.0.jar b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/seclore-io-1.0.0.0.jar deleted file mode 100644 index 365237b..0000000 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/seclore-io-1.0.0.0.jar and /dev/null differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/seclore-io-1.0.1.0.jar b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/seclore-io-1.0.1.0.jar new file mode 100644 index 0000000..61ba701 Binary files /dev/null and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/seclore-io-1.0.1.0.jar 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 deleted file mode 100644 index 3e18326..0000000 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/lib/fs-smaillibrary-1.2.8.0.jar and /dev/null differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/lib/fs-smaillibrary-1.2.9.0.jar b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/lib/fs-smaillibrary-1.2.9.0.jar new file mode 100644 index 0000000..ad581e8 Binary files /dev/null and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/lib/fs-smaillibrary-1.2.9.0.jar 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 deleted file mode 100644 index 559b1e3..0000000 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/lib/fs-ws-client-4.4.19.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.20.0.jar b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/lib/fs-ws-client-4.4.20.0.jar new file mode 100644 index 0000000..7620fa1 Binary files /dev/null and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/lib/fs-ws-client-4.4.20.0.jar differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/lib/seclore-io-1.0.0.0.jar b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/lib/seclore-io-1.0.0.0.jar deleted file mode 100644 index 365237b..0000000 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/lib/seclore-io-1.0.0.0.jar and /dev/null differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/lib/seclore-io-1.0.1.0.jar b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/lib/seclore-io-1.0.1.0.jar new file mode 100644 index 0000000..61ba701 Binary files /dev/null and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/lib/seclore-io-1.0.1.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-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 deleted file mode 100644 index 3e18326..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.8.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.9.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.9.0.jar new file mode 100644 index 0000000..ad581e8 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.9.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.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 deleted file mode 100644 index 559b1e3..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.19.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.20.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.20.0.jar new file mode 100644 index 0000000..7620fa1 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.20.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 21a3d31..edc4e96 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/bin/Unprotect & Unwrap in EA context Sample App/lib/seclore-io-1.0.0.0.jar b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/seclore-io-1.0.0.0.jar deleted file mode 100644 index 365237b..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/seclore-io-1.0.0.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/seclore-io-1.0.1.0.jar b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/seclore-io-1.0.1.0.jar new file mode 100644 index 0000000..61ba701 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/seclore-io-1.0.1.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-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 deleted file mode 100644 index 3e18326..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.8.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.9.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.9.0.jar new file mode 100644 index 0000000..ad581e8 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.9.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.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 deleted file mode 100644 index 559b1e3..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.19.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.20.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.20.0.jar new file mode 100644 index 0000000..7620fa1 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.20.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/seclore-io-1.0.0.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/seclore-io-1.0.0.0.jar deleted file mode 100644 index 365237b..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/seclore-io-1.0.0.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/seclore-io-1.0.1.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/seclore-io-1.0.1.0.jar new file mode 100644 index 0000000..61ba701 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/seclore-io-1.0.1.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-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 deleted file mode 100644 index 3e18326..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.8.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.9.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.9.0.jar new file mode 100644 index 0000000..ad581e8 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.9.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.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 deleted file mode 100644 index 559b1e3..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.19.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.20.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.20.0.jar new file mode 100644 index 0000000..7620fa1 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.20.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 9e8c8dd..0fa1b46 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/bin/Unprotect & Unwrap in EA context Sample App/lib/seclore-io-1.0.0.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/seclore-io-1.0.0.0.jar deleted file mode 100644 index 365237b..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/seclore-io-1.0.0.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/seclore-io-1.0.1.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/seclore-io-1.0.1.0.jar new file mode 100644 index 0000000..61ba701 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/seclore-io-1.0.1.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-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 deleted file mode 100644 index 3e18326..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.8.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.9.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.9.0.jar new file mode 100644 index 0000000..ad581e8 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.9.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.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 deleted file mode 100644 index 559b1e3..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.19.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.20.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.20.0.jar new file mode 100644 index 0000000..7620fa1 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.20.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/seclore-io-1.0.0.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/seclore-io-1.0.0.0.jar deleted file mode 100644 index 365237b..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/seclore-io-1.0.0.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/seclore-io-1.0.1.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/seclore-io-1.0.1.0.jar new file mode 100644 index 0000000..61ba701 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/seclore-io-1.0.1.0.jar differ