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

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

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

package com.google.crypto.tink.proto;

public final class JwtEcdsa {
  private JwtEcdsa() {}
  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_JwtEcdsaPublicKey_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_crypto_tink_JwtEcdsaPublicKey_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_google_crypto_tink_JwtEcdsaPublicKey_CustomKid_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_crypto_tink_JwtEcdsaPublicKey_CustomKid_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_google_crypto_tink_JwtEcdsaPrivateKey_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_crypto_tink_JwtEcdsaPrivateKey_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_google_crypto_tink_JwtEcdsaKeyFormat_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_crypto_tink_JwtEcdsaKeyFormat_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\025proto/jwt_ecdsa.proto\022\022google.crypto.t" +
      "ink\"\325\001\n\021JwtEcdsaPublicKey\022\017\n\007version\030\001 \001" +
      "(\r\0228\n\talgorithm\030\002 \001(\0162%.google.crypto.ti" +
      "nk.JwtEcdsaAlgorithm\022\t\n\001x\030\003 \001(\014\022\t\n\001y\030\004 \001" +
      "(\014\022C\n\ncustom_kid\030\005 \001(\0132/.google.crypto.t" +
      "ink.JwtEcdsaPublicKey.CustomKid\032\032\n\tCusto" +
      "mKid\022\r\n\005value\030\001 \001(\t\"s\n\022JwtEcdsaPrivateKe" +
      "y\022\017\n\007version\030\001 \001(\r\0229\n\npublic_key\030\002 \001(\0132%" +
      ".google.crypto.tink.JwtEcdsaPublicKey\022\021\n" +
      "\tkey_value\030\003 \001(\014\"^\n\021JwtEcdsaKeyFormat\022\017\n" +
      "\007version\030\001 \001(\r\0228\n\talgorithm\030\002 \001(\0162%.goog" +
      "le.crypto.tink.JwtEcdsaAlgorithm*D\n\021JwtE" +
      "cdsaAlgorithm\022\016\n\nES_UNKNOWN\020\000\022\t\n\005ES256\020\001" +
      "\022\t\n\005ES384\020\002\022\t\n\005ES512\020\003BT\n\034com.google.cry" +
      "pto.tink.protoP\001Z2github.com/google/tink" +
      "/go/proto/jwt_ecdsa_go_protob\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
        });
    internal_static_google_crypto_tink_JwtEcdsaPublicKey_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_google_crypto_tink_JwtEcdsaPublicKey_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_google_crypto_tink_JwtEcdsaPublicKey_descriptor,
        new java.lang.String[] { "Version", "Algorithm", "X", "Y", "CustomKid", });
    internal_static_google_crypto_tink_JwtEcdsaPublicKey_CustomKid_descriptor =
      internal_static_google_crypto_tink_JwtEcdsaPublicKey_descriptor.getNestedTypes().get(0);
    internal_static_google_crypto_tink_JwtEcdsaPublicKey_CustomKid_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_google_crypto_tink_JwtEcdsaPublicKey_CustomKid_descriptor,
        new java.lang.String[] { "Value", });
    internal_static_google_crypto_tink_JwtEcdsaPrivateKey_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_google_crypto_tink_JwtEcdsaPrivateKey_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_google_crypto_tink_JwtEcdsaPrivateKey_descriptor,
        new java.lang.String[] { "Version", "PublicKey", "KeyValue", });
    internal_static_google_crypto_tink_JwtEcdsaKeyFormat_descriptor =
      getDescriptor().getMessageTypes().get(2);
    internal_static_google_crypto_tink_JwtEcdsaKeyFormat_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_google_crypto_tink_JwtEcdsaKeyFormat_descriptor,
        new java.lang.String[] { "Version", "Algorithm", });
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy