Netwrapper

This commit is contained in:
DESKTOP-DPA61F8\Benedek 2021-04-23 18:13:18 +02:00
parent 3ca93438e6
commit 4005a86058

View File

@ -7,7 +7,9 @@ class NetWrapper:
self.privateKey = privateKey self.privateKey = privateKey
self.cipherKey = cipherKey self.cipherKey = cipherKey
def identifyServer(self): def identifyServer(self,message: bytes):
#Message is coded with Server RSA public key in string byte format
#Create network_interface
pass pass
def identifyCleint(self): def identifyCleint(self):