mirror of
https://github.com/openkmip/pykmip
synced 2025-12-21 18:53:15 +00:00
Adding SymmetricKey to the Pie object hierarchy
This change adds SymmetricKey to the Pie object hierarchy along with a test suite and updates to the other classes and test suites composing the Pie interface.
This commit is contained in:
@@ -30,6 +30,9 @@ class DummyCryptographicObject(CryptographicObject):
|
||||
"""
|
||||
super(DummyCryptographicObject, self).__init__()
|
||||
|
||||
def validate(self):
|
||||
return
|
||||
|
||||
def __repr__(self):
|
||||
return ''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user