Download the JCE Provider
Download the JCE Provider
Overview
The JCE API Provider can be downloaded from the Support Portal. The Support Portal page contains:
- The JCE Provider JAR.
- The release notes.
- The "Download Links" file containing links, credentials, and commands to fetch the ZIP file via the command line.
- The Javadoc.
- The code samples.
note
Access to the Support Portal requires an account. If you are an existing Primus HSM or CloudHSM customer, your organization should already have an account. If you are not yet a Securosys customer, please contact us.
Download Instructions
- Login to the Support Portal and go to the Software - JCE/JCA Provider (API) page.
- Download the
PrimusAPI_JCE-X-DownloadLink-v2.y.z.txt(for the required provider version).- It contains the credentials for the JFrog repository.
- Open the file. Use the download links and credentials to download the release ZIP:
- Unix
- Windows (cmd.exe)
- Browser
- Maven/Gradle
USER=support.reader.jce
CRED=REPLACE_ME
VERSION=v2.6.1
curl -L -O https://${USER}:${CRED}@securosys.jfrog.io/artifactory/jce-provider/PrimusAPI_JCE-X-${VERSION}.zip
set USER=support.reader.jce
set CRED=REPLACE_ME
set VERSION=v2.6.1
curl -L -O 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.