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

com.hedera.services.stream.proto.SignatureFileOuterClass Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: signature_file.proto

package com.hedera.services.stream.proto;

public final class SignatureFileOuterClass {
  private SignatureFileOuterClass() {}
  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_proto_SignatureFile_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_SignatureFile_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_proto_SignatureObject_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_SignatureObject_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\024signature_file.proto\022\005proto\032\021basic_typ" +
      "es.proto\032\021hash_object.proto\"s\n\rSignature" +
      "File\022.\n\016file_signature\030\001 \001(\0132\026.proto.Sig" +
      "natureObject\0222\n\022metadata_signature\030\002 \001(\013" +
      "2\026.proto.SignatureObject\"\222\001\n\017SignatureOb" +
      "ject\022\"\n\004type\030\001 \001(\0162\024.proto.SignatureType" +
      "\022\016\n\006length\030\002 \001(\005\022\020\n\010checksum\030\003 \001(\005\022\021\n\tsi" +
      "gnature\030\004 \001(\014\022&\n\013hash_object\030\005 \001(\0132\021.pro" +
      "to.HashObject*A\n\rSignatureType\022\032\n\026SIGNAT" +
      "URE_TYPE_UNKNOWN\020\000\022\024\n\020SHA_384_WITH_RSA\020\001" +
      "B$\n com.hedera.services.stream.protoP\001b\006" +
      "proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor(),
          com.hedera.services.stream.proto.HashObjectOuterClass.getDescriptor(),
        });
    internal_static_proto_SignatureFile_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_proto_SignatureFile_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_SignatureFile_descriptor,
        new java.lang.String[] { "FileSignature", "MetadataSignature", });
    internal_static_proto_SignatureObject_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_proto_SignatureObject_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_SignatureObject_descriptor,
        new java.lang.String[] { "Type", "Length", "Checksum", "Signature", "HashObject", });
    com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor();
    com.hedera.services.stream.proto.HashObjectOuterClass.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy