/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
protocol/json/keybase1/gpg_ui.json
108 строк
2 KB
Michał Zochniak
PGP select: better defaults, disclaimers, fixes to protected secret key import (#11929)
31 май 2018, 21:29
Не верифицирован
31 май 2018, 21:29
1327eba
Код
Авторство
О чём код?
{ "protocol": "gpgUi", "imports": [ { "path": "common.avdl", "type": "idl" }, { "path": "gpg_common.avdl", "type": "idl" } ], "types": [ { "type": "record", "name": "SelectKeyRes", "fields": [ { "type": "string", "name": "keyID" }, { "type": "boolean", "name": "doSecretPush" } ] } ], "messages": { "wantToAddGPGKey": { "request": [ { "name": "sessionID", "type": "int" } ], "response": "boolean" }, "confirmDuplicateKeyChosen": { "request": [ { "name": "sessionID", "type": "int" } ], "response": "boolean" }, "confirmImportSecretToExistingKey": { "request": [ { "name": "sessionID", "type": "int" } ], "response": "boolean" }, "selectKeyAndPushOption": { "request": [ { "name": "sessionID", "type": "int" }, { "name": "keys", "type": { "type": "array", "items": "GPGKey" } } ], "response": "SelectKeyRes" }, "selectKey": { "request": [ { "name": "sessionID", "type": "int" }, { "name": "keys", "type": { "type": "array", "items": "GPGKey" } } ], "response": "string" }, "sign": { "request": [ { "name": "msg", "type": "bytes" }, { "name": "fingerprint", "type": "bytes" } ], "response": "string" }, "getTTY": { "request": [], "response": "string" } }, "namespace": "keybase.1" }