Interface InitializationOptions

interface InitializationOptions {
    flags?: number;
    libraryParameters?: string;
}

Properties

flags?: number

bit flags specifying options for PKCS11.C_Initialize

  • CKF_LIBRARY_CANT_CREATE_OS_THREADS. True if application threads which are executing calls to the library may not use native operating system calls to spawn new threads; false if they may
  • CKF_OS_LOCKING_OK. True if the library can use the native operation system threading model for locking; false otherwise
libraryParameters?: string

NSS library parameters