@confluentinc/schemaregistry
Version:
Node.js client for Confluent Schema Registry
34 lines (33 loc) • 1.9 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.AesSivKeySchema = exports.AesSivKeyFormatSchema = exports.file_rules_encryption_tink_proto_aes_siv = void 0;
const codegenv1_1 = require("@bufbuild/protobuf/codegenv1");
/**
* Describes the file rules/encryption/tink/proto/aes_siv.proto.
*/
exports.file_rules_encryption_tink_proto_aes_siv = (0, codegenv1_1.fileDesc)("CilydWxlcy9lbmNyeXB0aW9uL3RpbmsvcHJvdG8vYWVzX3Npdi5wcm90bxISZ29vZ2xlLmNyeXB0by50aW5rIjQKD0Flc1NpdktleUZvcm1hdBIQCghrZXlfc2l6ZRgBIAEoDRIPCgd2ZXJzaW9uGAIgASgNIi8KCUFlc1NpdktleRIPCgd2ZXJzaW9uGAEgASgNEhEKCWtleV92YWx1ZRgCIAEoDEJPChxjb20uZ29vZ2xlLmNyeXB0by50aW5rLnByb3RvUAFaLWdpdGh1Yi5jb20vZ29vZ2xlL3RpbmsvcHJvdG8vYWVzX3Npdl9nb19wcm90b2IGcHJvdG8z");
/**
* Describes the message google.crypto.tink.AesSivKeyFormat.
* Use `create(AesSivKeyFormatSchema)` to create a new message.
*/
exports.AesSivKeyFormatSchema = (0, codegenv1_1.messageDesc)(exports.file_rules_encryption_tink_proto_aes_siv, 0);
/**
* Describes the message google.crypto.tink.AesSivKey.
* Use `create(AesSivKeySchema)` to create a new message.
*/
exports.AesSivKeySchema = (0, codegenv1_1.messageDesc)(exports.file_rules_encryption_tink_proto_aes_siv, 1);