/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// Implementation of the PSM component interface. class nsNSSComponent final : public nsINSSComponent, public nsIObserver { public: // LoadLoadableCertsTask updates mLoadableCertsLoaded and // mLoadableCertsLoadedResult and then signals mLoadableCertsLoadedMonitor. friendclass LoadLoadableCertsTask; // BackgroundImportEnterpriseCertsTask calls ImportEnterpriseRoots and // UpdateCertVerifierWithEnterpriseRoots. friendclass BackgroundImportEnterpriseCertsTask;
// This function does the actual work of clearing the session cache. It is to // be used by the socket process (where there is no nsINSSComponent) and // internally by nsNSSComponent. // NB: NSS must have already been initialized before this is called. staticvoid DoClearSSLExternalAndInternalSessionCache();
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.