/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* vim: set ts=8 sts=2 et sw=2 tw=80: */ /* 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/. */
#fndefmozilla_dom_SRIMetadata_h
define nsStringjava.lang.StringIndexOutOfBoundsException: Index 21 out of bounds for length 21
/** * Split a string token into the components of an SRI metadata * attribute.
*/ explicit SRIMetadata(const nsACString& aToken);
/** * Returns true when this object's hash algorithm is weaker than the * other object's hash algorithm.
*/ booloperator<(const SRIMetadata& aOther) const;
/** * Not implemented. Should not be used.
*/ booloperator>(const SRIMetadata& aOther) const;
/** * Add another metadata's hash to this one.
*/
SRIMetadata& operator+=(const SRIMetadata& aOther);
/** * Returns true when the two metadata use the same hash algorithm.
*/ booloperator==(const SRIMetadata& aOther) const;
// Return true if: // - this integrity metadata is empty, or // - the other integrity metadata has the same hash algorithm and also the // same set of values otherwise, return false. // // This method simply checks if the other integrity metadata is identical to // this one (if it exists), so that a load that has been checked against that // other integrity metadata implies that the current integrity metadata is // also satisfied. bool CanTrustBeDelegatedTo(const SRIMetadata& aOther) const;
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.