sshe_cipher_param_pb2.py 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. # -*- coding: utf-8 -*-
  2. # Generated by the protocol buffer compiler. DO NOT EDIT!
  3. # source: sshe-cipher-param.proto
  4. """Generated protocol buffer code."""
  5. from google.protobuf import descriptor as _descriptor
  6. from google.protobuf import descriptor_pool as _descriptor_pool
  7. from google.protobuf import message as _message
  8. from google.protobuf import reflection as _reflection
  9. from google.protobuf import symbol_database as _symbol_database
  10. # @@protoc_insertion_point(imports)
  11. _sym_db = _symbol_database.Default()
  12. DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x17sshe-cipher-param.proto\x12&com.webank.ai.fate.core.mlmodel.buffer\"\xa4\x01\n\x06\x43ipher\x12K\n\npublic_key\x18\x01 \x01(\x0b\x32\x37.com.webank.ai.fate.core.mlmodel.buffer.CipherPublicKey\x12M\n\x0bprivate_key\x18\x02 \x01(\x0b\x32\x38.com.webank.ai.fate.core.mlmodel.buffer.CipherPrivateKey\"\x1c\n\x0f\x43ipherPublicKey\x12\t\n\x01n\x18\x01 \x01(\t\"(\n\x10\x43ipherPrivateKey\x12\t\n\x01p\x18\x01 \x01(\t\x12\t\n\x01q\x18\x02 \x01(\t\"\x97\x01\n\nCipherText\x12K\n\npublic_key\x18\x01 \x01(\x0b\x32\x37.com.webank.ai.fate.core.mlmodel.buffer.CipherPublicKey\x12\x13\n\x0b\x63ipher_text\x18\x02 \x01(\t\x12\x10\n\x08\x65xponent\x18\x03 \x01(\t\x12\x15\n\ris_obfuscator\x18\x04 \x01(\x08\x42\x12\x42\x10\x43ipherParamProtob\x06proto3')
  13. _CIPHER = DESCRIPTOR.message_types_by_name['Cipher']
  14. _CIPHERPUBLICKEY = DESCRIPTOR.message_types_by_name['CipherPublicKey']
  15. _CIPHERPRIVATEKEY = DESCRIPTOR.message_types_by_name['CipherPrivateKey']
  16. _CIPHERTEXT = DESCRIPTOR.message_types_by_name['CipherText']
  17. Cipher = _reflection.GeneratedProtocolMessageType('Cipher', (_message.Message,), {
  18. 'DESCRIPTOR' : _CIPHER,
  19. '__module__' : 'sshe_cipher_param_pb2'
  20. # @@protoc_insertion_point(class_scope:com.webank.ai.fate.core.mlmodel.buffer.Cipher)
  21. })
  22. _sym_db.RegisterMessage(Cipher)
  23. CipherPublicKey = _reflection.GeneratedProtocolMessageType('CipherPublicKey', (_message.Message,), {
  24. 'DESCRIPTOR' : _CIPHERPUBLICKEY,
  25. '__module__' : 'sshe_cipher_param_pb2'
  26. # @@protoc_insertion_point(class_scope:com.webank.ai.fate.core.mlmodel.buffer.CipherPublicKey)
  27. })
  28. _sym_db.RegisterMessage(CipherPublicKey)
  29. CipherPrivateKey = _reflection.GeneratedProtocolMessageType('CipherPrivateKey', (_message.Message,), {
  30. 'DESCRIPTOR' : _CIPHERPRIVATEKEY,
  31. '__module__' : 'sshe_cipher_param_pb2'
  32. # @@protoc_insertion_point(class_scope:com.webank.ai.fate.core.mlmodel.buffer.CipherPrivateKey)
  33. })
  34. _sym_db.RegisterMessage(CipherPrivateKey)
  35. CipherText = _reflection.GeneratedProtocolMessageType('CipherText', (_message.Message,), {
  36. 'DESCRIPTOR' : _CIPHERTEXT,
  37. '__module__' : 'sshe_cipher_param_pb2'
  38. # @@protoc_insertion_point(class_scope:com.webank.ai.fate.core.mlmodel.buffer.CipherText)
  39. })
  40. _sym_db.RegisterMessage(CipherText)
  41. if _descriptor._USE_C_DESCRIPTORS == False:
  42. DESCRIPTOR._options = None
  43. DESCRIPTOR._serialized_options = b'B\020CipherParamProto'
  44. _CIPHER._serialized_start=68
  45. _CIPHER._serialized_end=232
  46. _CIPHERPUBLICKEY._serialized_start=234
  47. _CIPHERPUBLICKEY._serialized_end=262
  48. _CIPHERPRIVATEKEY._serialized_start=264
  49. _CIPHERPRIVATEKEY._serialized_end=304
  50. _CIPHERTEXT._serialized_start=307
  51. _CIPHERTEXT._serialized_end=458
  52. # @@protoc_insertion_point(module_scope)