if (ui != null) {
CryptoStatusDisplay csd = ui.getCryptoStatusDisplay();
if (csd != null)
csd.cryptoUpdated(cInfo);
try {
ui.refreshDisplay();
} catch (OperationCancelledException oce) {
} catch (MessagingException me) {
showError(Pooka.getProperty("Error.encryption.decryptionFailed", "Decryption Failed: "), me);