mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2026-01-06 08:30:01 +01:00
Delete kmsRequestUnknown.py
This commit is contained in:
parent
8f6d93c703
commit
71ac79cce8
|
|
@ -1,13 +0,0 @@
|
||||||
#!/usr/bin/env python3
|
|
||||||
|
|
||||||
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 finalResponse.decode('utf-8').encode('utf-8')
|
|
||||||
Loading…
Reference in a new issue