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

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

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

package com.google.crypto.tink.proto;

public final class AesCtrHmacAead {
  private AesCtrHmacAead() {}
  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_AesCtrHmacAeadKeyFormat_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_crypto_tink_AesCtrHmacAeadKeyFormat_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_google_crypto_tink_AesCtrHmacAeadKey_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_crypto_tink_AesCtrHmacAeadKey_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\035proto/aes_ctr_hmac_aead.proto\022\022google." +
      "crypto.tink\032\023proto/aes_ctr.proto\032\020proto/" +
      "hmac.proto\"\226\001\n\027AesCtrHmacAeadKeyFormat\022?" +
      "\n\022aes_ctr_key_format\030\001 \001(\0132#.google.cryp" +
      "to.tink.AesCtrKeyFormat\022:\n\017hmac_key_form" +
      "at\030\002 \001(\0132!.google.crypto.tink.HmacKeyFor" +
      "mat\"\207\001\n\021AesCtrHmacAeadKey\022\017\n\007version\030\001 \001" +
      "(\r\0222\n\013aes_ctr_key\030\002 \001(\0132\035.google.crypto." +
      "tink.AesCtrKey\022-\n\010hmac_key\030\003 \001(\0132\033.googl" +
      "e.crypto.tink.HmacKeyBY\n\034com.google.cryp" +
      "to.tink.protoP\001Z7github.com/google/tink/" +
      "proto/aes_ctr_hmac_aead_go_protob\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.google.crypto.tink.proto.AesCtr.getDescriptor(),
          com.google.crypto.tink.proto.Hmac.getDescriptor(),
        });
    internal_static_google_crypto_tink_AesCtrHmacAeadKeyFormat_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_google_crypto_tink_AesCtrHmacAeadKeyFormat_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_google_crypto_tink_AesCtrHmacAeadKeyFormat_descriptor,
        new java.lang.String[] { "AesCtrKeyFormat", "HmacKeyFormat", });
    internal_static_google_crypto_tink_AesCtrHmacAeadKey_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_google_crypto_tink_AesCtrHmacAeadKey_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_google_crypto_tink_AesCtrHmacAeadKey_descriptor,
        new java.lang.String[] { "Version", "AesCtrKey", "HmacKey", });
    com.google.crypto.tink.proto.AesCtr.getDescriptor();
    com.google.crypto.tink.proto.Hmac.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy