Public Member Functions | |
| OperatorCertificateView () | |
| void | update (ICertificate a_certificate) |
| String | getOrganisation () |
| String | getOrganisationalUnit () |
| CountryMapper | getCountryMapper () |
| boolean | isCA () |
| String | getCommonName () |
| String | getCountry () |
| String | getEMail () |
| String | getURL () |
Private Member Functions | |
| String | formatDNField (String a_strDNField) |
Private Attributes | |
| boolean | m_bCA |
| CountryMapper | m_CountryMapper |
| String | m_strOrganisation |
| String | m_strOrgaUnit |
| String | m_strEMail |
| String | m_strURL |
| String | m_strCommonName |
| mixconfig.OperatorCertificateView.OperatorCertificateView | ( | ) |
References mixconfig.OperatorCertificateView.update().
| void mixconfig.OperatorCertificateView.update | ( | ICertificate | a_certificate | ) |
Update the view with a new certificate.
| a_certificate | the certificate to update the view with |
Implements mixconfig.ICertificateView.
References mixconfig.OperatorCertificateView.formatDNField(), mixconfig.OperatorCertificateView.m_bCA, mixconfig.OperatorCertificateView.m_CountryMapper, mixconfig.OperatorCertificateView.m_strCommonName, mixconfig.OperatorCertificateView.m_strEMail, mixconfig.OperatorCertificateView.m_strOrganisation, mixconfig.OperatorCertificateView.m_strOrgaUnit, and mixconfig.OperatorCertificateView.m_strURL.
Referenced by mixconfig.OperatorCertificateView.OperatorCertificateView().
| String mixconfig.OperatorCertificateView.getOrganisation | ( | ) |
| String mixconfig.OperatorCertificateView.getOrganisationalUnit | ( | ) |
| CountryMapper mixconfig.OperatorCertificateView.getCountryMapper | ( | ) |
| boolean mixconfig.OperatorCertificateView.isCA | ( | ) |
References mixconfig.OperatorCertificateView.m_bCA.
Referenced by mixconfig.panels.OwnCertificatesPanel.stateChanged(), and mixconfig.panels.OtherMixPanel.stateChanged().
| String mixconfig.OperatorCertificateView.getCommonName | ( | ) |
| String mixconfig.OperatorCertificateView.getCountry | ( | ) |
| String mixconfig.OperatorCertificateView.getEMail | ( | ) |
| String mixconfig.OperatorCertificateView.getURL | ( | ) |
| String mixconfig.OperatorCertificateView.formatDNField | ( | String | a_strDNField | ) | [private] |
Referenced by mixconfig.OperatorCertificateView.update().
boolean mixconfig.OperatorCertificateView.m_bCA [private] |
Referenced by mixconfig.OperatorCertificateView.isCA(), and mixconfig.OperatorCertificateView.update().
CountryMapper mixconfig.OperatorCertificateView.m_CountryMapper [private] |
String mixconfig.OperatorCertificateView.m_strOrganisation [private] |
String mixconfig.OperatorCertificateView.m_strOrgaUnit [private] |
String mixconfig.OperatorCertificateView.m_strEMail [private] |
String mixconfig.OperatorCertificateView.m_strURL [private] |
Referenced by mixconfig.OperatorCertificateView.getURL(), and mixconfig.OperatorCertificateView.update().
String mixconfig.OperatorCertificateView.m_strCommonName [private] |
1.5.6