Skip to content
Advertisement

Tag: client-certificates

Create and Import PKCS12 Certificate In Android (Java)

I am working on an Android app that handles the creation and installation of Client Certificates. I have everything set up and working except for the importing of PKCS12 Certificates into Android using the KeyChain.createInstallIntent() function. Because I need to handle the the creation of PKCS12 Certificates client side I am generating the keys and importing them into the KeyStore

Advertisement