Class representing the issuer or subject field of an X.509 certificate.  
 More...
#include "include/cef_x509_certificate.h"
Class representing the issuer or subject field of an X.509 certificate. 
◆ GetCommonName()
  
  | 
        
          | virtual CefString CefX509CertPrincipal::GetCommonName | ( |  | ) |  |  | pure virtual | 
 
 
◆ GetCountryName()
  
  | 
        
          | virtual CefString CefX509CertPrincipal::GetCountryName | ( |  | ) |  |  | pure virtual | 
 
Returns the country name. 
 
 
◆ GetDisplayName()
  
  | 
        
          | virtual CefString CefX509CertPrincipal::GetDisplayName | ( |  | ) |  |  | pure virtual | 
 
Returns a name that can be used to represent the issuer. 
It tries in this order: Common Name (CN), Organization Name (O) and Organizational Unit Name (OU) and returns the first non-empty one found. 
 
 
◆ GetLocalityName()
  
  | 
        
          | virtual CefString CefX509CertPrincipal::GetLocalityName | ( |  | ) |  |  | pure virtual | 
 
Returns the locality name. 
 
 
◆ GetOrganizationNames()
  
  | 
        
          | virtual void CefX509CertPrincipal::GetOrganizationNames | ( | std::vector< CefString > & | names | ) |  |  | pure virtual | 
 
Retrieve the list of organization names. 
 
 
◆ GetOrganizationUnitNames()
  
  | 
        
          | virtual void CefX509CertPrincipal::GetOrganizationUnitNames | ( | std::vector< CefString > & | names | ) |  |  | pure virtual | 
 
Retrieve the list of organization unit names. 
 
 
◆ GetStateOrProvinceName()
  
  | 
        
          | virtual CefString CefX509CertPrincipal::GetStateOrProvinceName | ( |  | ) |  |  | pure virtual | 
 
Returns the state or province name. 
 
 
The documentation for this class was generated from the following file: