Removing unused functions

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@457 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
oepen
2011-07-29 17:52:20 +00:00
parent b8ed669d9f
commit 87860758c8

View File

@@ -143,15 +143,7 @@ class SAM(object):
def set_MF(self, mf):
self.mf = mf
self.SM_handler.set_MF(mf)
def addFSkey(self, path, key):
#Deprecated ?
self.CardContainer.addKey(path, key)
def delFSkey(self, path):
#Deprecated ?
self.CardContainer.removeKey(path)
def FSencrypt(self, data):
"""
Encrypt the given data, using the parameters stored in the SAM