// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: proto/aes_gcm_hkdf_streaming.proto

package com.google.crypto.tink.proto;

public final class AesGcmHkdfStreaming {
  private AesGcmHkdfStreaming() {}
  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistryLite registry) {
  }

  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions(
        (com.google.protobuf.ExtensionRegistryLite) registry);
  }
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_google_crypto_tink_AesGcmHkdfStreamingParams_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_crypto_tink_AesGcmHkdfStreamingParams_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_google_crypto_tink_AesGcmHkdfStreamingKeyFormat_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_crypto_tink_AesGcmHkdfStreamingKeyFormat_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_google_crypto_tink_AesGcmHkdfStreamingKey_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_crypto_tink_AesGcmHkdfStreamingKey_fieldAccessorTable;

  public static com.google.protobuf.Descriptors.FileDescriptor
      getDescriptor() {
    return descriptor;
  }
  private static  com.google.protobuf.Descriptors.FileDescriptor
      descriptor;
  static {
    java.lang.String[] descriptorData = {
      "\n\"proto/aes_gcm_hkdf_streaming.proto\022\022go" +
      "ogle.crypto.tink\032\022proto/common.proto\"\214\001\n" +
      "\031AesGcmHkdfStreamingParams\022\037\n\027ciphertext" +
      "_segment_size\030\001 \001(\r\022\030\n\020derived_key_size\030" +
      "\002 \001(\r\0224\n\016hkdf_hash_type\030\003 \001(\0162\034.google.c" +
      "rypto.tink.HashType\"o\n\034AesGcmHkdfStreami" +
      "ngKeyFormat\022=\n\006params\030\001 \001(\0132-.google.cry" +
      "pto.tink.AesGcmHkdfStreamingParams\022\020\n\010ke" +
      "y_size\030\002 \001(\r\"{\n\026AesGcmHkdfStreamingKey\022\017" +
      "\n\007version\030\001 \001(\r\022=\n\006params\030\002 \001(\0132-.google" +
      ".crypto.tink.AesGcmHkdfStreamingParams\022\021" +
      "\n\tkey_value\030\003 \001(\014Bg\n\034com.google.crypto.t" +
      "ink.protoP\001Z<github.com/google/tink/prot" +
      "o/aes_gcm_hkdf_streaming_go_proto\242\002\006TINK" +
      "PBb\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.google.crypto.tink.proto.Common.getDescriptor(),
        });
    internal_static_google_crypto_tink_AesGcmHkdfStreamingParams_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_google_crypto_tink_AesGcmHkdfStreamingParams_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_google_crypto_tink_AesGcmHkdfStreamingParams_descriptor,
        new java.lang.String[] { "CiphertextSegmentSize", "DerivedKeySize", "HkdfHashType", });
    internal_static_google_crypto_tink_AesGcmHkdfStreamingKeyFormat_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_google_crypto_tink_AesGcmHkdfStreamingKeyFormat_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_google_crypto_tink_AesGcmHkdfStreamingKeyFormat_descriptor,
        new java.lang.String[] { "Params", "KeySize", });
    internal_static_google_crypto_tink_AesGcmHkdfStreamingKey_descriptor =
      getDescriptor().getMessageTypes().get(2);
    internal_static_google_crypto_tink_AesGcmHkdfStreamingKey_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_google_crypto_tink_AesGcmHkdfStreamingKey_descriptor,
        new java.lang.String[] { "Version", "Params", "KeyValue", });
    com.google.crypto.tink.proto.Common.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}