Skip to Main Content

Java Card

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

APDU for X.509 Certificate

843851Apr 9 2003 — edited Apr 9 2003
Would 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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 7 2003
Added on Apr 9 2003
3 comments
636 views