package aes_ctr_go_proto
import "github.com/google/tink/go/proto/aes_ctr_go_proto"
Index ¶
- Variables
- type AesCtrKey
- func (*AesCtrKey) Descriptor() ([]byte, []int)
- func (x *AesCtrKey) GetKeyValue() []byte
- func (x *AesCtrKey) GetParams() *AesCtrParams
- func (x *AesCtrKey) GetVersion() uint32
- func (*AesCtrKey) ProtoMessage()
- func (x *AesCtrKey) ProtoReflect() protoreflect.Message
- func (x *AesCtrKey) Reset()
- func (x *AesCtrKey) String() string
- type AesCtrKeyFormat
- func (*AesCtrKeyFormat) Descriptor() ([]byte, []int)
- func (x *AesCtrKeyFormat) GetKeySize() uint32
- func (x *AesCtrKeyFormat) GetParams() *AesCtrParams
- func (*AesCtrKeyFormat) ProtoMessage()
- func (x *AesCtrKeyFormat) ProtoReflect() protoreflect.Message
- func (x *AesCtrKeyFormat) Reset()
- func (x *AesCtrKeyFormat) String() string
- type AesCtrParams
Variables ¶
var File_third_party_tink_proto_aes_ctr_proto protoreflect.FileDescriptor
Types ¶
type AesCtrKey ¶
type AesCtrKey struct { Version uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"` Params *AesCtrParams `protobuf:"bytes,2,opt,name=params,proto3" json:"params,omitempty"` KeyValue []byte `protobuf:"bytes,3,opt,name=key_value,json=keyValue,proto3" json:"key_value,omitempty"` // contains filtered or unexported fields }
key_type: type.googleapis.com/google.crypto.tink.AesCtrKey
func (*AesCtrKey) Descriptor ¶
Deprecated: Use AesCtrKey.ProtoReflect.Descriptor instead.
func (*AesCtrKey) GetKeyValue ¶
func (*AesCtrKey) GetParams ¶
func (x *AesCtrKey) GetParams() *AesCtrParams
func (*AesCtrKey) GetVersion ¶
func (*AesCtrKey) ProtoMessage ¶
func (*AesCtrKey) ProtoMessage()
func (*AesCtrKey) ProtoReflect ¶
func (x *AesCtrKey) ProtoReflect() protoreflect.Message
func (*AesCtrKey) Reset ¶
func (x *AesCtrKey) Reset()
func (*AesCtrKey) String ¶
type AesCtrKeyFormat ¶
type AesCtrKeyFormat struct { Params *AesCtrParams `protobuf:"bytes,1,opt,name=params,proto3" json:"params,omitempty"` KeySize uint32 `protobuf:"varint,2,opt,name=key_size,json=keySize,proto3" json:"key_size,omitempty"` // contains filtered or unexported fields }
func (*AesCtrKeyFormat) Descriptor ¶
func (*AesCtrKeyFormat) Descriptor() ([]byte, []int)
Deprecated: Use AesCtrKeyFormat.ProtoReflect.Descriptor instead.
func (*AesCtrKeyFormat) GetKeySize ¶
func (x *AesCtrKeyFormat) GetKeySize() uint32
func (*AesCtrKeyFormat) GetParams ¶
func (x *AesCtrKeyFormat) GetParams() *AesCtrParams
func (*AesCtrKeyFormat) ProtoMessage ¶
func (*AesCtrKeyFormat) ProtoMessage()
func (*AesCtrKeyFormat) ProtoReflect ¶
func (x *AesCtrKeyFormat) ProtoReflect() protoreflect.Message
func (*AesCtrKeyFormat) Reset ¶
func (x *AesCtrKeyFormat) Reset()
func (*AesCtrKeyFormat) String ¶
func (x *AesCtrKeyFormat) String() string
type AesCtrParams ¶
type AesCtrParams struct { IvSize uint32 `protobuf:"varint,1,opt,name=iv_size,json=ivSize,proto3" json:"iv_size,omitempty"` // contains filtered or unexported fields }
func (*AesCtrParams) Descriptor ¶
func (*AesCtrParams) Descriptor() ([]byte, []int)
Deprecated: Use AesCtrParams.ProtoReflect.Descriptor instead.
func (*AesCtrParams) GetIvSize ¶
func (x *AesCtrParams) GetIvSize() uint32
func (*AesCtrParams) ProtoMessage ¶
func (*AesCtrParams) ProtoMessage()
func (*AesCtrParams) ProtoReflect ¶
func (x *AesCtrParams) ProtoReflect() protoreflect.Message
func (*AesCtrParams) Reset ¶
func (x *AesCtrParams) Reset()
func (*AesCtrParams) String ¶
func (x *AesCtrParams) String() string
Source Files ¶
- Version
- v1.7.0 (latest)
- Published
- Aug 10, 2022
- Platform
- linux/amd64
- Imports
- 4 packages
- Last checked
- 3 months ago –
Tools for package owners.