Documentation ¶
Index ¶
- Variables
- type XChaCha20Poly1305Key
- func (*XChaCha20Poly1305Key) Descriptor() ([]byte, []int)deprecated
- func (x *XChaCha20Poly1305Key) GetKeyValue() []byte
- func (x *XChaCha20Poly1305Key) GetVersion() uint32
- func (*XChaCha20Poly1305Key) ProtoMessage()
- func (x *XChaCha20Poly1305Key) ProtoReflect() protoreflect.Message
- func (x *XChaCha20Poly1305Key) Reset()
- func (x *XChaCha20Poly1305Key) String() string
- type XChaCha20Poly1305KeyFormat
- func (*XChaCha20Poly1305KeyFormat) Descriptor() ([]byte, []int)deprecated
- func (x *XChaCha20Poly1305KeyFormat) GetVersion() uint32
- func (*XChaCha20Poly1305KeyFormat) ProtoMessage()
- func (x *XChaCha20Poly1305KeyFormat) ProtoReflect() protoreflect.Message
- func (x *XChaCha20Poly1305KeyFormat) Reset()
- func (x *XChaCha20Poly1305KeyFormat) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_third_party_tink_proto_xchacha20_poly1305_proto protoreflect.FileDescriptor
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"` // contains filtered or unexported fields }
key_type: type.googleapis.com/google.crypto.tink.XChaCha20Poly1305Key
func (*XChaCha20Poly1305Key) Descriptor
deprecated
func (*XChaCha20Poly1305Key) Descriptor() ([]byte, []int)
Deprecated: Use XChaCha20Poly1305Key.ProtoReflect.Descriptor instead.
func (*XChaCha20Poly1305Key) GetKeyValue ¶
func (x *XChaCha20Poly1305Key) GetKeyValue() []byte
func (*XChaCha20Poly1305Key) GetVersion ¶
func (x *XChaCha20Poly1305Key) GetVersion() uint32
func (*XChaCha20Poly1305Key) ProtoMessage ¶
func (*XChaCha20Poly1305Key) ProtoMessage()
func (*XChaCha20Poly1305Key) ProtoReflect ¶ added in v1.7.0
func (x *XChaCha20Poly1305Key) ProtoReflect() protoreflect.Message
func (*XChaCha20Poly1305Key) Reset ¶
func (x *XChaCha20Poly1305Key) Reset()
func (*XChaCha20Poly1305Key) String ¶
func (x *XChaCha20Poly1305Key) String() string
type XChaCha20Poly1305KeyFormat ¶
type XChaCha20Poly1305KeyFormat struct { Version uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"` // contains filtered or unexported fields }
func (*XChaCha20Poly1305KeyFormat) Descriptor
deprecated
func (*XChaCha20Poly1305KeyFormat) Descriptor() ([]byte, []int)
Deprecated: Use XChaCha20Poly1305KeyFormat.ProtoReflect.Descriptor instead.
func (*XChaCha20Poly1305KeyFormat) GetVersion ¶ added in v1.7.0
func (x *XChaCha20Poly1305KeyFormat) GetVersion() uint32
func (*XChaCha20Poly1305KeyFormat) ProtoMessage ¶
func (*XChaCha20Poly1305KeyFormat) ProtoMessage()
func (*XChaCha20Poly1305KeyFormat) ProtoReflect ¶ added in v1.7.0
func (x *XChaCha20Poly1305KeyFormat) ProtoReflect() protoreflect.Message
func (*XChaCha20Poly1305KeyFormat) Reset ¶
func (x *XChaCha20Poly1305KeyFormat) Reset()
func (*XChaCha20Poly1305KeyFormat) String ¶
func (x *XChaCha20Poly1305KeyFormat) String() string
Click to show internal directories.
Click to hide internal directories.