Documentation ¶
Index ¶
- Variables
- type AesCtrKey
- func (*AesCtrKey) Descriptor() ([]byte, []int)deprecated
- func (x *AesCtrKey) GetKeyValue() []byte
- func (x *AesCtrKey) GetParams() *AesCtrParams
- func (x *AesCtrKey) GetVersion() uint32
- func (*AesCtrKey) ProtoMessage()
- func (x *AesCtrKey) ProtoReflect() protoreflect.Message
- func (x *AesCtrKey) Reset()
- func (x *AesCtrKey) String() string
- type AesCtrKeyFormat
- func (*AesCtrKeyFormat) Descriptor() ([]byte, []int)deprecated
- func (x *AesCtrKeyFormat) GetKeySize() uint32
- func (x *AesCtrKeyFormat) GetParams() *AesCtrParams
- func (*AesCtrKeyFormat) ProtoMessage()
- func (x *AesCtrKeyFormat) ProtoReflect() protoreflect.Message
- func (x *AesCtrKeyFormat) Reset()
- func (x *AesCtrKeyFormat) String() string
- type AesCtrParams
Constants ¶
This section is empty.
Variables ¶
View Source
var File_third_party_tink_proto_aes_ctr_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AesCtrKey ¶
type AesCtrKey struct { Version uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"` Params *AesCtrParams `protobuf:"bytes,2,opt,name=params,proto3" json:"params,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.AesCtrKey
func (*AesCtrKey) Descriptor
deprecated
func (*AesCtrKey) GetKeyValue ¶
func (*AesCtrKey) GetParams ¶
func (x *AesCtrKey) GetParams() *AesCtrParams
func (*AesCtrKey) GetVersion ¶
func (*AesCtrKey) ProtoMessage ¶
func (*AesCtrKey) ProtoMessage()
func (*AesCtrKey) ProtoReflect ¶ added in v1.7.0
func (x *AesCtrKey) ProtoReflect() protoreflect.Message
type AesCtrKeyFormat ¶
type AesCtrKeyFormat struct { Params *AesCtrParams `protobuf:"bytes,1,opt,name=params,proto3" json:"params,omitempty"` KeySize uint32 `protobuf:"varint,2,opt,name=key_size,json=keySize,proto3" json:"key_size,omitempty"` // contains filtered or unexported fields }
func (*AesCtrKeyFormat) Descriptor
deprecated
func (*AesCtrKeyFormat) Descriptor() ([]byte, []int)
Deprecated: Use AesCtrKeyFormat.ProtoReflect.Descriptor instead.
func (*AesCtrKeyFormat) GetKeySize ¶
func (x *AesCtrKeyFormat) GetKeySize() uint32
func (*AesCtrKeyFormat) GetParams ¶
func (x *AesCtrKeyFormat) GetParams() *AesCtrParams
func (*AesCtrKeyFormat) ProtoMessage ¶
func (*AesCtrKeyFormat) ProtoMessage()
func (*AesCtrKeyFormat) ProtoReflect ¶ added in v1.7.0
func (x *AesCtrKeyFormat) ProtoReflect() protoreflect.Message
func (*AesCtrKeyFormat) Reset ¶
func (x *AesCtrKeyFormat) Reset()
func (*AesCtrKeyFormat) String ¶
func (x *AesCtrKeyFormat) String() string
type AesCtrParams ¶
type AesCtrParams struct { IvSize uint32 `protobuf:"varint,1,opt,name=iv_size,json=ivSize,proto3" json:"iv_size,omitempty"` // contains filtered or unexported fields }
func (*AesCtrParams) Descriptor
deprecated
func (*AesCtrParams) Descriptor() ([]byte, []int)
Deprecated: Use AesCtrParams.ProtoReflect.Descriptor instead.
func (*AesCtrParams) GetIvSize ¶
func (x *AesCtrParams) GetIvSize() uint32
func (*AesCtrParams) ProtoMessage ¶
func (*AesCtrParams) ProtoMessage()
func (*AesCtrParams) ProtoReflect ¶ added in v1.7.0
func (x *AesCtrParams) ProtoReflect() protoreflect.Message
func (*AesCtrParams) Reset ¶
func (x *AesCtrParams) Reset()
func (*AesCtrParams) String ¶
func (x *AesCtrParams) String() string
Click to show internal directories.
Click to hide internal directories.