APDU for X.509 Certificate
843851Apr 9 2003 — edited Apr 9 2003Would like to understand APDU commands necessary to read X.509 Certificate from CAC card. Have ActivCard document describing "PKI Applet Specification", and believe I must first perform "Install" (CLA:84, INS:E6) then "PIN Verify" (CLA:80, INS:20) then presumably can read EF 02FE, which is the certificate.
My implementation of "Install", only using "make selectable", returns 6985, "conditions of use not satisfied".
And my implementation of "PIN Verify" returns 6D00, "unknown instruction given in the command".
Any sample APDU code for getting the X.509? Thanks.