• Home
  • Raw
  • Download

Lines Matching refs:std

20 std::string GetCertNameOrNickname(
23 std::string GetNickname(net::X509Certificate::OSCertHandle cert_handle);
25 std::string GetTokenName(net::X509Certificate::OSCertHandle cert_handle);
27 std::string GetVersion(net::X509Certificate::OSCertHandle cert_handle);
31 std::string GetEmailAddress(net::X509Certificate::OSCertHandle cert_handle);
35 std::vector<std::string>* usages);
37 std::string GetKeyUsageString(net::X509Certificate::OSCertHandle cert_handle);
39 std::string GetSerialNumberHexified(
41 const std::string& alternative_text);
43 std::string GetIssuerCommonName(
45 const std::string& alternative_text);
47 std::string GetIssuerOrgName(
49 const std::string& alternative_text);
51 std::string GetIssuerOrgUnitName(
53 const std::string& alternative_text);
55 std::string GetSubjectOrgName(
57 const std::string& alternative_text);
59 std::string GetSubjectOrgUnitName(
61 const std::string& alternative_text);
63 std::string GetSubjectCommonName(
65 const std::string& alternative_text);
70 std::string GetTitle(net::X509Certificate::OSCertHandle cert_handle);
71 std::string GetIssuerName(net::X509Certificate::OSCertHandle cert_handle);
72 std::string GetSubjectName(net::X509Certificate::OSCertHandle cert_handle);
75 std::vector<std::string>* email_addresses);
78 const std::string& cert_expired,
79 const std::string& cert_not_yet_valid,
80 std::vector<std::string>* nick_names);
84 std::string GetPkcs11Id(net::X509Certificate::OSCertHandle cert_handle);
87 std::string name;
88 std::string value;
91 typedef std::vector<Extension> Extensions;
94 const std::string& critical_label,
95 const std::string& non_critical_label,
101 std::string HashCertSHA256(net::X509Certificate::OSCertHandle cert_handle);
102 std::string HashCertSHA1(net::X509Certificate::OSCertHandle cert_handle);
107 std::string ProcessIDN(const std::string& input);
113 std::string GetDerString(net::X509Certificate::OSCertHandle cert_handle);
114 std::string GetCMSString(const net::X509Certificate::OSCertHandles& cert_chain,
117 std::string ProcessSecAlgorithmSignature(
119 std::string ProcessSecAlgorithmSubjectPublicKey(
121 std::string ProcessSecAlgorithmSignatureWrap(
124 std::string ProcessSubjectPublicKeyInfo(
127 std::string ProcessRawBitsSignatureWrap(
134 std::string ProcessRawBytesWithSeparators(const unsigned char* data,
140 std::string ProcessRawBytes(const unsigned char* data,
146 std::string ProcessRawBits(const unsigned char* data,