public interface TKSmartCardTokenDriverDelegate extends TKTokenDriverDelegate
| Modifier and Type | Method and Description |
|---|---|
TKSmartCardToken |
tokenDriverCreateTokenForSmartCardAIDError(TKSmartCardTokenDriver driver,
TKSmartCard smartCard,
NSData AID,
org.moe.natj.general.ptr.Ptr<NSError> error)
Called by system when new SmartCard is detected.
|
tokenDriverTerminateToken, tokenDriverTokenForConfigurationErrorTKSmartCardToken tokenDriverCreateTokenForSmartCardAIDError(TKSmartCardTokenDriver driver, TKSmartCard smartCard, NSData AID, org.moe.natj.general.ptr.Ptr<NSError> error)
smartCard - Target SmartCard.AID - ISO7816-4 AID (application ID) which is already selected on the card. If @c com.apple.ctk.aid is not present, no application is selected and this parameter is nil.error - Error details if operation fails.