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

package com.google.crypto.tink.proto;

public final class AesGcm {
  private AesGcm() {}
  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_AesGcmKeyFormat_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_crypto_tink_AesGcmKeyFormat_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_google_crypto_tink_AesGcmKey_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_crypto_tink_AesGcmKey_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_gcm.proto\022\022google.crypto.tin" +
      "k\"4\n\017AesGcmKeyFormat\022\020\n\010key_size\030\002 \001(\r\022\017" +
      "\n\007version\030\003 \001(\r\"/\n\tAesGcmKey\022\017\n\007version\030" +
      "\001 \001(\r\022\021\n\tkey_value\030\003 \001(\014BX\n\034com.google.c" +
      "rypto.tink.protoP\001Z-github.com/google/ti" +
      "nk/proto/aes_gcm_go_proto\242\002\006TINKPBb\006prot" +
      "o3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
        });
    internal_static_google_crypto_tink_AesGcmKeyFormat_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_google_crypto_tink_AesGcmKeyFormat_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_google_crypto_tink_AesGcmKeyFormat_descriptor,
        new java.lang.String[] { "KeySize", "Version", });
    internal_static_google_crypto_tink_AesGcmKey_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_google_crypto_tink_AesGcmKey_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_google_crypto_tink_AesGcmKey_descriptor,
        new java.lang.String[] { "Version", "KeyValue", });
  }

  // @@protoc_insertion_point(outer_class_scope)
}