Documentation ¶
Index ¶
- type XChaCha20Poly1305Key
- func (*XChaCha20Poly1305Key) Descriptor() ([]byte, []int)
- func (m *XChaCha20Poly1305Key) GetKeyValue() []byte
- func (m *XChaCha20Poly1305Key) GetVersion() uint32
- func (*XChaCha20Poly1305Key) ProtoMessage()
- func (m *XChaCha20Poly1305Key) Reset()
- func (m *XChaCha20Poly1305Key) String() string
- func (m *XChaCha20Poly1305Key) XXX_DiscardUnknown()
- func (m *XChaCha20Poly1305Key) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *XChaCha20Poly1305Key) XXX_Merge(src proto.Message)
- func (m *XChaCha20Poly1305Key) XXX_Size() int
- func (m *XChaCha20Poly1305Key) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type XChaCha20Poly1305Key ¶
type XChaCha20Poly1305Key struct { Version uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"` KeyValue []byte `protobuf:"bytes,3,opt,name=key_value,json=keyValue,proto3" json:"key_value,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
key_type: type.googleapis.com/google.crypto.tink.XChaCha20Poly1305Key
func (*XChaCha20Poly1305Key) Descriptor ¶
func (*XChaCha20Poly1305Key) Descriptor() ([]byte, []int)
func (*XChaCha20Poly1305Key) GetKeyValue ¶
func (m *XChaCha20Poly1305Key) GetKeyValue() []byte
func (*XChaCha20Poly1305Key) GetVersion ¶
func (m *XChaCha20Poly1305Key) GetVersion() uint32
func (*XChaCha20Poly1305Key) ProtoMessage ¶
func (*XChaCha20Poly1305Key) ProtoMessage()
func (*XChaCha20Poly1305Key) Reset ¶
func (m *XChaCha20Poly1305Key) Reset()
func (*XChaCha20Poly1305Key) String ¶
func (m *XChaCha20Poly1305Key) String() string
func (*XChaCha20Poly1305Key) XXX_DiscardUnknown ¶
func (m *XChaCha20Poly1305Key) XXX_DiscardUnknown()
func (*XChaCha20Poly1305Key) XXX_Marshal ¶
func (m *XChaCha20Poly1305Key) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*XChaCha20Poly1305Key) XXX_Merge ¶
func (m *XChaCha20Poly1305Key) XXX_Merge(src proto.Message)
func (*XChaCha20Poly1305Key) XXX_Size ¶
func (m *XChaCha20Poly1305Key) XXX_Size() int
func (*XChaCha20Poly1305Key) XXX_Unmarshal ¶
func (m *XChaCha20Poly1305Key) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.