(ticket/PS-394) Support for Server SDK Java 4.4.20.0 (#12)

Reviewed-on: #12
Reviewed-by: developer2 <developer2@seclore.com>
Co-authored-by: Developer1 <developer1@seclore.com>
Co-committed-by: Developer1 <developer1@seclore.com>
This commit is contained in:
Developer1 2025-12-04 10:43:01 +00:00 committed by developer2
parent f647b3cea4
commit 14b7168d70
88 changed files with 26 additions and 28 deletions

View File

@ -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 2.1.0 -->
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 -->
2. Apache Logging for Java 2.17.1
@ -298,7 +298,7 @@ Apache 2.0
-------------------------------------------------------------------------------
<!-- 3. Apache Commons -->
3. Apache Commons
@ -371,7 +371,7 @@ END OF TERMS AND CONDITIONS
-------------------------------------------------------------------------------
<!-- 4. xerces XML Parser 2.12.2 -->
4. xerces XML Parser 2.12.2
@ -592,6 +592,4 @@ Apache 2.0
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------

View File

@ -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)