@confluentinc/schemaregistry
Version:
Node.js client for Confluent Schema Registry
34 lines (33 loc) • 1.91 kB
JavaScript
"use strict";
// Copyright 2017 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
////////////////////////////////////////////////////////////////////////////////
Object.defineProperty(exports, "__esModule", { value: true });
exports.AesGcmKeySchema = exports.AesGcmKeyFormatSchema = exports.file_rules_encryption_tink_proto_aes_gcm = void 0;
const codegenv1_1 = require("@bufbuild/protobuf/codegenv1");
/**
* Describes the file rules/encryption/tink/proto/aes_gcm.proto.
*/
exports.file_rules_encryption_tink_proto_aes_gcm = (0, codegenv1_1.fileDesc)("CilydWxlcy9lbmNyeXB0aW9uL3RpbmsvcHJvdG8vYWVzX2djbS5wcm90bxISZ29vZ2xlLmNyeXB0by50aW5rIjQKD0Flc0djbUtleUZvcm1hdBIQCghrZXlfc2l6ZRgCIAEoDRIPCgd2ZXJzaW9uGAMgASgNIi8KCUFlc0djbUtleRIPCgd2ZXJzaW9uGAEgASgNEhEKCWtleV92YWx1ZRgDIAEoDEJYChxjb20uZ29vZ2xlLmNyeXB0by50aW5rLnByb3RvUAFaLWdpdGh1Yi5jb20vZ29vZ2xlL3RpbmsvcHJvdG8vYWVzX2djbV9nb19wcm90b6ICBlRJTktQQmIGcHJvdG8z");
/**
* Describes the message google.crypto.tink.AesGcmKeyFormat.
* Use `create(AesGcmKeyFormatSchema)` to create a new message.
*/
exports.AesGcmKeyFormatSchema = (0, codegenv1_1.messageDesc)(exports.file_rules_encryption_tink_proto_aes_gcm, 0);
/**
* Describes the message google.crypto.tink.AesGcmKey.
* Use `create(AesGcmKeySchema)` to create a new message.
*/
exports.AesGcmKeySchema = (0, codegenv1_1.messageDesc)(exports.file_rules_encryption_tink_proto_aes_gcm, 1);