MCPcopy Create free account
hub / github.com/FreeOpcUa/python-opcua / load_private_key

Method load_private_key

opcua/client/client.py:219–223  ·  view source on GitHub ↗

Load user private key. This is used for authenticating using certificate

(self, path)

Source from the content-addressed store, hash-verified

217 self.user_certificate = uacrypto.load_certificate(path)
218
219 def load_private_key(self, path):
220 """
221 Load user private key. This is used for authenticating using certificate
222 """
223 self.user_private_key = uacrypto.load_private_key(path)
224
225 def connect_and_get_server_endpoints(self):
226 """

Callers 5

uaclientFunction · 0.95
set_securityMethod · 0.45
setUpClassMethod · 0.45

Calls

no outgoing calls

Tested by 1

setUpClassMethod · 0.36