Download
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 (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.
The java.doc and samples can be obtained from the Securosys Support Portal.