Documentation ¶
Index ¶
- type EncryptedData
- func (*EncryptedData) Descriptor() ([]byte, []int)
- func (m *EncryptedData) GetCipherText() []byte
- func (m *EncryptedData) GetIv() []byte
- func (*EncryptedData) ProtoMessage()
- func (m *EncryptedData) Reset()
- func (m *EncryptedData) String() string
- func (m *EncryptedData) XXX_DiscardUnknown()
- func (m *EncryptedData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EncryptedData) XXX_Merge(src proto.Message)
- func (m *EncryptedData) XXX_Size() int
- func (m *EncryptedData) XXX_Unmarshal(b []byte) error
- type SignedTimestamp
- func (*SignedTimestamp) Descriptor() ([]byte, []int)
- func (m *SignedTimestamp) GetChainDigest() []byte
- func (m *SignedTimestamp) GetChainDigestSkip1() []byte
- func (m *SignedTimestamp) GetChainDigestSkip2() []byte
- func (m *SignedTimestamp) GetMessageDigest() []byte
- func (m *SignedTimestamp) GetTimestamp() uint64
- func (m *SignedTimestamp) GetVersion() int32
- func (*SignedTimestamp) ProtoMessage()
- func (m *SignedTimestamp) Reset()
- func (m *SignedTimestamp) String() string
- func (m *SignedTimestamp) XXX_DiscardUnknown()
- func (m *SignedTimestamp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SignedTimestamp) XXX_Merge(src proto.Message)
- func (m *SignedTimestamp) XXX_Size() int
- func (m *SignedTimestamp) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EncryptedData ¶
type EncryptedData struct { Iv []byte `protobuf:"bytes,1,opt,name=iv,proto3" json:"iv,omitempty"` CipherText []byte `protobuf:"bytes,2,opt,name=cipher_text,json=cipherText,proto3" json:"cipher_text,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*EncryptedData) Descriptor ¶
func (*EncryptedData) Descriptor() ([]byte, []int)
func (*EncryptedData) GetCipherText ¶
func (m *EncryptedData) GetCipherText() []byte
func (*EncryptedData) GetIv ¶
func (m *EncryptedData) GetIv() []byte
func (*EncryptedData) ProtoMessage ¶
func (*EncryptedData) ProtoMessage()
func (*EncryptedData) Reset ¶
func (m *EncryptedData) Reset()
func (*EncryptedData) String ¶
func (m *EncryptedData) String() string
func (*EncryptedData) XXX_DiscardUnknown ¶
func (m *EncryptedData) XXX_DiscardUnknown()
func (*EncryptedData) XXX_Marshal ¶
func (m *EncryptedData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EncryptedData) XXX_Merge ¶
func (m *EncryptedData) XXX_Merge(src proto.Message)
func (*EncryptedData) XXX_Size ¶
func (m *EncryptedData) XXX_Size() int
func (*EncryptedData) XXX_Unmarshal ¶
func (m *EncryptedData) XXX_Unmarshal(b []byte) error
type SignedTimestamp ¶
type SignedTimestamp struct { Version int32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"` Timestamp uint64 `protobuf:"varint,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"` MessageDigest []byte `protobuf:"bytes,3,opt,name=message_digest,json=messageDigest,proto3" json:"message_digest,omitempty"` ChainDigest []byte `protobuf:"bytes,4,opt,name=chain_digest,json=chainDigest,proto3" json:"chain_digest,omitempty"` ChainDigestSkip1 []byte `protobuf:"bytes,5,opt,name=chain_digest_skip1,json=chainDigestSkip1,proto3" json:"chain_digest_skip1,omitempty"` ChainDigestSkip2 []byte `protobuf:"bytes,6,opt,name=chain_digest_skip2,json=chainDigestSkip2,proto3" json:"chain_digest_skip2,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SignedTimestamp) Descriptor ¶
func (*SignedTimestamp) Descriptor() ([]byte, []int)
func (*SignedTimestamp) GetChainDigest ¶
func (m *SignedTimestamp) GetChainDigest() []byte
func (*SignedTimestamp) GetChainDigestSkip1 ¶
func (m *SignedTimestamp) GetChainDigestSkip1() []byte
func (*SignedTimestamp) GetChainDigestSkip2 ¶
func (m *SignedTimestamp) GetChainDigestSkip2() []byte
func (*SignedTimestamp) GetMessageDigest ¶
func (m *SignedTimestamp) GetMessageDigest() []byte
func (*SignedTimestamp) GetTimestamp ¶
func (m *SignedTimestamp) GetTimestamp() uint64
func (*SignedTimestamp) GetVersion ¶
func (m *SignedTimestamp) GetVersion() int32
func (*SignedTimestamp) ProtoMessage ¶
func (*SignedTimestamp) ProtoMessage()
func (*SignedTimestamp) Reset ¶
func (m *SignedTimestamp) Reset()
func (*SignedTimestamp) String ¶
func (m *SignedTimestamp) String() string
func (*SignedTimestamp) XXX_DiscardUnknown ¶
func (m *SignedTimestamp) XXX_DiscardUnknown()
func (*SignedTimestamp) XXX_Marshal ¶
func (m *SignedTimestamp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SignedTimestamp) XXX_Merge ¶
func (m *SignedTimestamp) XXX_Merge(src proto.Message)
func (*SignedTimestamp) XXX_Size ¶
func (m *SignedTimestamp) XXX_Size() int
func (*SignedTimestamp) XXX_Unmarshal ¶
func (m *SignedTimestamp) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.