Versions in this module Expand all Collapse all v1 v1.2.1 Dec 16, 2024 v1.2.0 Oct 1, 2024 v1.1.2 Apr 3, 2024 v1.1.1 Feb 22, 2024 v1.1.0 Nov 16, 2023 v1.0.0 Sep 13, 2023 Changes in this version + var File_proto_ecdh_aead_proto protoreflect.FileDescriptor + var KeyType_name = map[int32]string + var KeyType_value = map[string]int32 + type EcdhAeadEncParams struct + AeadEnc *tink_go_proto.KeyTemplate + CEK []byte + func (*EcdhAeadEncParams) Descriptor() ([]byte, []int) + func (*EcdhAeadEncParams) ProtoMessage() + func (x *EcdhAeadEncParams) GetAeadEnc() *tink_go_proto.KeyTemplate + func (x *EcdhAeadEncParams) GetCEK() []byte + func (x *EcdhAeadEncParams) ProtoReflect() protoreflect.Message + func (x *EcdhAeadEncParams) Reset() + func (x *EcdhAeadEncParams) String() string + type EcdhAeadKeyFormat struct + Params *EcdhAeadParams + func (*EcdhAeadKeyFormat) Descriptor() ([]byte, []int) + func (*EcdhAeadKeyFormat) ProtoMessage() + func (x *EcdhAeadKeyFormat) GetParams() *EcdhAeadParams + func (x *EcdhAeadKeyFormat) ProtoReflect() protoreflect.Message + func (x *EcdhAeadKeyFormat) Reset() + func (x *EcdhAeadKeyFormat) String() string + type EcdhAeadParams struct + EcPointFormat common_go_proto.EcPointFormat + EncParams *EcdhAeadEncParams + KwParams *EcdhKwParams + func (*EcdhAeadParams) Descriptor() ([]byte, []int) + func (*EcdhAeadParams) ProtoMessage() + func (x *EcdhAeadParams) GetEcPointFormat() common_go_proto.EcPointFormat + func (x *EcdhAeadParams) GetEncParams() *EcdhAeadEncParams + func (x *EcdhAeadParams) GetKwParams() *EcdhKwParams + func (x *EcdhAeadParams) ProtoReflect() protoreflect.Message + func (x *EcdhAeadParams) Reset() + func (x *EcdhAeadParams) String() string + type EcdhAeadPrivateKey struct + KeyValue []byte + PublicKey *EcdhAeadPublicKey + Version uint32 + func (*EcdhAeadPrivateKey) Descriptor() ([]byte, []int) + func (*EcdhAeadPrivateKey) ProtoMessage() + func (x *EcdhAeadPrivateKey) GetKeyValue() []byte + func (x *EcdhAeadPrivateKey) GetPublicKey() *EcdhAeadPublicKey + func (x *EcdhAeadPrivateKey) GetVersion() uint32 + func (x *EcdhAeadPrivateKey) ProtoReflect() protoreflect.Message + func (x *EcdhAeadPrivateKey) Reset() + func (x *EcdhAeadPrivateKey) String() string + type EcdhAeadPublicKey struct + KID string + Params *EcdhAeadParams + Version uint32 + X []byte + Y []byte + func (*EcdhAeadPublicKey) Descriptor() ([]byte, []int) + func (*EcdhAeadPublicKey) ProtoMessage() + func (x *EcdhAeadPublicKey) GetKID() string + func (x *EcdhAeadPublicKey) GetParams() *EcdhAeadParams + func (x *EcdhAeadPublicKey) GetVersion() uint32 + func (x *EcdhAeadPublicKey) GetX() []byte + func (x *EcdhAeadPublicKey) GetY() []byte + func (x *EcdhAeadPublicKey) ProtoReflect() protoreflect.Message + func (x *EcdhAeadPublicKey) Reset() + func (x *EcdhAeadPublicKey) String() string + type EcdhKwParams struct + CurveType common_go_proto.EllipticCurveType + KeyType KeyType + func (*EcdhKwParams) Descriptor() ([]byte, []int) + func (*EcdhKwParams) ProtoMessage() + func (x *EcdhKwParams) GetCurveType() common_go_proto.EllipticCurveType + func (x *EcdhKwParams) GetKeyType() KeyType + func (x *EcdhKwParams) ProtoReflect() protoreflect.Message + func (x *EcdhKwParams) Reset() + func (x *EcdhKwParams) String() string + type KeyType int32 + const KeyType_EC + const KeyType_OKP + const KeyType_UNKNOWN_KEY_TYPE + func (KeyType) Descriptor() protoreflect.EnumDescriptor + func (KeyType) EnumDescriptor() ([]byte, []int) + func (KeyType) Type() protoreflect.EnumType + func (x KeyType) Enum() *KeyType + func (x KeyType) Number() protoreflect.EnumNumber + func (x KeyType) String() string