this.injectAttributesTable.setModel(this.injectAttributesTableModel);
this.encryptedAttributesTableModel = new AttributesTableModel();
this.encryptedAttributesTable.setModel(this.encryptedAttributesTableModel);
this.samlCertificateRepository = new SamlCertificateRepository();
this.samlCertificateRepository.addPropertyChangeListener(new PropertyChangeListener() {
@Override
public void propertyChange(PropertyChangeEvent event) {
String propertyName = event.getPropertyName();
if (propertyName.equals(SamlCertificateRepository.SELECTED_KEY)) {