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