Gen class

class cryptosyspki.Gen

General info about the core DLL and errors returned by it.

static compile_time()

Return date and time the core CryptoSys PKI DLL was last compiled.

static core_platform()

Return the platform the core DLL was compiled for ('Win32' or 'X64').

static error_code()

Return the error code of the first error that occurred when calling the last function.

static error_lookup(n)

Return a description of an error code.

Parameters:

n (int) -- Code number

Returns:

Corresponding error message

Return type:

str

static last_error()

Return the last error message set by the toolkit, if any.

static licence_type()

Return licence type: "D"=Developer "T"=Trial.

static module_info()

Get additional information about the core DLL module.

static module_name()

Return full path name of the current process's DLL module.

static version()

Return the release version of the core CryptoSys PKI DLL as an integer value.