All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.crypto.tink.proto.HkdfPrf Maven / Gradle / Ivy

Go to download

Tink is a small cryptographic library that provides a safe, simple, agile and fast way to accomplish some common cryptographic tasks.

There is a newer version: 1.15.0
Show newest version
// 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\"h" +
      "\n\020HkdfPrfKeyFormat\0221\n\006params\030\001 \001(\0132!.goo" +
      "gle.crypto.tink.HkdfPrfParams\022\020\n\010key_siz" +
      "e\030\002 \001(\r\022\017\n\007version\030\003 \001(\rBP\n\034com.google.c" +
      "rypto.tink.protoP\001Z.github.com/google/ti" +
      "nk/go/proto/hkdf_prf_protob\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", "Version", });
    com.google.crypto.tink.proto.Common.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy