简体   繁体   中英

Clarification require on offline data authentication

If card support SDA + DDA , At what condition POS will not perform SDA/DDA operation?? Is ODA performed by POS decided on basis of tag 82 only? or other tags/values check by the terminal to decide - ODA need to perform or not...

For me - DDA check card is genuine or not and no data altered inside it so it must be performed by any terminal.

Also I believe CA pubic key require to decrypt the certificate and here RID + Tag 8F used to get the correct key from key repository. Is it correct?

If card support SDA + DDA , At what condition POS will not perform SDA/DDA operation??

POS will not perform SDA/DDA only when POS is not able for perform offline Transaction

Is ODA performed by POS decided on basis of tag 82 only?

Yes, Tag 82 tells, card support offline data authentication or not. Performing ODA is depend on capability of card and terminal. If Tag 82, DDA bit is 1 and terminal support offline data authentication, terminal must perform DDA.

Also I believe CA pubic key require to decrypt the certificate and here RID + Tag 8F used to get the correct key from key repository. Is it correct?

Each terminal/POS have different CA public keys that is require to decrypt the certificate. At the time of transaction , POS read RID and Tag 8F ( index) from the card and fetch the corresponding key from key Repository. same key is used to decrypt the certificate.

Can check more about ODA Here....

hope this information is up to the mark, Any correction/updation are welcome.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM