Menu

How can I ensure that certificates are stored in the TIMA KeyStore, using the Knox SDK?

In order to ensure that certificates will be saved in the TrustZone, you need to use the public boolean enableTimaKeystore(Boolean enable) API method. Enabling the TIMA KeyStore also requires TIMA CCM to be enabled for apps to store certificates in the TrustZone. Existing certificates stored in the Android KeyStore will not be impacted and only the new certificates will be stored in TrustZone after enabling the TIMA KeyStore and the TIMA CCM for affected apps.