mirror of
https://github.com/openkmip/pykmip
synced 2026-01-04 17:43:51 +00:00
Add Rekey support to the payload factories
This change adds Rekey payload support to the payload factories. Payload factory unit tests have been updated to account for the change. Fixes #424
This commit is contained in:
@@ -31,6 +31,9 @@ class ResponsePayloadFactory(PayloadFactory):
|
||||
def _create_derive_key_payload(self):
|
||||
return payloads.DeriveKeyResponsePayload()
|
||||
|
||||
def _create_rekey_payload(self):
|
||||
return payloads.RekeyResponsePayload()
|
||||
|
||||
def _create_rekey_key_pair_payload(self):
|
||||
return payloads.RekeyKeyPairResponsePayload()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user