mirror of
https://github.com/openkmip/pykmip
synced 2025-12-21 02:33:33 +00:00
add app_specific_info
This commit is contained in:
@@ -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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user