Searched defs:X509Certificate (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/cert/
H A Dx509_certificate.cc38 const X509Certificate::Format kFormatDecodePriority[] = {
39 X509Certificate::FORMAT_SINGLE_CERTIFICATE,
40 X509Certificate::FORMAT_PKCS7
73 void InsertOrUpdate(X509Certificate::OSCertHandle* cert_handle);
80 void Remove(X509Certificate::OSCertHandle cert_handle);
89 X509Certificate::OSCertHandle cert_handle;
118 X509Certificate::OSCertHandle* cert_handle) {
121 X509Certificate::CalculateFingerprint(*cert_handle);
123 X509Certificate::OSCertHandle old_handle = NULL;
137 X509Certificate
241 X509Certificate::X509Certificate(const std::string& subject, function in class:net::X509Certificate
743 X509Certificate::X509Certificate(OSCertHandle cert_handle, function in class:net::X509Certificate
[all...]
H A Dx509_certificate.h45 typedef std::vector<scoped_refptr<X509Certificate> > CertificateList;
47 // X509Certificate represents a X.509 certificate, which is comprised a
51 class NET_EXPORT X509Certificate class in namespace:net
52 : public base::RefCountedThreadSafe<X509Certificate> {
81 // Predicate functor used in maps when X509Certificate is used as the key.
84 bool operator()(const scoped_refptr<X509Certificate>& lhs,
85 const scoped_refptr<X509Certificate>& rhs) const;
134 // Creates a X509Certificate from the ground up. Used by tests that simulate
136 X509Certificate(const std::string& subject, const std::string& issuer,
139 // Create an X509Certificate fro
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 109 milliseconds