MCPcopy Create free account
hub / github.com/chris2511/xca / initPin

Method initPin

widgets/MainWindow.cpp:330–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328}
329
330void MainWindow::initPin()
331{
332 if (!pkcs11::libraries.loaded())
333 return;
334 try {
335 pkcs11 p11;
336 slotid slot;
337
338 if (!p11.selectToken(&slot, this))
339 return;
340 p11.initPin(slot);
341 } catch (errorEx &err) {
342 XCA_ERROR(err);
343 }
344}
345
346
347void MainWindow::manageToken()

Callers

nothing calls this directly

Calls 2

loadedMethod · 0.80
selectTokenMethod · 0.80

Tested by

no test coverage detected