/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththis
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include"nsISupports.idl"
/** *Test-onlyinterfaceforSSLTokensCacheround-triptests. *ImplementedbynsNSSComponent(@mozilla.org/psm;1)whenENABLE_TESTSisset.
*/
[scriptable, uuid(7b3c4e2a-1d8f-4a5b-9c6d-2e0f1a3b5c7d)]
interface nsISSLTokensCacheTest : nsISupports { /** Returns the number of distinct cache keys currently in SSLTokensCache. */
uint32_t countSSLTokens();
/** Inserts a dummy token for aKey, for use by clearing tests. */ void putSSLTokenForTest(in ACString aKey);
};
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 und die Messung sind noch experimentell.