certifyKey

fun certifyKey(certifierKeyId: Long, targetKeyId: Long, passphrase: CharArray, userId: String, onDone: () -> Unit)

Signs (certifies) the userId of targetKeyId using certifierKeyId. The passphrase is wiped on completion.