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

package com.google.crypto.tink.proto;

public final class AesCtrHmacStreaming {
  private AesCtrHmacStreaming() {}
  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_AesCtrHmacStreamingParams_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_crypto_tink_AesCtrHmacStreamingParams_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_google_crypto_tink_AesCtrHmacStreamingKeyFormat_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_crypto_tink_AesCtrHmacStreamingKeyFormat_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_google_crypto_tink_AesCtrHmacStreamingKey_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_crypto_tink_AesCtrHmacStreamingKey_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_ctr_hmac_streaming.proto\022\022go" +
      "ogle.crypto.tink\032\022proto/common.proto\032\020pr" +
      "oto/hmac.proto\"\301\001\n\031AesCtrHmacStreamingPa" +
      "rams\022\037\n\027ciphertext_segment_size\030\001 \001(\r\022\030\n" +
      "\020derived_key_size\030\002 \001(\r\0224\n\016hkdf_hash_typ" +
      "e\030\003 \001(\0162\034.google.crypto.tink.HashType\0223\n" +
      "\013hmac_params\030\004 \001(\0132\036.google.crypto.tink." +
      "HmacParams\"o\n\034AesCtrHmacStreamingKeyForm" +
      "at\022=\n\006params\030\001 \001(\0132-.google.crypto.tink." +
      "AesCtrHmacStreamingParams\022\020\n\010key_size\030\002 " +
      "\001(\r\"{\n\026AesCtrHmacStreamingKey\022\017\n\007version" +
      "\030\001 \001(\r\022=\n\006params\030\002 \001(\0132-.google.crypto.t" +
      "ink.AesCtrHmacStreamingParams\022\021\n\tkey_val" +
      "ue\030\003 \001(\014Bg\n\034com.google.crypto.tink.proto" +
      "P\001Z<github.com/google/tink/proto/aes_ctr" +
      "_hmac_streaming_go_proto\242\002\006TINKPBb\006proto" +
      "3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.google.crypto.tink.proto.Common.getDescriptor(),
          com.google.crypto.tink.proto.Hmac.getDescriptor(),
        });
    internal_static_google_crypto_tink_AesCtrHmacStreamingParams_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_google_crypto_tink_AesCtrHmacStreamingParams_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_google_crypto_tink_AesCtrHmacStreamingParams_descriptor,
        new java.lang.String[] { "CiphertextSegmentSize", "DerivedKeySize", "HkdfHashType", "HmacParams", });
    internal_static_google_crypto_tink_AesCtrHmacStreamingKeyFormat_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_google_crypto_tink_AesCtrHmacStreamingKeyFormat_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_google_crypto_tink_AesCtrHmacStreamingKeyFormat_descriptor,
        new java.lang.String[] { "Params", "KeySize", });
    internal_static_google_crypto_tink_AesCtrHmacStreamingKey_descriptor =
      getDescriptor().getMessageTypes().get(2);
    internal_static_google_crypto_tink_AesCtrHmacStreamingKey_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_google_crypto_tink_AesCtrHmacStreamingKey_descriptor,
        new java.lang.String[] { "Version", "Params", "KeyValue", });
    com.google.crypto.tink.proto.Common.getDescriptor();
    com.google.crypto.tink.proto.Hmac.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}