JOptionPane.showMessageDialog(this, ex.getMessage(), "Decryption error", JOptionPane.ERROR_MESSAGE);
}
}//GEN-LAST:event_decryptButtonActionPerformed
private void signWrapAttackCheckBoxItemStateChanged(java.awt.event.ItemEvent evt) {//GEN-FIRST:event_signWrapAttackCheckBoxItemStateChanged
SamlProxy samlProxy = this.saml.getSamlProxy();
boolean signWrapAttack = evt.getStateChange() == ItemEvent.SELECTED;
samlProxy.setSignWrapAttack(signWrapAttack);
}//GEN-LAST:event_signWrapAttackCheckBoxItemStateChanged