Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_proto_aes_cbc_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AesCbcKey ¶
type AesCbcKey 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 }
func (*AesCbcKey) Descriptor
deprecated
func (*AesCbcKey) GetKeyValue ¶
func (*AesCbcKey) GetVersion ¶
func (*AesCbcKey) ProtoMessage ¶
func (*AesCbcKey) ProtoMessage()
func (*AesCbcKey) ProtoReflect ¶
func (x *AesCbcKey) ProtoReflect() protoreflect.Message
type AesCbcKeyFormat ¶
type AesCbcKeyFormat struct { KeySize uint32 `protobuf:"varint,1,opt,name=key_size,json=keySize,proto3" json:"key_size,omitempty"` // contains filtered or unexported fields }
func (*AesCbcKeyFormat) Descriptor
deprecated
func (*AesCbcKeyFormat) Descriptor() ([]byte, []int)
Deprecated: Use AesCbcKeyFormat.ProtoReflect.Descriptor instead.
func (*AesCbcKeyFormat) GetKeySize ¶
func (x *AesCbcKeyFormat) GetKeySize() uint32
func (*AesCbcKeyFormat) ProtoMessage ¶
func (*AesCbcKeyFormat) ProtoMessage()
func (*AesCbcKeyFormat) ProtoReflect ¶
func (x *AesCbcKeyFormat) ProtoReflect() protoreflect.Message
func (*AesCbcKeyFormat) Reset ¶
func (x *AesCbcKeyFormat) Reset()
func (*AesCbcKeyFormat) String ¶
func (x *AesCbcKeyFormat) String() string
Click to show internal directories.
Click to hide internal directories.