Versions in this module Expand all Collapse all v1 v1.7.0 Aug 10, 2022 Changes in this version + var File_third_party_tink_proto_ecdsa_proto protoreflect.FileDescriptor type EcdsaKeyFormat + func (x *EcdsaKeyFormat) ProtoReflect() protoreflect.Message type EcdsaParams + func (x *EcdsaParams) ProtoReflect() protoreflect.Message type EcdsaPrivateKey + func (x *EcdsaPrivateKey) ProtoReflect() protoreflect.Message type EcdsaPublicKey + func (x *EcdsaPublicKey) ProtoReflect() protoreflect.Message type EcdsaSignatureEncoding + func (EcdsaSignatureEncoding) Descriptor() protoreflect.EnumDescriptor + func (EcdsaSignatureEncoding) Type() protoreflect.EnumType + func (x EcdsaSignatureEncoding) Enum() *EcdsaSignatureEncoding + func (x EcdsaSignatureEncoding) Number() protoreflect.EnumNumber v1.6.1 Jul 12, 2021 v1.6.0 May 17, 2021 v1.5.0 Oct 14, 2020 v1.4.0 Jul 14, 2020 Changes in this version + var EcdsaSignatureEncoding_name = map[int32]string + var EcdsaSignatureEncoding_value = map[string]int32 + type EcdsaKeyFormat struct + Params *EcdsaParams + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*EcdsaKeyFormat) Descriptor() ([]byte, []int) + func (*EcdsaKeyFormat) ProtoMessage() + func (m *EcdsaKeyFormat) GetParams() *EcdsaParams + func (m *EcdsaKeyFormat) Reset() + func (m *EcdsaKeyFormat) String() string + func (m *EcdsaKeyFormat) XXX_DiscardUnknown() + func (m *EcdsaKeyFormat) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EcdsaKeyFormat) XXX_Merge(src proto.Message) + func (m *EcdsaKeyFormat) XXX_Size() int + func (m *EcdsaKeyFormat) XXX_Unmarshal(b []byte) error + type EcdsaParams struct + Curve common_go_proto.EllipticCurveType + Encoding EcdsaSignatureEncoding + HashType common_go_proto.HashType + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*EcdsaParams) Descriptor() ([]byte, []int) + func (*EcdsaParams) ProtoMessage() + func (m *EcdsaParams) GetCurve() common_go_proto.EllipticCurveType + func (m *EcdsaParams) GetEncoding() EcdsaSignatureEncoding + func (m *EcdsaParams) GetHashType() common_go_proto.HashType + func (m *EcdsaParams) Reset() + func (m *EcdsaParams) String() string + func (m *EcdsaParams) XXX_DiscardUnknown() + func (m *EcdsaParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EcdsaParams) XXX_Merge(src proto.Message) + func (m *EcdsaParams) XXX_Size() int + func (m *EcdsaParams) XXX_Unmarshal(b []byte) error + type EcdsaPrivateKey struct + KeyValue []byte + PublicKey *EcdsaPublicKey + Version uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*EcdsaPrivateKey) Descriptor() ([]byte, []int) + func (*EcdsaPrivateKey) ProtoMessage() + func (m *EcdsaPrivateKey) GetKeyValue() []byte + func (m *EcdsaPrivateKey) GetPublicKey() *EcdsaPublicKey + func (m *EcdsaPrivateKey) GetVersion() uint32 + func (m *EcdsaPrivateKey) Reset() + func (m *EcdsaPrivateKey) String() string + func (m *EcdsaPrivateKey) XXX_DiscardUnknown() + func (m *EcdsaPrivateKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EcdsaPrivateKey) XXX_Merge(src proto.Message) + func (m *EcdsaPrivateKey) XXX_Size() int + func (m *EcdsaPrivateKey) XXX_Unmarshal(b []byte) error + type EcdsaPublicKey struct + Params *EcdsaParams + Version uint32 + X []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + Y []byte + func (*EcdsaPublicKey) Descriptor() ([]byte, []int) + func (*EcdsaPublicKey) ProtoMessage() + func (m *EcdsaPublicKey) GetParams() *EcdsaParams + func (m *EcdsaPublicKey) GetVersion() uint32 + func (m *EcdsaPublicKey) GetX() []byte + func (m *EcdsaPublicKey) GetY() []byte + func (m *EcdsaPublicKey) Reset() + func (m *EcdsaPublicKey) String() string + func (m *EcdsaPublicKey) XXX_DiscardUnknown() + func (m *EcdsaPublicKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EcdsaPublicKey) XXX_Merge(src proto.Message) + func (m *EcdsaPublicKey) XXX_Size() int + func (m *EcdsaPublicKey) XXX_Unmarshal(b []byte) error + type EcdsaSignatureEncoding int32 + const EcdsaSignatureEncoding_DER + const EcdsaSignatureEncoding_IEEE_P1363 + const EcdsaSignatureEncoding_UNKNOWN_ENCODING + func (EcdsaSignatureEncoding) EnumDescriptor() ([]byte, []int) + func (x EcdsaSignatureEncoding) String() string v1.4.0-rc2 May 15, 2020 v1.4.0-rc1 Apr 30, 2020