Menu

What Keystores can I use?

On Android devices, you can store your credentials in these types of Keystores: AndroidCAStore, AndroidKeyStore, BCPKCS12, BKS, BouncyCastle, PKCS12.

On Knox devices, you can also use the more secure TIMA Keystore and TIMA Client Certificate Manager (CCM) Keystore. TIMA CCM currently supports a maximum certificate length of 8192 bytes.

Android apps select a Keystore using the API method: java.security.KeyStore.getInstance(type).