aes_ctr_go_proto

package
v1.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 10, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_third_party_tink_proto_aes_ctr_proto protoreflect.FileDescriptor

Functions

This section is empty.

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

func (*AesCtrKey) Descriptor() ([]byte, []int)

Deprecated: Use AesCtrKey.ProtoReflect.Descriptor instead.

func (*AesCtrKey) GetKeyValue

func (x *AesCtrKey) GetKeyValue() []byte

func (*AesCtrKey) GetParams

func (x *AesCtrKey) GetParams() *AesCtrParams

func (*AesCtrKey) GetVersion

func (x *AesCtrKey) GetVersion() uint32

func (*AesCtrKey) ProtoMessage

func (*AesCtrKey) ProtoMessage()

func (*AesCtrKey) ProtoReflect added in v1.7.0

func (x *AesCtrKey) ProtoReflect() protoreflect.Message

func (*AesCtrKey) Reset

func (x *AesCtrKey) Reset()

func (*AesCtrKey) String

func (x *AesCtrKey) String() 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 deprecated

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 added in v1.7.0

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 deprecated

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 added in v1.7.0

func (x *AesCtrParams) ProtoReflect() protoreflect.Message

func (*AesCtrParams) Reset

func (x *AesCtrParams) Reset()

func (*AesCtrParams) String

func (x *AesCtrParams) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL