Getting Started

The Privakey CX Android library is designed to extend the functionality of existing applications with advanced authorization and authentication capabilities. Securing the Mobile Application and by extension the use of the Mobile Library is a shared responsibility between Privakey and the developers leveraging the libraries.

The primary functions of the Mobile Libraries include:

  1. Generation and maintenance of the authorization/authentication and access asymmetric key-pairs.
  2. Interaction with the Privakey CX Auth service, including:
    • Processing challenge responses
    • Getting requests and request details
    • Manage Device details

Pre-Requisites

The following are requirements for PrivakeyCX to work.

Supported Android API

  • Android 8.0+
  • Android API 19+

Dependencies

Testing Dependencies

Permissons

The Android CX Library requires the INTERNET permission. Include the following in your Android Manifest.

<uses-permission android:name="android.permission.INTERNET" />

Getting the Library

Contact Privakey Inc at this Link to get details on how to get the CX Library for Android.