I need to get full x509 certificate from smart card in psam slot on android. I got apdu commands working with devices sdk.
On windows this certificate appears in personal store when smart card is inserted and smart card pin is used to unlock it.
-
Extract x509 der with only public key from smart card by apdu, there is no apdu command in smart card docs for full certificate extraction
-
Use cn from above certificate to locate full certificate in personal store
How do i get this certificate on android?
I tried looking through all android key stores and verious apdu commands that failed.