mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-26 07:18:33 +03:00
global_platform: use scp_key_identity ICCID for ADF.ISD
Related: OS#6531 Change-Id: I73a6f7088321a2b703074aa5228910709050cab2
This commit is contained in:
@@ -894,6 +894,7 @@ class CardApplicationISD(CardApplicationSD):
|
|||||||
# application using '00a4040000' and then parse the response FCI to get the ISD AID
|
# application using '00a4040000' and then parse the response FCI to get the ISD AID
|
||||||
def __init__(self, aid='a000000003000000'):
|
def __init__(self, aid='a000000003000000'):
|
||||||
super().__init__(aid=aid, name='ADF.ISD', desc='Issuer Security Domain')
|
super().__init__(aid=aid, name='ADF.ISD', desc='Issuer Security Domain')
|
||||||
|
self.adf.scp_key_identity = 'ICCID'
|
||||||
|
|
||||||
#class CardProfileGlobalPlatform(CardProfile):
|
#class CardProfileGlobalPlatform(CardProfile):
|
||||||
# ORDER = 23
|
# ORDER = 23
|
||||||
|
|||||||
Reference in New Issue
Block a user