SCM iOS API
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CBluetoothPeripheralClass represents a bluetooth peripheral. To compare two BluetoothPeripheral objects, call:
 CPinClass represents a PIN that protects smart card contents
 CPinConstraintClass describes the format constraints of the PIN (which must be enforced when changing the PIN value)
 CReaderClass represents a smart card reader (either a physical, hardware reader, or a virtual smart card reader)
 C<ReaderEvents>Protocol used to received smart card reader events
 CSCMEnvironmentMain class for the Smart Card Middleware API
 CTokenClass represents connection to a smart card (or more generally, any cryptographic device). Token objects are obtained by calling the Reader#connect: method
 CTokenObjectClass describes a cryptographic object located in a smart card
 CCertificateThis class describes a certificate object. Inherits from TokenObject
 CKeyClass describes a key object. Inherits from TokenObject
 CPrivateKeyClass describes a private key object. Inherits from Key
 CPublicKeyClass describes a public key object. Inherits from Key