Download
Releases
| Version | Release Date | Release Notes |
|---|---|---|
| v2.5.4 (latest) | 2025.09.03 | Release Notes - v2.5.4 Sha256Sum: 2e10046cf1523e023fbb86b05b417b000c277c81c547ec1f42f41cf658e1fe4d |
| v2.5.1 | 2025.06.03 | Release Notes - v2.5.1 Sha256Sum: 2ff397cebe84ac91570eca8559fce29844832dfd49bc7818841d9203413c8619 |
| v2.4.6 | 2025.04.16 | Release Notes - v2.4.6 Sha256Sum: 13015ba40e41f21c7453e9af1a58d54999faadbaca7ac89b8fa578047c467de6 |
| v2.4.5 | 2025.03.17 | Release Notes - v2.4.5 Sha256Sum: 7fa1f9989787b4a4bc63b23d1de6c9b8fa4a42856cda84302dba32809935d2e8 |
| v2.4.4 | 2025.01.07 | Release Notes - v2.4.4 Sha256Sum: f79e2895fe8092a1b55d5f7d262a36d7c32b883bcae102630508777c2d0530d1 |
| v2.4.3 | 2024.09.18 | Release Notes - v2.4.3 Sha256Sum: 9131800b6b3e63ba1c2e09adc2b33dd7d94ade68fa42ac7c02376935e764ef40 |
| v2.3.6 | 2023.04.26 | Release Notes - v2.3.6 Sha256Sum: 10b3a4586ffceaa6e6948e27cd315e2220a0a90cad1552079e29cf07d3db3109 |
Download Artifactory Credentials
Retrieve the Download-Link-File from the Securosys Support Portal. This file contains the credentials necessary for downloading the software package.
Support Portal: Download-Link-File
Library & Sample Files
Replace the variables CRED, VERSION with the values from the Download-Link-File.
- Unix
- Windows
- Browser
- Maven/Gradle
USER=support.reader.jce
CRED=REPLACE_ME
VERSION=v2.5.4
curl -L -XGET https://${USER}:${CRED}@securosys.jfrog.io/artifactory/jce-provider/PrimusAPI_JCE-X-${VERSION}.zip -o PrimusAPI_JCE-X-${VERSION}.zip
set USER=support.reader.jce
set CRED=REPLACE_ME
set VERSION=v2.5.4
curl -L -o PrimusAPI_JCE-X-%VERSION%.zip https://%USER%:%CRED%@securosys.jfrog.io/artifactory/jce-provider/PrimusAPI_JCE-X-%VERSION%.zip
Username: support.reader.jce
See the quickstart guide for how to let your build system fetch the JCE Provider from the Securosys Maven Repository.
The java.doc and samples can be obtained from the Securosys Support Portal.