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