mapping ca oid to the correct algorithm

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@704 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2012-02-01 11:24:54 +00:00
parent bb00e76c99
commit 4de6741bbc

View File

@@ -145,6 +145,7 @@ class CardGenerator(object):
from virtualsmartcard.SmartcardSAM import SAM
ALGO_MAPPING["\x04\x00\x7f\x00\x07\x02\x02\x04\x02\x02"] = "PACE"
ALGO_MAPPING["\x04\x00\x7f\x00\x07\x02\x02\x03\x02\x02"] = "CA"
self.mf = MF()