From c3da4b5f64be20d45acafe0564e68e130eef24ae Mon Sep 17 00:00:00 2001 From: oepen Date: Fri, 9 Dec 2011 11:47:46 +0000 Subject: [PATCH] Remove dummy code for tags which are already handled by the ISO code git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@658 96b47cad-a561-4643-ad3b-153ac7d7599c --- virtualsmartcard/src/vpicc/virtualsmartcard/cards/nPA.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/virtualsmartcard/src/vpicc/virtualsmartcard/cards/nPA.py b/virtualsmartcard/src/vpicc/virtualsmartcard/cards/nPA.py index 9a8f65c..b561fa1 100644 --- a/virtualsmartcard/src/vpicc/virtualsmartcard/cards/nPA.py +++ b/virtualsmartcard/src/vpicc/virtualsmartcard/cards/nPA.py @@ -39,15 +39,6 @@ class nPA_AT_CRT(ControlReferenceTemplate): print(chat) elif tag == 0x67: auxiliary_data = value - elif tag == 0x80: - mechanism = value - # TODO handle security environment - elif tag == 0x83: - pub_key = value - # TODO handle security environment - elif tag == 0x84: - priv_key = value - # TODO handle security environment elif tag == 0x91: eph_key = value # TODO handle security environment