Documentation ¶
Index ¶
- type HmacPrfKey
- func (*HmacPrfKey) Descriptor() ([]byte, []int)
- func (m *HmacPrfKey) GetKeyValue() []byte
- func (m *HmacPrfKey) GetParams() *HmacPrfParams
- func (m *HmacPrfKey) GetVersion() uint32
- func (*HmacPrfKey) ProtoMessage()
- func (m *HmacPrfKey) Reset()
- func (m *HmacPrfKey) String() string
- func (m *HmacPrfKey) XXX_DiscardUnknown()
- func (m *HmacPrfKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *HmacPrfKey) XXX_Merge(src proto.Message)
- func (m *HmacPrfKey) XXX_Size() int
- func (m *HmacPrfKey) XXX_Unmarshal(b []byte) error
- type HmacPrfKeyFormat
- func (*HmacPrfKeyFormat) Descriptor() ([]byte, []int)
- func (m *HmacPrfKeyFormat) GetKeySize() uint32
- func (m *HmacPrfKeyFormat) GetParams() *HmacPrfParams
- func (m *HmacPrfKeyFormat) GetVersion() uint32
- func (*HmacPrfKeyFormat) ProtoMessage()
- func (m *HmacPrfKeyFormat) Reset()
- func (m *HmacPrfKeyFormat) String() string
- func (m *HmacPrfKeyFormat) XXX_DiscardUnknown()
- func (m *HmacPrfKeyFormat) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *HmacPrfKeyFormat) XXX_Merge(src proto.Message)
- func (m *HmacPrfKeyFormat) XXX_Size() int
- func (m *HmacPrfKeyFormat) XXX_Unmarshal(b []byte) error
- type HmacPrfParams
- func (*HmacPrfParams) Descriptor() ([]byte, []int)
- func (m *HmacPrfParams) GetHash() common_go_proto.HashType
- func (*HmacPrfParams) ProtoMessage()
- func (m *HmacPrfParams) Reset()
- func (m *HmacPrfParams) String() string
- func (m *HmacPrfParams) XXX_DiscardUnknown()
- func (m *HmacPrfParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *HmacPrfParams) XXX_Merge(src proto.Message)
- func (m *HmacPrfParams) XXX_Size() int
- func (m *HmacPrfParams) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
key_type: type.googleapis.com/google.crypto.tink.HmacPrfKey
func (*HmacPrfKey) Descriptor ¶
func (*HmacPrfKey) Descriptor() ([]byte, []int)
func (*HmacPrfKey) GetKeyValue ¶
func (m *HmacPrfKey) GetKeyValue() []byte
func (*HmacPrfKey) GetParams ¶
func (m *HmacPrfKey) GetParams() *HmacPrfParams
func (*HmacPrfKey) GetVersion ¶
func (m *HmacPrfKey) GetVersion() uint32
func (*HmacPrfKey) ProtoMessage ¶
func (*HmacPrfKey) ProtoMessage()
func (*HmacPrfKey) Reset ¶
func (m *HmacPrfKey) Reset()
func (*HmacPrfKey) String ¶
func (m *HmacPrfKey) String() string
func (*HmacPrfKey) XXX_DiscardUnknown ¶
func (m *HmacPrfKey) XXX_DiscardUnknown()
func (*HmacPrfKey) XXX_Marshal ¶
func (m *HmacPrfKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*HmacPrfKey) XXX_Merge ¶
func (m *HmacPrfKey) XXX_Merge(src proto.Message)
func (*HmacPrfKey) XXX_Size ¶
func (m *HmacPrfKey) XXX_Size() int
func (*HmacPrfKey) XXX_Unmarshal ¶
func (m *HmacPrfKey) XXX_Unmarshal(b []byte) error
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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*HmacPrfKeyFormat) Descriptor ¶
func (*HmacPrfKeyFormat) Descriptor() ([]byte, []int)
func (*HmacPrfKeyFormat) GetKeySize ¶
func (m *HmacPrfKeyFormat) GetKeySize() uint32
func (*HmacPrfKeyFormat) GetParams ¶
func (m *HmacPrfKeyFormat) GetParams() *HmacPrfParams
func (*HmacPrfKeyFormat) GetVersion ¶
func (m *HmacPrfKeyFormat) GetVersion() uint32
func (*HmacPrfKeyFormat) ProtoMessage ¶
func (*HmacPrfKeyFormat) ProtoMessage()
func (*HmacPrfKeyFormat) Reset ¶
func (m *HmacPrfKeyFormat) Reset()
func (*HmacPrfKeyFormat) String ¶
func (m *HmacPrfKeyFormat) String() string
func (*HmacPrfKeyFormat) XXX_DiscardUnknown ¶
func (m *HmacPrfKeyFormat) XXX_DiscardUnknown()
func (*HmacPrfKeyFormat) XXX_Marshal ¶
func (m *HmacPrfKeyFormat) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*HmacPrfKeyFormat) XXX_Merge ¶
func (m *HmacPrfKeyFormat) XXX_Merge(src proto.Message)
func (*HmacPrfKeyFormat) XXX_Size ¶
func (m *HmacPrfKeyFormat) XXX_Size() int
func (*HmacPrfKeyFormat) XXX_Unmarshal ¶
func (m *HmacPrfKeyFormat) XXX_Unmarshal(b []byte) error
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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*HmacPrfParams) Descriptor ¶
func (*HmacPrfParams) Descriptor() ([]byte, []int)
func (*HmacPrfParams) GetHash ¶
func (m *HmacPrfParams) GetHash() common_go_proto.HashType
func (*HmacPrfParams) ProtoMessage ¶
func (*HmacPrfParams) ProtoMessage()
func (*HmacPrfParams) Reset ¶
func (m *HmacPrfParams) Reset()
func (*HmacPrfParams) String ¶
func (m *HmacPrfParams) String() string
func (*HmacPrfParams) XXX_DiscardUnknown ¶
func (m *HmacPrfParams) XXX_DiscardUnknown()
func (*HmacPrfParams) XXX_Marshal ¶
func (m *HmacPrfParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*HmacPrfParams) XXX_Merge ¶
func (m *HmacPrfParams) XXX_Merge(src proto.Message)
func (*HmacPrfParams) XXX_Size ¶
func (m *HmacPrfParams) XXX_Size() int
func (*HmacPrfParams) XXX_Unmarshal ¶
func (m *HmacPrfParams) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.