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

com.google.crypto.tink.proto.JwtEcdsa 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.16.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: proto/jwt_ecdsa.proto

// Protobuf Java Version: 3.25.3
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\"w\n\022JwtEcdsaPrivateKe" +
      "y\022\017\n\007version\030\001 \001(\r\0229\n\npublic_key\030\002 \001(\0132%" +
      ".google.crypto.tink.JwtEcdsaPublicKey\022\025\n" +
      "\tkey_value\030\003 \001(\014B\002\010\002\"^\n\021JwtEcdsaKeyForma" +
      "t\022\017\n\007version\030\001 \001(\r\0228\n\talgorithm\030\002 \001(\0162%." +
      "google.crypto.tink.JwtEcdsaAlgorithm*D\n\021" +
      "JwtEcdsaAlgorithm\022\016\n\nES_UNKNOWN\020\000\022\t\n\005ES2" +
      "56\020\001\022\t\n\005ES384\020\002\022\t\n\005ES512\020\003B\\\n\034com.google" +
      ".crypto.tink.protoP\001Z:github.com/tink-cr" +
      "ypto/tink-go/v2/proto/jwt_ecdsa_go_proto" +
      "b\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 - 2025 Weber Informatics LLC | Privacy Policy