mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-16 18:38:32 +03:00
add comment about not updating existing key_usage_qualifier
Change-Id: Ie23ae5fde17be6b37746784bf1601b4d0874397a
This commit is contained in:
@@ -679,6 +679,11 @@ class SdKey(BinaryParam):
|
|||||||
)
|
)
|
||||||
pe.add_key(key)
|
pe.add_key(key)
|
||||||
else:
|
else:
|
||||||
|
# A key of this KVN and ID already exists in the profile.
|
||||||
|
|
||||||
|
# Keep the key_usage_qualifier as it was in the profile, so skip this here:
|
||||||
|
# key.key_usage_qualifier = cls.key_usage_qual
|
||||||
|
|
||||||
key.key_components = set_components
|
key.key_components = set_components
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|||||||
Reference in New Issue
Block a user