package aes_cmac_prf_go_proto
import "github.com/google/tink/go/proto/aes_cmac_prf_go_proto"
Index ¶
- Variables
- type AesCmacPrfKey
- func (*AesCmacPrfKey) Descriptor() ([]byte, []int)
- func (x *AesCmacPrfKey) GetKeyValue() []byte
- func (x *AesCmacPrfKey) GetVersion() uint32
- func (*AesCmacPrfKey) ProtoMessage()
- func (x *AesCmacPrfKey) ProtoReflect() protoreflect.Message
- func (x *AesCmacPrfKey) Reset()
- func (x *AesCmacPrfKey) String() string
- type AesCmacPrfKeyFormat
- func (*AesCmacPrfKeyFormat) Descriptor() ([]byte, []int)
- func (x *AesCmacPrfKeyFormat) GetKeySize() uint32
- func (x *AesCmacPrfKeyFormat) GetVersion() uint32
- func (*AesCmacPrfKeyFormat) ProtoMessage()
- func (x *AesCmacPrfKeyFormat) ProtoReflect() protoreflect.Message
- func (x *AesCmacPrfKeyFormat) Reset()
- func (x *AesCmacPrfKeyFormat) String() string
Variables ¶
var File_third_party_tink_proto_aes_cmac_prf_proto protoreflect.FileDescriptor
Types ¶
type AesCmacPrfKey ¶
type AesCmacPrfKey struct { Version uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"` KeyValue []byte `protobuf:"bytes,2,opt,name=key_value,json=keyValue,proto3" json:"key_value,omitempty"` // contains filtered or unexported fields }
key_type: type.googleapis.com/google.crypto.tink.AesCmacPrfKey
func (*AesCmacPrfKey) Descriptor ¶
func (*AesCmacPrfKey) Descriptor() ([]byte, []int)
Deprecated: Use AesCmacPrfKey.ProtoReflect.Descriptor instead.
func (*AesCmacPrfKey) GetKeyValue ¶
func (x *AesCmacPrfKey) GetKeyValue() []byte
func (*AesCmacPrfKey) GetVersion ¶
func (x *AesCmacPrfKey) GetVersion() uint32
func (*AesCmacPrfKey) ProtoMessage ¶
func (*AesCmacPrfKey) ProtoMessage()
func (*AesCmacPrfKey) ProtoReflect ¶
func (x *AesCmacPrfKey) ProtoReflect() protoreflect.Message
func (*AesCmacPrfKey) Reset ¶
func (x *AesCmacPrfKey) Reset()
func (*AesCmacPrfKey) String ¶
func (x *AesCmacPrfKey) String() string
type AesCmacPrfKeyFormat ¶
type AesCmacPrfKeyFormat struct { Version uint32 `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"` KeySize uint32 `protobuf:"varint,1,opt,name=key_size,json=keySize,proto3" json:"key_size,omitempty"` // contains filtered or unexported fields }
func (*AesCmacPrfKeyFormat) Descriptor ¶
func (*AesCmacPrfKeyFormat) Descriptor() ([]byte, []int)
Deprecated: Use AesCmacPrfKeyFormat.ProtoReflect.Descriptor instead.
func (*AesCmacPrfKeyFormat) GetKeySize ¶
func (x *AesCmacPrfKeyFormat) GetKeySize() uint32
func (*AesCmacPrfKeyFormat) GetVersion ¶
func (x *AesCmacPrfKeyFormat) GetVersion() uint32
func (*AesCmacPrfKeyFormat) ProtoMessage ¶
func (*AesCmacPrfKeyFormat) ProtoMessage()
func (*AesCmacPrfKeyFormat) ProtoReflect ¶
func (x *AesCmacPrfKeyFormat) ProtoReflect() protoreflect.Message
func (*AesCmacPrfKeyFormat) Reset ¶
func (x *AesCmacPrfKeyFormat) Reset()
func (*AesCmacPrfKeyFormat) String ¶
func (x *AesCmacPrfKeyFormat) String() string
Source Files ¶
- Version
- v1.7.0 (latest)
- Published
- Aug 10, 2022
- Platform
- linux/amd64
- Imports
- 4 packages
- Last checked
- 3 months ago –
Tools for package owners.