Removing unused functions
git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@457 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
@@ -144,14 +144,6 @@ class SAM(object):
|
|||||||
self.mf = mf
|
self.mf = mf
|
||||||
self.SM_handler.set_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):
|
def FSencrypt(self, data):
|
||||||
"""
|
"""
|
||||||
Encrypt the given data, using the parameters stored in the SAM
|
Encrypt the given data, using the parameters stored in the SAM
|
||||||
|
|||||||
Reference in New Issue
Block a user