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
1 changed files with 1 additions and 1 deletions

View File

@ -658,7 +658,7 @@ class SymmetricKey(Key):
}
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.