EMV Contact vs PKI Card
Card vs CardEMV Contact handles payment transactions while PKI cards handle authentication and digital signatures. Both can coexist on the same chip platform.
EMV Contact vs PKI Smart Card
EMV Contact and PKI smart cards are both ISO 7816 contact cards carrying cryptographic keys inside a secure element — but they are engineered for entirely different trust models. EMV is optimised for fast, offline-capable payment authentication; PKI cards are optimised for long-form identity assertions, digital signatures on documents, and mutual TLS authentication.
Overview
EMV Contact cards carry one or more payment applications identified by AIDs (Application Identifiers) such as A0000000031010 (Visa) or A0000000041010 (Mastercard). The secure element stores a card-specific RSA or ECC private key used exclusively to sign transaction data (ARQC). The corresponding public key is certified in a certificate chain rooted at the payment network (Visa/MC CA → Issuer CA → Card). The EMV protocol is tightly defined — card responses are fixed-format; the card cannot expose its private key for non-payment operations.
PKI smart cards carry X.509 certificates linked to one or more RSA or ECC key pairs stored in the card's secure element. Unlike EMV, PKI cards expose a standard cryptographic API — typically PKCS#11 (for Linux/macOS), Microsoft CryptoAPI/CNG (for Windows), or OpenPGP card interface. Applications can request the card to sign arbitrary data (email, PDF, code) or decrypt data encrypted to the card's public key. The card never exports the private key; all crypto happens on-card. PIV cards carry up to four key slots: PIV Authentication, Card Authentication, Digital Signature, and Key Management.
Key Differences
- Purpose: EMV signs payment transaction data; PKI signs arbitrary documents and authenticates to arbitrary services
- Certificate authority: EMV CA is the payment network (Visa, MC); PKI CA is a government or enterprise PKI hierarchy
- API exposed: EMV uses proprietary EMV APDU commands; PKI uses PKCS#11, CryptoAPI, or OpenPGP
- Key usage: EMV keys are single-purpose (payment ARQC); PKI keys cover signing, encryption, authentication
- Validity period: EMV card validity is typically 3–5 years; PKI certificates can be issued for 1–3 years with separate card lifecycle
- Revocation: EMV relies on online authorisation and hot card lists; PKI uses OCSP and CRL
- User verification: EMV uses PIN (online or offline) or cdCVM; PKI requires PIN for every private key operation
Use Cases
EMV Contact is the interface for:
- Credit and debit payment at POS terminals and ATMs
- Chip-and-PIN mandate compliance (EU, UK, AU, CA, and most global markets)
- Transit open-loop payment using a bank card
- Prepaid travel money cards
PKI Smart Cards handle:
- PIV card and CAC logical access to government systems
- Email signing and encryption (S/MIME) in enterprise environments
- Document signing: PDF, XML, DOCX with long-term validation (LTV)
- Code signing for software releases and firmware
- TLS client certificate authentication (mutual TLS) for VPN and web portals
- eGovernment portals where citizens must authenticate or sign declarations
Verdict
EMV contact and PKI cards serve non-overlapping purposes in practice, though the underlying hardware is often identical silicon. National ID cards and government payment cards sometimes combine both: an EMV payment application and a PKI identity applet on the same JavaCard chip. If you need payment authentication, choose EMV. If you need digital identity, document signing, or multi-service logical access, PKI is the right architecture. The two can coexist on a single card when the issuer's use case demands it.
Recommandation
EMV for payment; PKI for signing and authentication. Multi-application cards combine both.
Questions fréquemment posées
Each comparison provides a side-by-side analysis covering interface type, chip architecture, security certification, communication protocol, application domains, and cost. Card-vs-card comparisons focus on specific products, while cross-technology comparisons evaluate broader categories like Contact vs Contactless or EMV vs MIFARE.