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

package com.google.crypto.tink.proto;

public final class Hmac {
  private Hmac() {}
  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_HmacParams_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_crypto_tink_HmacParams_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_google_crypto_tink_HmacKey_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_crypto_tink_HmacKey_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_google_crypto_tink_HmacKeyFormat_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_crypto_tink_HmacKeyFormat_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\020proto/hmac.proto\022\022google.crypto.tink\032\022" +
      "proto/common.proto\"J\n\nHmacParams\022*\n\004hash" +
      "\030\001 \001(\0162\034.google.crypto.tink.HashType\022\020\n\010" +
      "tag_size\030\002 \001(\r\"]\n\007HmacKey\022\017\n\007version\030\001 \001" +
      "(\r\022.\n\006params\030\002 \001(\0132\036.google.crypto.tink." +
      "HmacParams\022\021\n\tkey_value\030\003 \001(\014\"Q\n\rHmacKey" +
      "Format\022.\n\006params\030\001 \001(\0132\036.google.crypto.t" +
      "ink.HmacParams\022\020\n\010key_size\030\002 \001(\rBU\n\034com." +
      "google.crypto.tink.protoP\001Z*github.com/g" +
      "oogle/tink/proto/hmac_go_proto\242\002\006TINKPBb" +
      "\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_HmacParams_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_google_crypto_tink_HmacParams_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_google_crypto_tink_HmacParams_descriptor,
        new java.lang.String[] { "Hash", "TagSize", });
    internal_static_google_crypto_tink_HmacKey_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_google_crypto_tink_HmacKey_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_google_crypto_tink_HmacKey_descriptor,
        new java.lang.String[] { "Version", "Params", "KeyValue", });
    internal_static_google_crypto_tink_HmacKeyFormat_descriptor =
      getDescriptor().getMessageTypes().get(2);
    internal_static_google_crypto_tink_HmacKeyFormat_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_google_crypto_tink_HmacKeyFormat_descriptor,
        new java.lang.String[] { "Params", "KeySize", });
    com.google.crypto.tink.proto.Common.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}