1 // Copyright 2014 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.
7 option optimize_for = LITE_RUNTIME;
9 package extensions.api.cast_channel.proto;
11 message AuthorityKeys {
13 required bytes fingerprint = 1;
14 required bytes public_key = 2;
16 repeated Key keys = 1;