1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 [JavaPackage="org.chromium.payments.mojom"]
6 module payments.mojom;
7
8 struct PaymentManifestSection {
9 string package_name;
10 // Optional version number. 0 if not defined.
11 int64 version;
12 array<string> sha256_cert_fingerprints;
palmer
2017/03/03 22:56:31
Is it possible to express a tighter type-fit, e.g.
Is it possible to express a tighter type-fit, e.g.
array<uint8[64]> sha256_cert_fingerprints;
?
Also, for my info, are these fingerprints of the cert, fingerprints from in the
cert, or the result of sha256(cert.getPublicKeyBytes()) ?
please use gerrit instead
2017/03/09 18:05:33
Tightened the type. Added a comment on what this a
On 2017/03/03 22:56:31, palmer wrote:
> Is it possible to express a tighter type-fit, e.g.
>
> array<uint8[64]> sha256_cert_fingerprints;
>
> ?
>
> Also, for my info, are these fingerprints of the cert, fingerprints from in
the
> cert, or the result of sha256(cert.getPublicKeyBytes()) ?
Tightened the type. Added a comment on what this actually is.
Issue 2645813006: Download web payment manifests.
(Closed)
Created 3 years, 11 months ago by please use gerrit instead
Modified 3 years, 9 months ago
Reviewers: jochen (gone - plz use gerrit), gogerald1, haraken, Mathieu, palmer, Ted C, Nico, xunjieli
Base URL:
Comments: 108