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

package com.google.crypto.tink.proto;

public final class AesCtr {
  private AesCtr() {}
  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_AesCtrParams_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_crypto_tink_AesCtrParams_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_google_crypto_tink_AesCtrKeyFormat_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_crypto_tink_AesCtrKeyFormat_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_google_crypto_tink_AesCtrKey_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_crypto_tink_AesCtrKey_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\023proto/aes_ctr.proto\022\022google.crypto.tin" +
      "k\"\037\n\014AesCtrParams\022\017\n\007iv_size\030\001 \001(\r\"U\n\017Ae" +
      "sCtrKeyFormat\0220\n\006params\030\001 \001(\0132 .google.c" +
      "rypto.tink.AesCtrParams\022\020\n\010key_size\030\002 \001(" +
      "\r\"a\n\tAesCtrKey\022\017\n\007version\030\001 \001(\r\0220\n\006param" +
      "s\030\002 \001(\0132 .google.crypto.tink.AesCtrParam" +
      "s\022\021\n\tkey_value\030\003 \001(\014BX\n\034com.google.crypt" +
      "o.tink.protoP\001Z-github.com/google/tink/p" +
      "roto/aes_ctr_go_proto\242\002\006TINKPBb\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
        });
    internal_static_google_crypto_tink_AesCtrParams_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_google_crypto_tink_AesCtrParams_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_google_crypto_tink_AesCtrParams_descriptor,
        new java.lang.String[] { "IvSize", });
    internal_static_google_crypto_tink_AesCtrKeyFormat_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_google_crypto_tink_AesCtrKeyFormat_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_google_crypto_tink_AesCtrKeyFormat_descriptor,
        new java.lang.String[] { "Params", "KeySize", });
    internal_static_google_crypto_tink_AesCtrKey_descriptor =
      getDescriptor().getMessageTypes().get(2);
    internal_static_google_crypto_tink_AesCtrKey_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_google_crypto_tink_AesCtrKey_descriptor,
        new java.lang.String[] { "Version", "Params", "KeyValue", });
  }

  // @@protoc_insertion_point(outer_class_scope)
}