global_platform: use scp_key_identity ICCID for ADF.ISD

Related: OS#6531
Change-Id: I73a6f7088321a2b703074aa5228910709050cab2
This commit is contained in:
Philipp Maier
2024-08-23 17:22:04 +02:00
parent 1034a9749f
commit cc4c021bb1

View File

@@ -894,6 +894,7 @@ class CardApplicationISD(CardApplicationSD):
# application using '00a4040000' and then parse the response FCI to get the ISD AID
def __init__(self, aid='a000000003000000'):
super().__init__(aid=aid, name='ADF.ISD', desc='Issuer Security Domain')
self.adf.scp_key_identity = 'ICCID'
#class CardProfileGlobalPlatform(CardProfile):
# ORDER = 23