is there method to view and export files from phone storage keystore?
the android app i got has the keystore to managed digital user certs, it can be viewed via UI, i wanted to view them in phone storage but could not locate them.
is there method to view and export files from phone storage keystore?
the android app i got has the keystore to managed digital user certs, it can be viewed via UI, i wanted to view them in phone storage but could not locate them.
AndroidKeystore
. It it uses this keystore type and you are on a recent device then the private keys are stored hardware protected. The keys can only be used on the device but not extracted. The AndroidKeystore is a system service that stores all keys+certs of all apps on the system. – Robert Apr 01 '21 at 07:55AndroidKeystore
. – Robert Apr 06 '21 at 07:05