Documentation ¶
Index ¶
- Variables
- type HmacKey
- func (*HmacKey) Descriptor() ([]byte, []int)deprecated
- func (x *HmacKey) GetKeyValue() []byte
- func (x *HmacKey) GetParams() *HmacParams
- func (x *HmacKey) GetVersion() uint32
- func (*HmacKey) ProtoMessage()
- func (x *HmacKey) ProtoReflect() protoreflect.Message
- func (x *HmacKey) Reset()
- func (x *HmacKey) String() string
- type HmacKeyFormat
- func (*HmacKeyFormat) Descriptor() ([]byte, []int)deprecated
- func (x *HmacKeyFormat) GetKeySize() uint32
- func (x *HmacKeyFormat) GetParams() *HmacParams
- func (x *HmacKeyFormat) GetVersion() uint32
- func (*HmacKeyFormat) ProtoMessage()
- func (x *HmacKeyFormat) ProtoReflect() protoreflect.Message
- func (x *HmacKeyFormat) Reset()
- func (x *HmacKeyFormat) String() string
- type HmacParams
- func (*HmacParams) Descriptor() ([]byte, []int)deprecated
- func (x *HmacParams) GetHash() common_go_proto.HashType
- func (x *HmacParams) GetTagSize() uint32
- func (*HmacParams) ProtoMessage()
- func (x *HmacParams) ProtoReflect() protoreflect.Message
- func (x *HmacParams) Reset()
- func (x *HmacParams) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_third_party_tink_proto_hmac_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type HmacKey ¶
type HmacKey struct { Version uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"` Params *HmacParams `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.HmacKey
func (*HmacKey) Descriptor
deprecated
func (*HmacKey) GetKeyValue ¶
func (*HmacKey) GetParams ¶
func (x *HmacKey) GetParams() *HmacParams
func (*HmacKey) GetVersion ¶
func (*HmacKey) ProtoMessage ¶
func (*HmacKey) ProtoMessage()
func (*HmacKey) ProtoReflect ¶
func (x *HmacKey) ProtoReflect() protoreflect.Message
type HmacKeyFormat ¶
type HmacKeyFormat struct { Params *HmacParams `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"` Version uint32 `protobuf:"varint,3,opt,name=version,proto3" json:"version,omitempty"` // contains filtered or unexported fields }
func (*HmacKeyFormat) Descriptor
deprecated
func (*HmacKeyFormat) Descriptor() ([]byte, []int)
Deprecated: Use HmacKeyFormat.ProtoReflect.Descriptor instead.
func (*HmacKeyFormat) GetKeySize ¶
func (x *HmacKeyFormat) GetKeySize() uint32
func (*HmacKeyFormat) GetParams ¶
func (x *HmacKeyFormat) GetParams() *HmacParams
func (*HmacKeyFormat) GetVersion ¶
func (x *HmacKeyFormat) GetVersion() uint32
func (*HmacKeyFormat) ProtoMessage ¶
func (*HmacKeyFormat) ProtoMessage()
func (*HmacKeyFormat) ProtoReflect ¶
func (x *HmacKeyFormat) ProtoReflect() protoreflect.Message
func (*HmacKeyFormat) Reset ¶
func (x *HmacKeyFormat) Reset()
func (*HmacKeyFormat) String ¶
func (x *HmacKeyFormat) String() string
type HmacParams ¶
type HmacParams struct { Hash common_go_proto.HashType `protobuf:"varint,1,opt,name=hash,proto3,enum=google.crypto.tink.HashType" json:"hash,omitempty"` // HashType is an enum. TagSize uint32 `protobuf:"varint,2,opt,name=tag_size,json=tagSize,proto3" json:"tag_size,omitempty"` // contains filtered or unexported fields }
func (*HmacParams) Descriptor
deprecated
func (*HmacParams) Descriptor() ([]byte, []int)
Deprecated: Use HmacParams.ProtoReflect.Descriptor instead.
func (*HmacParams) GetHash ¶
func (x *HmacParams) GetHash() common_go_proto.HashType
func (*HmacParams) GetTagSize ¶
func (x *HmacParams) GetTagSize() uint32
func (*HmacParams) ProtoMessage ¶
func (*HmacParams) ProtoMessage()
func (*HmacParams) ProtoReflect ¶
func (x *HmacParams) ProtoReflect() protoreflect.Message
func (*HmacParams) Reset ¶
func (x *HmacParams) Reset()
func (*HmacParams) String ¶
func (x *HmacParams) String() string
Click to show internal directories.
Click to hide internal directories.