gogithub.com/google/tink/go/proto/aes_ctr_hmac_aead_go_proto Index | Files

package aes_ctr_hmac_aead_go_proto

import "github.com/google/tink/go/proto/aes_ctr_hmac_aead_go_proto"

Index

Variables

var File_third_party_tink_proto_aes_ctr_hmac_aead_proto protoreflect.FileDescriptor

Types

type AesCtrHmacAeadKey

type AesCtrHmacAeadKey struct {
	Version   uint32                      `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
	AesCtrKey *aes_ctr_go_proto.AesCtrKey `protobuf:"bytes,2,opt,name=aes_ctr_key,json=aesCtrKey,proto3" json:"aes_ctr_key,omitempty"`
	HmacKey   *hmac_go_proto.HmacKey      `protobuf:"bytes,3,opt,name=hmac_key,json=hmacKey,proto3" json:"hmac_key,omitempty"`
	// contains filtered or unexported fields
}

key_type: type.googleapis.com/google.crypto.tink.AesCtrHmacAeadKey

func (*AesCtrHmacAeadKey) Descriptor

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

Deprecated: Use AesCtrHmacAeadKey.ProtoReflect.Descriptor instead.

func (*AesCtrHmacAeadKey) GetAesCtrKey

func (x *AesCtrHmacAeadKey) GetAesCtrKey() *aes_ctr_go_proto.AesCtrKey

func (*AesCtrHmacAeadKey) GetHmacKey

func (x *AesCtrHmacAeadKey) GetHmacKey() *hmac_go_proto.HmacKey

func (*AesCtrHmacAeadKey) GetVersion

func (x *AesCtrHmacAeadKey) GetVersion() uint32

func (*AesCtrHmacAeadKey) ProtoMessage

func (*AesCtrHmacAeadKey) ProtoMessage()

func (*AesCtrHmacAeadKey) ProtoReflect

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

func (*AesCtrHmacAeadKey) Reset

func (x *AesCtrHmacAeadKey) Reset()

func (*AesCtrHmacAeadKey) String

func (x *AesCtrHmacAeadKey) String() string

type AesCtrHmacAeadKeyFormat

type AesCtrHmacAeadKeyFormat struct {
	AesCtrKeyFormat *aes_ctr_go_proto.AesCtrKeyFormat `protobuf:"bytes,1,opt,name=aes_ctr_key_format,json=aesCtrKeyFormat,proto3" json:"aes_ctr_key_format,omitempty"`
	HmacKeyFormat   *hmac_go_proto.HmacKeyFormat      `protobuf:"bytes,2,opt,name=hmac_key_format,json=hmacKeyFormat,proto3" json:"hmac_key_format,omitempty"`
	// contains filtered or unexported fields
}

func (*AesCtrHmacAeadKeyFormat) Descriptor

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

Deprecated: Use AesCtrHmacAeadKeyFormat.ProtoReflect.Descriptor instead.

func (*AesCtrHmacAeadKeyFormat) GetAesCtrKeyFormat

func (x *AesCtrHmacAeadKeyFormat) GetAesCtrKeyFormat() *aes_ctr_go_proto.AesCtrKeyFormat

func (*AesCtrHmacAeadKeyFormat) GetHmacKeyFormat

func (x *AesCtrHmacAeadKeyFormat) GetHmacKeyFormat() *hmac_go_proto.HmacKeyFormat

func (*AesCtrHmacAeadKeyFormat) ProtoMessage

func (*AesCtrHmacAeadKeyFormat) ProtoMessage()

func (*AesCtrHmacAeadKeyFormat) ProtoReflect

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

func (*AesCtrHmacAeadKeyFormat) Reset

func (x *AesCtrHmacAeadKeyFormat) Reset()

func (*AesCtrHmacAeadKeyFormat) String

func (x *AesCtrHmacAeadKeyFormat) String() string

Source Files

aes_ctr_hmac_aead.pb.go

Version
v1.7.0 (latest)
Published
Aug 10, 2022
Platform
linux/amd64
Imports
6 packages
Last checked
3 months ago

Tools for package owners.