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_jwt_ecdsa_proto protoreflect.FileDescriptor + var JwtEcdsaAlgorithm_name = map[int32]string + var JwtEcdsaAlgorithm_value = map[string]int32 + type JwtEcdsaAlgorithm int32 + const JwtEcdsaAlgorithm_ES256 + const JwtEcdsaAlgorithm_ES384 + const JwtEcdsaAlgorithm_ES512 + const JwtEcdsaAlgorithm_ES_UNKNOWN + func (JwtEcdsaAlgorithm) Descriptor() protoreflect.EnumDescriptor + func (JwtEcdsaAlgorithm) EnumDescriptor() ([]byte, []int) + func (JwtEcdsaAlgorithm) Type() protoreflect.EnumType + func (x JwtEcdsaAlgorithm) Enum() *JwtEcdsaAlgorithm + func (x JwtEcdsaAlgorithm) Number() protoreflect.EnumNumber + func (x JwtEcdsaAlgorithm) String() string + type JwtEcdsaKeyFormat struct + Algorithm JwtEcdsaAlgorithm + Version uint32 + func (*JwtEcdsaKeyFormat) Descriptor() ([]byte, []int) + func (*JwtEcdsaKeyFormat) ProtoMessage() + func (x *JwtEcdsaKeyFormat) GetAlgorithm() JwtEcdsaAlgorithm + func (x *JwtEcdsaKeyFormat) GetVersion() uint32 + func (x *JwtEcdsaKeyFormat) ProtoReflect() protoreflect.Message + func (x *JwtEcdsaKeyFormat) Reset() + func (x *JwtEcdsaKeyFormat) String() string + type JwtEcdsaPrivateKey struct + KeyValue []byte + PublicKey *JwtEcdsaPublicKey + Version uint32 + func (*JwtEcdsaPrivateKey) Descriptor() ([]byte, []int) + func (*JwtEcdsaPrivateKey) ProtoMessage() + func (x *JwtEcdsaPrivateKey) GetKeyValue() []byte + func (x *JwtEcdsaPrivateKey) GetPublicKey() *JwtEcdsaPublicKey + func (x *JwtEcdsaPrivateKey) GetVersion() uint32 + func (x *JwtEcdsaPrivateKey) ProtoReflect() protoreflect.Message + func (x *JwtEcdsaPrivateKey) Reset() + func (x *JwtEcdsaPrivateKey) String() string + type JwtEcdsaPublicKey struct + Algorithm JwtEcdsaAlgorithm + CustomKid *JwtEcdsaPublicKey_CustomKid + Version uint32 + X []byte + Y []byte + func (*JwtEcdsaPublicKey) Descriptor() ([]byte, []int) + func (*JwtEcdsaPublicKey) ProtoMessage() + func (x *JwtEcdsaPublicKey) GetAlgorithm() JwtEcdsaAlgorithm + func (x *JwtEcdsaPublicKey) GetCustomKid() *JwtEcdsaPublicKey_CustomKid + func (x *JwtEcdsaPublicKey) GetVersion() uint32 + func (x *JwtEcdsaPublicKey) GetX() []byte + func (x *JwtEcdsaPublicKey) GetY() []byte + func (x *JwtEcdsaPublicKey) ProtoReflect() protoreflect.Message + func (x *JwtEcdsaPublicKey) Reset() + func (x *JwtEcdsaPublicKey) String() string + type JwtEcdsaPublicKey_CustomKid struct + Value string + func (*JwtEcdsaPublicKey_CustomKid) Descriptor() ([]byte, []int) + func (*JwtEcdsaPublicKey_CustomKid) ProtoMessage() + func (x *JwtEcdsaPublicKey_CustomKid) GetValue() string + func (x *JwtEcdsaPublicKey_CustomKid) ProtoReflect() protoreflect.Message + func (x *JwtEcdsaPublicKey_CustomKid) Reset() + func (x *JwtEcdsaPublicKey_CustomKid) String() string