Install Guide

Source Installation for Android 29
RSA BSAFE Cert-J 6.2.4 Installation Guide
3. Install and run the test application on all attached devices:
For systems running a Windows operating system:
./gradlew.bat testAll
For systems running a Unix operating system:
./gradlew testAll
4. View <root>/certj-src/android/BsafeAndroid/build/reports to
verify the results of each test.
Build the system tests from Android Studio
System test applications are available in four build variants for the certj module:
certjDebug - non-FIPS 140-2 mode with the Pure Java implementation
certjFipsDebug - FIPS 140-2 mode with the Pure Java implementation
certjNativeDebug - non-FIPS 140-2 mode with the Native implementation
certjNativeFipsDebug - FIPS 140-2 mode with the Native implementation.
Before you Begin:
1. In the development environment, launch Android Studio.
2. Open the Android test project,
BsafeAndroid.
This downloads the Gradle zip file and initializes Gradle to use the Gradle
wrapper. The process may take from 10 to 20 minutes.
To install the test application on the attached device.
1. In the development environment, navigate to the certj module in Project
explorer.
2. Select the required build variant.
3. Right click
com.rsa.bsafe.android.variant.TestMainActivity
where variant is one of:
certj
certj.fips
certjnative
certjnative.fips
4. From the drop-down box, select Run.
To run the system tests on the attached device:
1. On the attached device, select Start from the menu list to run the tests.