Public Member Functions | |
MixCertificateView () | |
void | update (ICertificate a_certificate) |
String | getLocalityName () |
String | getStateOrProvince () |
CountryMapper | getCountryMapper () |
String | getCommonName () |
String | getCountry () |
String | getLongitude () |
String | getLatitude () |
boolean | isCA () |
Private Member Functions | |
String | formatDNField (String a_strDNField) |
Private Attributes | |
boolean | m_bCA |
CountryMapper | m_CountryMapper |
String | m_strLocalityName |
String | m_strStateOrProvince |
String | m_strLongitude |
String | m_strLatitude |
String | m_strCommonName |
mixconfig.MixCertificateView.MixCertificateView | ( | ) |
References mixconfig.MixCertificateView.update().
void mixconfig.MixCertificateView.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.MixCertificateView.formatDNField(), mixconfig.MixCertificateView.m_bCA, mixconfig.MixCertificateView.m_CountryMapper, mixconfig.MixCertificateView.m_strCommonName, mixconfig.MixCertificateView.m_strLatitude, mixconfig.MixCertificateView.m_strLocalityName, mixconfig.MixCertificateView.m_strLongitude, and mixconfig.MixCertificateView.m_strStateOrProvince.
Referenced by mixconfig.MixCertificateView.MixCertificateView().
String mixconfig.MixCertificateView.getLocalityName | ( | ) |
String mixconfig.MixCertificateView.getStateOrProvince | ( | ) |
CountryMapper mixconfig.MixCertificateView.getCountryMapper | ( | ) |
String mixconfig.MixCertificateView.getCommonName | ( | ) |
String mixconfig.MixCertificateView.getCountry | ( | ) |
String mixconfig.MixCertificateView.getLongitude | ( | ) |
String mixconfig.MixCertificateView.getLatitude | ( | ) |
boolean mixconfig.MixCertificateView.isCA | ( | ) |
References mixconfig.MixCertificateView.m_bCA.
Referenced by mixconfig.panels.OwnCertificatesPanel.stateChanged(), and mixconfig.panels.OtherMixPanel.stateChanged().
String mixconfig.MixCertificateView.formatDNField | ( | String | a_strDNField | ) | [private] |
Referenced by mixconfig.MixCertificateView.update().
boolean mixconfig.MixCertificateView.m_bCA [private] |
Referenced by mixconfig.MixCertificateView.isCA(), and mixconfig.MixCertificateView.update().
CountryMapper mixconfig.MixCertificateView.m_CountryMapper [private] |
String mixconfig.MixCertificateView.m_strLocalityName [private] |
Referenced by mixconfig.MixCertificateView.getLocalityName(), and mixconfig.MixCertificateView.update().
String mixconfig.MixCertificateView.m_strStateOrProvince [private] |
String mixconfig.MixCertificateView.m_strLongitude [private] |
Referenced by mixconfig.MixCertificateView.getLongitude(), and mixconfig.MixCertificateView.update().
String mixconfig.MixCertificateView.m_strLatitude [private] |
Referenced by mixconfig.MixCertificateView.getLatitude(), and mixconfig.MixCertificateView.update().
String mixconfig.MixCertificateView.m_strCommonName [private] |
Referenced by mixconfig.MixCertificateView.getCommonName(), and mixconfig.MixCertificateView.update().