Home | History | Annotate | Download | only in browser

Lines Matching refs:certificates

71   // Fill |map| with the certificates matching |filter_type|.
78 // Import private keys and certificates from PKCS #12 encoded
85 // Import CA certificates.
86 // Tries to import all the certificates given. The root will be trusted
87 // according to |trust_bits|. Any certificates that could not be imported
91 // |not_imported| should be checked for any certificates that were not
93 bool ImportCACerts(const net::CertificateList& certificates,
100 // Any certificates that could not be imported will be listed in
105 // |not_imported| should be checked for any certificates that were not
108 const net::CertificateList& certificates,
155 // profile. If not set, importing certificates is not allowed with this model.