2
0
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:
Peter Hamilton
2015-07-01 08:38:37 -04:00
parent f22b3f9c60
commit 7a9f190ec4
5 changed files with 461 additions and 3 deletions

View File

@@ -30,6 +30,9 @@ class DummyCryptographicObject(CryptographicObject):
"""
super(DummyCryptographicObject, self).__init__()
def validate(self):
return
def __repr__(self):
return ''