exportRevocationCert
fun exportRevocationCert(keyId: Long, passphrase: CharArray, reasonText: String, onDone: (ByteArray) -> Unit)
Generates a revocation certificate for keyId with the given reasonText and delivers the armored bytes via onDone. The passphrase is wiped after.