github.com/jlmucb/cloudproxy@v0.0.0-20170830161738-b5aa0b619bc4/go/tao/tpm_tao.pb.go (about) 1 // Code generated by protoc-gen-go. 2 // source: tpm_tao.proto 3 // DO NOT EDIT! 4 5 package tao 6 7 import proto "github.com/golang/protobuf/proto" 8 import fmt "fmt" 9 import math "math" 10 11 // Reference imports to suppress errors if they are not otherwise used. 12 var _ = proto.Marshal 13 var _ = fmt.Errorf 14 var _ = math.Inf 15 16 type HybridSealedData struct { 17 SealedKey []byte `protobuf:"bytes,1,req,name=SealedKey" json:"SealedKey,omitempty"` 18 EncryptedData []byte `protobuf:"bytes,2,req,name=EncryptedData" json:"EncryptedData,omitempty"` 19 XXX_unrecognized []byte `json:"-"` 20 } 21 22 func (m *HybridSealedData) Reset() { *m = HybridSealedData{} } 23 func (m *HybridSealedData) String() string { return proto.CompactTextString(m) } 24 func (*HybridSealedData) ProtoMessage() {} 25 func (*HybridSealedData) Descriptor() ([]byte, []int) { return fileDescriptor9, []int{0} } 26 27 func (m *HybridSealedData) GetSealedKey() []byte { 28 if m != nil { 29 return m.SealedKey 30 } 31 return nil 32 } 33 34 func (m *HybridSealedData) GetEncryptedData() []byte { 35 if m != nil { 36 return m.EncryptedData 37 } 38 return nil 39 } 40 41 func init() { 42 proto.RegisterType((*HybridSealedData)(nil), "tao.HybridSealedData") 43 } 44 45 var fileDescriptor9 = []byte{ 46 // 94 bytes of a gzipped FileDescriptorProto 47 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xe2, 0xe2, 0x2d, 0x29, 0xc8, 0x8d, 48 0x2f, 0x49, 0xcc, 0xd7, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x62, 0x06, 0x32, 0x95, 0x6c, 0xb8, 49 0x04, 0x3c, 0x2a, 0x93, 0x8a, 0x32, 0x53, 0x82, 0x53, 0x13, 0x73, 0x52, 0x53, 0x5c, 0x12, 0x4b, 50 0x12, 0x85, 0x04, 0xb9, 0x38, 0x21, 0x3c, 0xef, 0xd4, 0x4a, 0x09, 0x46, 0x05, 0x26, 0x0d, 0x1e, 51 0x21, 0x51, 0x2e, 0x5e, 0xd7, 0xbc, 0xe4, 0xa2, 0xca, 0x82, 0x12, 0x88, 0x1a, 0x09, 0x26, 0x90, 52 0x30, 0x20, 0x00, 0x00, 0xff, 0xff, 0x89, 0x0f, 0xf2, 0x27, 0x52, 0x00, 0x00, 0x00, 53 }