Download Primus Tools
Download the Primus Tools
Overview
The Primus Tools can be downloaded from the Support Portal. The Support Portal page contains:
- The ZIP with the
primus-tools.jar,primusX.jar, andkt.jar. - The "Download Links" file containing links, credentials, and commands to fetch the ZIP file via the command line.
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 - Primus Tools page.
- Download the
PrimusHSM_PrimusTools_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
USER=support.reader.jce
CRED=REPLACE_ME
VERSION=latest
curl -L -O https://${USER}:${CRED}@securosys.jfrog.io/artifactory/jce-provider/PrimusTools_JCE-${VERSION}.zip
set USER=support.reader.jce
set CRED=REPLACE_ME
set VERSION=latest
curl -L -O https://%USER%:%CRED%@securosys.jfrog.io/artifactory/jce-provider/PrimusTools_JCE-%VERSION%.zip
Username: support.reader.jce