Documentation ¶
Index ¶
- Variables
- type PrfBasedDeriverKey
- func (*PrfBasedDeriverKey) Descriptor() ([]byte, []int)deprecated
- func (x *PrfBasedDeriverKey) GetParams() *PrfBasedDeriverParams
- func (x *PrfBasedDeriverKey) GetPrfKey() *tink_go_proto.KeyData
- func (x *PrfBasedDeriverKey) GetVersion() uint32
- func (*PrfBasedDeriverKey) ProtoMessage()
- func (x *PrfBasedDeriverKey) ProtoReflect() protoreflect.Message
- func (x *PrfBasedDeriverKey) Reset()
- func (x *PrfBasedDeriverKey) String() string
- type PrfBasedDeriverKeyFormat
- func (*PrfBasedDeriverKeyFormat) Descriptor() ([]byte, []int)deprecated
- func (x *PrfBasedDeriverKeyFormat) GetParams() *PrfBasedDeriverParams
- func (x *PrfBasedDeriverKeyFormat) GetPrfKeyTemplate() *tink_go_proto.KeyTemplate
- func (*PrfBasedDeriverKeyFormat) ProtoMessage()
- func (x *PrfBasedDeriverKeyFormat) ProtoReflect() protoreflect.Message
- func (x *PrfBasedDeriverKeyFormat) Reset()
- func (x *PrfBasedDeriverKeyFormat) String() string
- type PrfBasedDeriverParams
- func (*PrfBasedDeriverParams) Descriptor() ([]byte, []int)deprecated
- func (x *PrfBasedDeriverParams) GetDerivedKeyTemplate() *tink_go_proto.KeyTemplate
- func (*PrfBasedDeriverParams) ProtoMessage()
- func (x *PrfBasedDeriverParams) ProtoReflect() protoreflect.Message
- func (x *PrfBasedDeriverParams) Reset()
- func (x *PrfBasedDeriverParams) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_third_party_tink_proto_prf_based_deriver_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type PrfBasedDeriverKey ¶
type PrfBasedDeriverKey struct { Version uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"` PrfKey *tink_go_proto.KeyData `protobuf:"bytes,2,opt,name=prf_key,json=prfKey,proto3" json:"prf_key,omitempty"` Params *PrfBasedDeriverParams `protobuf:"bytes,3,opt,name=params,proto3" json:"params,omitempty"` // contains filtered or unexported fields }
key_type: type.googleapis.com/google.crypto.tink.PrfBasedDeriverKey
func (*PrfBasedDeriverKey) Descriptor
deprecated
func (*PrfBasedDeriverKey) Descriptor() ([]byte, []int)
Deprecated: Use PrfBasedDeriverKey.ProtoReflect.Descriptor instead.
func (*PrfBasedDeriverKey) GetParams ¶
func (x *PrfBasedDeriverKey) GetParams() *PrfBasedDeriverParams
func (*PrfBasedDeriverKey) GetPrfKey ¶
func (x *PrfBasedDeriverKey) GetPrfKey() *tink_go_proto.KeyData
func (*PrfBasedDeriverKey) GetVersion ¶
func (x *PrfBasedDeriverKey) GetVersion() uint32
func (*PrfBasedDeriverKey) ProtoMessage ¶
func (*PrfBasedDeriverKey) ProtoMessage()
func (*PrfBasedDeriverKey) ProtoReflect ¶
func (x *PrfBasedDeriverKey) ProtoReflect() protoreflect.Message
func (*PrfBasedDeriverKey) Reset ¶
func (x *PrfBasedDeriverKey) Reset()
func (*PrfBasedDeriverKey) String ¶
func (x *PrfBasedDeriverKey) String() string
type PrfBasedDeriverKeyFormat ¶
type PrfBasedDeriverKeyFormat struct { PrfKeyTemplate *tink_go_proto.KeyTemplate `protobuf:"bytes,1,opt,name=prf_key_template,json=prfKeyTemplate,proto3" json:"prf_key_template,omitempty"` Params *PrfBasedDeriverParams `protobuf:"bytes,2,opt,name=params,proto3" json:"params,omitempty"` // contains filtered or unexported fields }
func (*PrfBasedDeriverKeyFormat) Descriptor
deprecated
func (*PrfBasedDeriverKeyFormat) Descriptor() ([]byte, []int)
Deprecated: Use PrfBasedDeriverKeyFormat.ProtoReflect.Descriptor instead.
func (*PrfBasedDeriverKeyFormat) GetParams ¶
func (x *PrfBasedDeriverKeyFormat) GetParams() *PrfBasedDeriverParams
func (*PrfBasedDeriverKeyFormat) GetPrfKeyTemplate ¶
func (x *PrfBasedDeriverKeyFormat) GetPrfKeyTemplate() *tink_go_proto.KeyTemplate
func (*PrfBasedDeriverKeyFormat) ProtoMessage ¶
func (*PrfBasedDeriverKeyFormat) ProtoMessage()
func (*PrfBasedDeriverKeyFormat) ProtoReflect ¶
func (x *PrfBasedDeriverKeyFormat) ProtoReflect() protoreflect.Message
func (*PrfBasedDeriverKeyFormat) Reset ¶
func (x *PrfBasedDeriverKeyFormat) Reset()
func (*PrfBasedDeriverKeyFormat) String ¶
func (x *PrfBasedDeriverKeyFormat) String() string
type PrfBasedDeriverParams ¶
type PrfBasedDeriverParams struct { DerivedKeyTemplate *tink_go_proto.KeyTemplate `protobuf:"bytes,1,opt,name=derived_key_template,json=derivedKeyTemplate,proto3" json:"derived_key_template,omitempty"` // contains filtered or unexported fields }
func (*PrfBasedDeriverParams) Descriptor
deprecated
func (*PrfBasedDeriverParams) Descriptor() ([]byte, []int)
Deprecated: Use PrfBasedDeriverParams.ProtoReflect.Descriptor instead.
func (*PrfBasedDeriverParams) GetDerivedKeyTemplate ¶
func (x *PrfBasedDeriverParams) GetDerivedKeyTemplate() *tink_go_proto.KeyTemplate
func (*PrfBasedDeriverParams) ProtoMessage ¶
func (*PrfBasedDeriverParams) ProtoMessage()
func (*PrfBasedDeriverParams) ProtoReflect ¶
func (x *PrfBasedDeriverParams) ProtoReflect() protoreflect.Message
func (*PrfBasedDeriverParams) Reset ¶
func (x *PrfBasedDeriverParams) Reset()
func (*PrfBasedDeriverParams) String ¶
func (x *PrfBasedDeriverParams) String() string
Click to show internal directories.
Click to hide internal directories.