Creating a cryptographic smart card driver
To create a cryptographic smart card driver for BlackBerry Device Software version 4.1 or later, you have to extend two classes. One class, CryptoSmartCard, represents a type of smart card. The other class, CryptoSmartCardSession, represents a communications session with a smart card of that type.
Next topic: Create a smart card driver project
Previous topic: Smart card driver infrastructure