Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / common / net / x509_certificate_model.h
index bb1184c..1a5d350 100644 (file)
@@ -86,11 +86,6 @@ std::string HashCertSHA1(net::X509Certificate::OSCertHandle cert_handle);
 // decoded U-label form.  Otherwise, the string will be returned as is.
 std::string ProcessIDN(const std::string& input);
 
-void GetCertChainFromCert(net::X509Certificate::OSCertHandle cert_handle,
-                          net::X509Certificate::OSCertHandles* cert_handles);
-void DestroyCertChain(net::X509Certificate::OSCertHandles* cert_handles);
-
-std::string GetDerString(net::X509Certificate::OSCertHandle cert_handle);
 std::string GetCMSString(const net::X509Certificate::OSCertHandles& cert_chain,
                          size_t start, size_t end);