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

Method setOwnPass

widgets/KeyTreeView.cpp:59–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void KeyTreeView::setOwnPass()
60{
61 if (!basemodel)
62 return;
63 try {
64 keys()->setOwnPass(currentIndex(), pki_key::ptPrivate);
65 } catch (errorEx &err) {
66 XCA_ERROR(err);
67 }
68}
69
70void KeyTreeView::resetOwnPass()
71{

Callers 1

resetOwnPassMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected