github.com/jlmucb/cloudproxy@v0.0.0-20170830161738-b5aa0b619bc4/go/support_libraries/tao_support/taosupport.pb.go (about) 1 // Code generated by protoc-gen-go. 2 // source: taosupport.proto 3 // DO NOT EDIT! 4 5 /* 6 Package tao_support is a generated protocol buffer package. 7 8 It is generated from these files: 9 taosupport.proto 10 11 It has these top-level messages: 12 SavedProgramData 13 */ 14 package tao_support 15 16 import proto "github.com/golang/protobuf/proto" 17 import fmt "fmt" 18 import math "math" 19 20 // Reference imports to suppress errors if they are not otherwise used. 21 var _ = proto.Marshal 22 var _ = fmt.Errorf 23 var _ = math.Inf 24 25 // This is a compile-time assertion to ensure that this generated file 26 // is compatible with the proto package it is being compiled against. 27 // A compilation error at this line likely means your copy of the 28 // proto package needs to be updated. 29 // const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package 30 31 type SavedProgramData struct { 32 FilePath *string `protobuf:"bytes,1,opt,name=file_path,json=filePath" json:"file_path,omitempty"` 33 PolicyCert []byte `protobuf:"bytes,2,opt,name=policy_cert,json=policyCert" json:"policy_cert,omitempty"` 34 ProgramName *string `protobuf:"bytes,3,opt,name=program_name,json=programName" json:"program_name,omitempty"` 35 SigningKeyBlob []byte `protobuf:"bytes,4,opt,name=signing_key_blob,json=signingKeyBlob" json:"signing_key_blob,omitempty"` 36 CryptingKeyBlob []byte `protobuf:"bytes,5,opt,name=crypting_key_blob,json=cryptingKeyBlob" json:"crypting_key_blob,omitempty"` 37 SignerCertChain [][]byte `protobuf:"bytes,6,rep,name=signer_cert_chain,json=signerCertChain" json:"signer_cert_chain,omitempty"` 38 CryptoSuite *string `protobuf:"bytes,7,opt,name=crypto_suite,json=cryptoSuite" json:"crypto_suite,omitempty"` 39 Delegation []byte `protobuf:"bytes,8,opt,name=delegation" json:"delegation,omitempty"` 40 XXX_unrecognized []byte `json:"-"` 41 } 42 43 func (m *SavedProgramData) Reset() { *m = SavedProgramData{} } 44 func (m *SavedProgramData) String() string { return proto.CompactTextString(m) } 45 func (*SavedProgramData) ProtoMessage() {} 46 func (*SavedProgramData) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} } 47 48 func (m *SavedProgramData) GetFilePath() string { 49 if m != nil && m.FilePath != nil { 50 return *m.FilePath 51 } 52 return "" 53 } 54 55 func (m *SavedProgramData) GetPolicyCert() []byte { 56 if m != nil { 57 return m.PolicyCert 58 } 59 return nil 60 } 61 62 func (m *SavedProgramData) GetProgramName() string { 63 if m != nil && m.ProgramName != nil { 64 return *m.ProgramName 65 } 66 return "" 67 } 68 69 func (m *SavedProgramData) GetSigningKeyBlob() []byte { 70 if m != nil { 71 return m.SigningKeyBlob 72 } 73 return nil 74 } 75 76 func (m *SavedProgramData) GetCryptingKeyBlob() []byte { 77 if m != nil { 78 return m.CryptingKeyBlob 79 } 80 return nil 81 } 82 83 func (m *SavedProgramData) GetSignerCertChain() [][]byte { 84 if m != nil { 85 return m.SignerCertChain 86 } 87 return nil 88 } 89 90 func (m *SavedProgramData) GetCryptoSuite() string { 91 if m != nil && m.CryptoSuite != nil { 92 return *m.CryptoSuite 93 } 94 return "" 95 } 96 97 func (m *SavedProgramData) GetDelegation() []byte { 98 if m != nil { 99 return m.Delegation 100 } 101 return nil 102 } 103 104 func init() { 105 proto.RegisterType((*SavedProgramData)(nil), "tao_support.SavedProgramData") 106 } 107 108 // func init() { proto.RegisterFile("taosupport.proto", fileDescriptor0) } 109 110 var fileDescriptor0 = []byte{ 111 // 247 bytes of a gzipped FileDescriptorProto 112 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x54, 0xd0, 0xcd, 0x4a, 0x03, 0x31, 113 0x10, 0x07, 0x70, 0xda, 0xfa, 0xd1, 0xce, 0x16, 0x5d, 0x73, 0x0a, 0x08, 0x5a, 0x3d, 0x15, 0x0f, 114 0x3e, 0x84, 0xf5, 0x26, 0x48, 0x69, 0x1f, 0x20, 0x4c, 0xb7, 0xe3, 0x36, 0xb8, 0x4d, 0x42, 0x76, 115 0x14, 0xf2, 0x66, 0x3e, 0x9e, 0xf9, 0x58, 0x51, 0x8f, 0xfb, 0x9b, 0xff, 0x0c, 0xff, 0x0d, 0xd4, 116 0x8c, 0xb6, 0xff, 0x70, 0xce, 0x7a, 0x7e, 0x74, 0xde, 0xb2, 0x15, 0x55, 0x14, 0x35, 0xd0, 0xfd, 117 0xd7, 0x18, 0xea, 0x2d, 0x7e, 0xd2, 0x7e, 0xed, 0x6d, 0xeb, 0xf1, 0xf8, 0x8c, 0x8c, 0xe2, 0x1a, 118 0x66, 0x6f, 0xba, 0x23, 0xe5, 0x90, 0x0f, 0x72, 0xb4, 0x18, 0x2d, 0x67, 0x9b, 0x69, 0x82, 0x75, 119 0xfc, 0x16, 0xb7, 0x50, 0x39, 0xdb, 0xe9, 0x26, 0xa8, 0x86, 0x3c, 0xcb, 0x71, 0x1c, 0xcf, 0x37, 120 0x50, 0x68, 0x15, 0x45, 0xdc, 0xc1, 0xdc, 0x95, 0x63, 0xca, 0xe0, 0x91, 0xe4, 0x24, 0x1f, 0xa8, 121 0x06, 0x7b, 0x8d, 0x24, 0x96, 0x50, 0xf7, 0xba, 0x35, 0xda, 0xb4, 0xea, 0x9d, 0x82, 0xda, 0x75, 122 0x76, 0x27, 0x4f, 0xf2, 0xa1, 0x8b, 0xc1, 0x5f, 0x28, 0x3c, 0x45, 0x15, 0x0f, 0x70, 0xd5, 0xf8, 123 0xe0, 0xf8, 0x5f, 0xf4, 0x34, 0x47, 0x2f, 0x7f, 0x06, 0x7f, 0xb2, 0x69, 0x9b, 0x7c, 0x6e, 0xa6, 124 0x9a, 0x03, 0x6a, 0x23, 0xcf, 0x16, 0x93, 0x94, 0x2d, 0x83, 0xd4, 0x6f, 0x95, 0x38, 0x95, 0xcc, 125 0xeb, 0xe9, 0x25, 0x34, 0x93, 0x3c, 0x2f, 0x25, 0x8b, 0x6d, 0x13, 0x89, 0x1b, 0x80, 0x3d, 0x75, 126 0xd4, 0x22, 0x6b, 0x6b, 0xe4, 0xb4, 0xfc, 0xe7, 0xaf, 0x7c, 0x07, 0x00, 0x00, 0xff, 0xff, 0x25, 127 0x97, 0x3d, 0x90, 0x5a, 0x01, 0x00, 0x00, 128 }