Integratec API Platform
def opPyApi.opCore.generateKeyPair (   self,
  path,
  name 
)

Generates a public and private encryption key pair.

Parameters
[in]pathPath to the directory for saving the key pair.
[in]nameKey pair name.
Usage
Specify the path to the directory for saving the key pair using the path parameter and the key pair name using the name parameter.
The file name for the public key is the value of the name parameter with an extension of .public appended.
The file name for the private key is the value of the name parameter with an extension of .private appended.