addSubkey
fun addSubkey(keyId: Long, passphrase: CharArray, subkeyType: SubkeyType, rsaBits: Int, onDone: () -> Unit)
Adds a subkey of subkeyType to the secret key keyId and persists the updated public/secret rings. The passphrase is wiped on completion.