Closed gabriel closed 9 years ago
Also I'm probably sending null for ids. Do you add the default keybase user?
Also at the very end, if I send public and private = NO, it gives a 901, key not found error. Also should keyGen return a key id? But I'm always setting at least public = YES, so this isn't a big deal.
keyGenSimple calls mykeyUi.getPushPreferences and secretUi.getNewPassphrase.
For the UI client, these can be method params?
I assume by default the key is triplesec'ed with the keybase password in the keyring and I don't have to specify. Or maybe you don't cache the password, in which case:
you could rename to
keyGenDefault
since its more of a default thing than a simple thing ;)