Documentation ¶
Index ¶
- type CertSignature
- func (*CertSignature) Descriptor() ([]byte, []int)
- func (m *CertSignature) GetCert() []byte
- func (m *CertSignature) GetSignature() []byte
- func (m *CertSignature) GetUid() []byte
- func (*CertSignature) ProtoMessage()
- func (m *CertSignature) Reset()
- func (m *CertSignature) String() string
- func (m *CertSignature) XXX_DiscardUnknown()
- func (m *CertSignature) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CertSignature) XXX_Merge(src proto.Message)
- func (m *CertSignature) XXX_Size() int
- func (m *CertSignature) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertSignature ¶
type CertSignature struct { Signature []byte `protobuf:"bytes,1,opt,name=signature,proto3" json:"signature,omitempty"` Cert []byte `protobuf:"bytes,2,opt,name=cert,proto3" json:"cert,omitempty"` Uid []byte `protobuf:"bytes,3,opt,name=uid,proto3" json:"uid,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
TODO 这个结构需要迁移到crypto/types.go中
func (*CertSignature) Descriptor ¶
func (*CertSignature) Descriptor() ([]byte, []int)
func (*CertSignature) GetCert ¶
func (m *CertSignature) GetCert() []byte
func (*CertSignature) GetSignature ¶
func (m *CertSignature) GetSignature() []byte
func (*CertSignature) GetUid ¶
func (m *CertSignature) GetUid() []byte
func (*CertSignature) ProtoMessage ¶
func (*CertSignature) ProtoMessage()
func (*CertSignature) Reset ¶
func (m *CertSignature) Reset()
func (*CertSignature) String ¶
func (m *CertSignature) String() string
func (*CertSignature) XXX_DiscardUnknown ¶
func (m *CertSignature) XXX_DiscardUnknown()
func (*CertSignature) XXX_Marshal ¶
func (m *CertSignature) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CertSignature) XXX_Merge ¶
func (m *CertSignature) XXX_Merge(src proto.Message)
func (*CertSignature) XXX_Size ¶
func (m *CertSignature) XXX_Size() int
func (*CertSignature) XXX_Unmarshal ¶
func (m *CertSignature) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.