Wrapper for ENGINE object.
|
|
|
__init__(self,
id=None,
_ptr=None,
_pyfree=1)
Create new Engine from ENGINE pointer or obtain by id |
|
|
|
|
|
ctrl_cmd_string(self,
cmd,
arg,
optional=0)
Call ENGINE_ctrl_cmd_string |
|
|
|
get_name(self)
Return engine name |
|
|
|
get_id(self)
Return engine id |
|
|
|
set_default(self,
methods=65535)
Use this engine as default for methods specified in argument Possible
values are bitwise OR of m2.ENGINE_METHOD_* |
|
|
|
load_private_key(self,
name,
pin=None)
Load private key with engine methods (e.g from smartcard). |
|
|
|
load_public_key(self,
name,
pin=None)
Load public key with engine methods (e.g from smartcard). |
|
|
|
|