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

package com.google.crypto.tink.proto;

public final class HkdfPrf {
  private HkdfPrf() {}
  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_HkdfPrfParams_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_crypto_tink_HkdfPrfParams_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_google_crypto_tink_HkdfPrfKey_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_crypto_tink_HkdfPrfKey_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_google_crypto_tink_HkdfPrfKeyFormat_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_crypto_tink_HkdfPrfKeyFormat_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\024proto/hkdf_prf.proto\022\022google.crypto.ti" +
      "nk\032\022proto/common.proto\"I\n\rHkdfPrfParams\022" +
      "*\n\004hash\030\001 \001(\0162\034.google.crypto.tink.HashT" +
      "ype\022\014\n\004salt\030\002 \001(\014\"c\n\nHkdfPrfKey\022\017\n\007versi" +
      "on\030\001 \001(\r\0221\n\006params\030\002 \001(\0132!.google.crypto" +
      ".tink.HkdfPrfParams\022\021\n\tkey_value\030\003 \001(\014\"W" +
      "\n\020HkdfPrfKeyFormat\0221\n\006params\030\001 \001(\0132!.goo" +
      "gle.crypto.tink.HkdfPrfParams\022\020\n\010key_siz" +
      "e\030\002 \001(\rBV\n\034com.google.crypto.tink.protoP" +
      "\001Z+github.com/google/tink/proto/hkdf_prf" +
      "_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_HkdfPrfParams_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_google_crypto_tink_HkdfPrfParams_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_google_crypto_tink_HkdfPrfParams_descriptor,
        new java.lang.String[] { "Hash", "Salt", });
    internal_static_google_crypto_tink_HkdfPrfKey_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_google_crypto_tink_HkdfPrfKey_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_google_crypto_tink_HkdfPrfKey_descriptor,
        new java.lang.String[] { "Version", "Params", "KeyValue", });
    internal_static_google_crypto_tink_HkdfPrfKeyFormat_descriptor =
      getDescriptor().getMessageTypes().get(2);
    internal_static_google_crypto_tink_HkdfPrfKeyFormat_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_google_crypto_tink_HkdfPrfKeyFormat_descriptor,
        new java.lang.String[] { "Params", "KeySize", });
    com.google.crypto.tink.proto.Common.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}