Download JCE/JCA API Provider
To download the software, you must be a registered support user.
If you are new to developing applications with a Securosys-HSM, you can obtain a free developer account by contacting us at info@securosys.com.
Download Link & Credentials
To download the PrimusJCE Provider retrieve the Download-Link-File from the Securosys Support Portal Knowledge Base article in the Download section. This file contains the credentials necessary for downloading the software package.
Support Portal: Download-Link-File
Configuration Files
Replace the variables CRED
, VERSION
with the values from the Download-Link-File.
- Unix
- Windows
- Browser
USER=support.reader.jce
CRED=REPLACE_ME
VERSION=v2.4.3
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.4.3
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
SHA256 Sum
9131800b6b3e63ba1c2e09adc2b33dd7d94ade68fa42ac7c02376935e764ef40 PrimusAPI_JCE-X-v2.4.3.zip
The java.doc and samples can be obtained on Securosys Support Portal here.