Documentation
¶
Index ¶
- Variables
- type AesCtrHmacAeadKey
- func (*AesCtrHmacAeadKey) Descriptor() ([]byte, []int)deprecated
- func (x *AesCtrHmacAeadKey) GetAesCtrKey() *aes_ctr_go_proto.AesCtrKey
- func (x *AesCtrHmacAeadKey) GetHmacKey() *hmac_go_proto.HmacKey
- func (x *AesCtrHmacAeadKey) GetVersion() uint32
- func (*AesCtrHmacAeadKey) ProtoMessage()
- func (x *AesCtrHmacAeadKey) ProtoReflect() protoreflect.Message
- func (x *AesCtrHmacAeadKey) Reset()
- func (x *AesCtrHmacAeadKey) String() string
- type AesCtrHmacAeadKeyFormat
- func (*AesCtrHmacAeadKeyFormat) Descriptor() ([]byte, []int)deprecated
- func (x *AesCtrHmacAeadKeyFormat) GetAesCtrKeyFormat() *aes_ctr_go_proto.AesCtrKeyFormat
- func (x *AesCtrHmacAeadKeyFormat) GetHmacKeyFormat() *hmac_go_proto.HmacKeyFormat
- func (*AesCtrHmacAeadKeyFormat) ProtoMessage()
- func (x *AesCtrHmacAeadKeyFormat) ProtoReflect() protoreflect.Message
- func (x *AesCtrHmacAeadKeyFormat) Reset()
- func (x *AesCtrHmacAeadKeyFormat) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_third_party_tink_proto_aes_ctr_hmac_aead_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AesCtrHmacAeadKey ¶
type AesCtrHmacAeadKey struct { Version uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"` AesCtrKey *aes_ctr_go_proto.AesCtrKey `protobuf:"bytes,2,opt,name=aes_ctr_key,json=aesCtrKey,proto3" json:"aes_ctr_key,omitempty"` HmacKey *hmac_go_proto.HmacKey `protobuf:"bytes,3,opt,name=hmac_key,json=hmacKey,proto3" json:"hmac_key,omitempty"` // contains filtered or unexported fields }
key_type: type.googleapis.com/google.crypto.tink.AesCtrHmacAeadKey
func (*AesCtrHmacAeadKey) Descriptor
deprecated
func (*AesCtrHmacAeadKey) Descriptor() ([]byte, []int)
Deprecated: Use AesCtrHmacAeadKey.ProtoReflect.Descriptor instead.
func (*AesCtrHmacAeadKey) GetAesCtrKey ¶
func (x *AesCtrHmacAeadKey) GetAesCtrKey() *aes_ctr_go_proto.AesCtrKey
func (*AesCtrHmacAeadKey) GetHmacKey ¶
func (x *AesCtrHmacAeadKey) GetHmacKey() *hmac_go_proto.HmacKey
func (*AesCtrHmacAeadKey) GetVersion ¶
func (x *AesCtrHmacAeadKey) GetVersion() uint32
func (*AesCtrHmacAeadKey) ProtoMessage ¶
func (*AesCtrHmacAeadKey) ProtoMessage()
func (*AesCtrHmacAeadKey) ProtoReflect ¶
func (x *AesCtrHmacAeadKey) ProtoReflect() protoreflect.Message
func (*AesCtrHmacAeadKey) Reset ¶
func (x *AesCtrHmacAeadKey) Reset()
func (*AesCtrHmacAeadKey) String ¶
func (x *AesCtrHmacAeadKey) String() string
type AesCtrHmacAeadKeyFormat ¶
type AesCtrHmacAeadKeyFormat struct { AesCtrKeyFormat *aes_ctr_go_proto.AesCtrKeyFormat `protobuf:"bytes,1,opt,name=aes_ctr_key_format,json=aesCtrKeyFormat,proto3" json:"aes_ctr_key_format,omitempty"` HmacKeyFormat *hmac_go_proto.HmacKeyFormat `protobuf:"bytes,2,opt,name=hmac_key_format,json=hmacKeyFormat,proto3" json:"hmac_key_format,omitempty"` // contains filtered or unexported fields }
func (*AesCtrHmacAeadKeyFormat) Descriptor
deprecated
func (*AesCtrHmacAeadKeyFormat) Descriptor() ([]byte, []int)
Deprecated: Use AesCtrHmacAeadKeyFormat.ProtoReflect.Descriptor instead.
func (*AesCtrHmacAeadKeyFormat) GetAesCtrKeyFormat ¶
func (x *AesCtrHmacAeadKeyFormat) GetAesCtrKeyFormat() *aes_ctr_go_proto.AesCtrKeyFormat
func (*AesCtrHmacAeadKeyFormat) GetHmacKeyFormat ¶
func (x *AesCtrHmacAeadKeyFormat) GetHmacKeyFormat() *hmac_go_proto.HmacKeyFormat
func (*AesCtrHmacAeadKeyFormat) ProtoMessage ¶
func (*AesCtrHmacAeadKeyFormat) ProtoMessage()
func (*AesCtrHmacAeadKeyFormat) ProtoReflect ¶
func (x *AesCtrHmacAeadKeyFormat) ProtoReflect() protoreflect.Message
func (*AesCtrHmacAeadKeyFormat) Reset ¶
func (x *AesCtrHmacAeadKeyFormat) Reset()
func (*AesCtrHmacAeadKeyFormat) String ¶
func (x *AesCtrHmacAeadKeyFormat) String() string
Click to show internal directories.
Click to hide internal directories.