mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2025-05-18 00:54:51 -04:00
Delete kmsRequestUnknown.py
This commit is contained in:
parent
425eb427a9
commit
8b7470db4a
1 changed files with 0 additions and 13 deletions
|
@ -1,13 +0,0 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
import struct
|
||||
|
||||
from kmsBase import kmsBase
|
||||
|
||||
class kmsRequestUnknown(kmsBase):
|
||||
def executeRequestLogic(self):
|
||||
finalResponse = bytearray()
|
||||
finalResponse.extend(bytearray(struct.pack('<I', 0)))
|
||||
finalResponse.extend(bytearray(struct.pack('<I', 0)))
|
||||
finalResponse.extend(bytearray(struct.pack('<I', self.errorCodes['SL_E_VL_KEY_MANAGEMENT_SERVICE_ID_MISMATCH'])))
|
||||
return str(finalResponse)
|
Loading…
Add table
Add a link
Reference in a new issue