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