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

package com.google.crypto.tink.proto;

public final class RsaSsaPkcs1 {
  private RsaSsaPkcs1() {}
  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_RsaSsaPkcs1Params_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_crypto_tink_RsaSsaPkcs1Params_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_google_crypto_tink_RsaSsaPkcs1PublicKey_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_crypto_tink_RsaSsaPkcs1PublicKey_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_google_crypto_tink_RsaSsaPkcs1PrivateKey_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_crypto_tink_RsaSsaPkcs1PrivateKey_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_google_crypto_tink_RsaSsaPkcs1KeyFormat_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_crypto_tink_RsaSsaPkcs1KeyFormat_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\031proto/rsa_ssa_pkcs1.proto\022\022google.cryp" +
      "to.tink\032\022proto/common.proto\"D\n\021RsaSsaPkc" +
      "s1Params\022/\n\thash_type\030\001 \001(\0162\034.google.cry" +
      "pto.tink.HashType\"t\n\024RsaSsaPkcs1PublicKe" +
      "y\022\017\n\007version\030\001 \001(\r\0225\n\006params\030\002 \001(\0132%.goo" +
      "gle.crypto.tink.RsaSsaPkcs1Params\022\t\n\001n\030\003" +
      " \001(\014\022\t\n\001e\030\004 \001(\014\"\254\001\n\025RsaSsaPkcs1PrivateKe" +
      "y\022\017\n\007version\030\001 \001(\r\022<\n\npublic_key\030\002 \001(\0132(" +
      ".google.crypto.tink.RsaSsaPkcs1PublicKey" +
      "\022\t\n\001d\030\003 \001(\014\022\t\n\001p\030\004 \001(\014\022\t\n\001q\030\005 \001(\014\022\n\n\002dp\030" +
      "\006 \001(\014\022\n\n\002dq\030\007 \001(\014\022\013\n\003crt\030\010 \001(\014\"\204\001\n\024RsaSs" +
      "aPkcs1KeyFormat\0225\n\006params\030\001 \001(\0132%.google" +
      ".crypto.tink.RsaSsaPkcs1Params\022\034\n\024modulu" +
      "s_size_in_bits\030\002 \001(\r\022\027\n\017public_exponent\030" +
      "\003 \001(\014B^\n\034com.google.crypto.tink.protoP\001Z" +
      "3github.com/google/tink/proto/rsa_ssa_pk" +
      "cs1_go_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_RsaSsaPkcs1Params_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_google_crypto_tink_RsaSsaPkcs1Params_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_google_crypto_tink_RsaSsaPkcs1Params_descriptor,
        new java.lang.String[] { "HashType", });
    internal_static_google_crypto_tink_RsaSsaPkcs1PublicKey_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_google_crypto_tink_RsaSsaPkcs1PublicKey_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_google_crypto_tink_RsaSsaPkcs1PublicKey_descriptor,
        new java.lang.String[] { "Version", "Params", "N", "E", });
    internal_static_google_crypto_tink_RsaSsaPkcs1PrivateKey_descriptor =
      getDescriptor().getMessageTypes().get(2);
    internal_static_google_crypto_tink_RsaSsaPkcs1PrivateKey_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_google_crypto_tink_RsaSsaPkcs1PrivateKey_descriptor,
        new java.lang.String[] { "Version", "PublicKey", "D", "P", "Q", "Dp", "Dq", "Crt", });
    internal_static_google_crypto_tink_RsaSsaPkcs1KeyFormat_descriptor =
      getDescriptor().getMessageTypes().get(3);
    internal_static_google_crypto_tink_RsaSsaPkcs1KeyFormat_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_google_crypto_tink_RsaSsaPkcs1KeyFormat_descriptor,
        new java.lang.String[] { "Params", "ModulusSizeInBits", "PublicExponent", });
    com.google.crypto.tink.proto.Common.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}