initialize_async


Description:

public static async Module? initialize_async (string path, Cancellable? cancellable) throws Error

Asynchronously load and initialize a PKCS#11 module represented by a [classModule] object.

Parameters:

path

the file system path to the PKCS#11 module to load

cancellable

optional cancellation object

callback

a callback which will be called when the operation completes

user_data

data to pass to the callback