Documentation ¶
Index ¶
- Variables
- type AesCbcHmacAeadKey
- func (*AesCbcHmacAeadKey) Descriptor() ([]byte, []int)deprecated
- func (x *AesCbcHmacAeadKey) GetAesCbcKey() *aes_cbc_go_proto.AesCbcKey
- func (x *AesCbcHmacAeadKey) GetHmacKey() *hmac_go_proto.HmacKey
- func (x *AesCbcHmacAeadKey) GetVersion() uint32
- func (*AesCbcHmacAeadKey) ProtoMessage()
- func (x *AesCbcHmacAeadKey) ProtoReflect() protoreflect.Message
- func (x *AesCbcHmacAeadKey) Reset()
- func (x *AesCbcHmacAeadKey) String() string
- type AesCbcHmacAeadKeyFormat
- func (*AesCbcHmacAeadKeyFormat) Descriptor() ([]byte, []int)deprecated
- func (x *AesCbcHmacAeadKeyFormat) GetAesCbcKeyFormat() *aes_cbc_go_proto.AesCbcKeyFormat
- func (x *AesCbcHmacAeadKeyFormat) GetHmacKeyFormat() *hmac_go_proto.HmacKeyFormat
- func (*AesCbcHmacAeadKeyFormat) ProtoMessage()
- func (x *AesCbcHmacAeadKeyFormat) ProtoReflect() protoreflect.Message
- func (x *AesCbcHmacAeadKeyFormat) Reset()
- func (x *AesCbcHmacAeadKeyFormat) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_proto_aes_cbc_hmac_aead_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AesCbcHmacAeadKey ¶
type AesCbcHmacAeadKey struct { Version uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"` AesCbcKey *aes_cbc_go_proto.AesCbcKey `protobuf:"bytes,2,opt,name=aes_cbc_key,json=aesCbcKey,proto3" json:"aes_cbc_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 }
func (*AesCbcHmacAeadKey) Descriptor
deprecated
func (*AesCbcHmacAeadKey) Descriptor() ([]byte, []int)
Deprecated: Use AesCbcHmacAeadKey.ProtoReflect.Descriptor instead.
func (*AesCbcHmacAeadKey) GetAesCbcKey ¶
func (x *AesCbcHmacAeadKey) GetAesCbcKey() *aes_cbc_go_proto.AesCbcKey
func (*AesCbcHmacAeadKey) GetHmacKey ¶
func (x *AesCbcHmacAeadKey) GetHmacKey() *hmac_go_proto.HmacKey
func (*AesCbcHmacAeadKey) GetVersion ¶
func (x *AesCbcHmacAeadKey) GetVersion() uint32
func (*AesCbcHmacAeadKey) ProtoMessage ¶
func (*AesCbcHmacAeadKey) ProtoMessage()
func (*AesCbcHmacAeadKey) ProtoReflect ¶
func (x *AesCbcHmacAeadKey) ProtoReflect() protoreflect.Message
func (*AesCbcHmacAeadKey) Reset ¶
func (x *AesCbcHmacAeadKey) Reset()
func (*AesCbcHmacAeadKey) String ¶
func (x *AesCbcHmacAeadKey) String() string
type AesCbcHmacAeadKeyFormat ¶
type AesCbcHmacAeadKeyFormat struct { AesCbcKeyFormat *aes_cbc_go_proto.AesCbcKeyFormat `protobuf:"bytes,1,opt,name=aes_cbc_key_format,json=aesCbcKeyFormat,proto3" json:"aes_cbc_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 (*AesCbcHmacAeadKeyFormat) Descriptor
deprecated
func (*AesCbcHmacAeadKeyFormat) Descriptor() ([]byte, []int)
Deprecated: Use AesCbcHmacAeadKeyFormat.ProtoReflect.Descriptor instead.
func (*AesCbcHmacAeadKeyFormat) GetAesCbcKeyFormat ¶
func (x *AesCbcHmacAeadKeyFormat) GetAesCbcKeyFormat() *aes_cbc_go_proto.AesCbcKeyFormat
func (*AesCbcHmacAeadKeyFormat) GetHmacKeyFormat ¶
func (x *AesCbcHmacAeadKeyFormat) GetHmacKeyFormat() *hmac_go_proto.HmacKeyFormat
func (*AesCbcHmacAeadKeyFormat) ProtoMessage ¶
func (*AesCbcHmacAeadKeyFormat) ProtoMessage()
func (*AesCbcHmacAeadKeyFormat) ProtoReflect ¶
func (x *AesCbcHmacAeadKeyFormat) ProtoReflect() protoreflect.Message
func (*AesCbcHmacAeadKeyFormat) Reset ¶
func (x *AesCbcHmacAeadKeyFormat) Reset()
func (*AesCbcHmacAeadKeyFormat) String ¶
func (x *AesCbcHmacAeadKeyFormat) String() string
Click to show internal directories.
Click to hide internal directories.