2
0
mirror of https://github.com/openkmip/pykmip synced 2025-12-21 10:43:15 +00:00

add app_specific_info

This commit is contained in:
Pranathi Locula
2021-10-18 13:32:35 -04:00
committed by arp102
parent 19a901d0be
commit 95b54707f7

View File

@@ -658,7 +658,7 @@ class SymmetricKey(Key):
} }
def __init__(self, algorithm, length, value, app_specific_info=None, masks=None, def __init__(self, algorithm, length, value, app_specific_info=None, masks=None,
name='Symmetric Key2', key_wrapping_data=None): name='Symmetric Key', key_wrapping_data=None):
""" """
Create a SymmetricKey. Create a SymmetricKey.