mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2025-05-20 19:29:25 +02:00
Delete kmsRequestUnknown.py
This commit is contained in:
parent
7771cd6cc9
commit
67614ea3b5
1 changed files with 0 additions and 9 deletions
|
@ -1,9 +0,0 @@
|
||||||
from kmsBase import kmsBase
|
|
||||||
|
|
||||||
class kmsRequestUnknown(kmsBase):
|
|
||||||
def getResponse(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