Versions in this module Expand all Collapse all v2 v2.3.0 Jan 14, 2025 v2.2.0 May 16, 2024 v2.1.0 Dec 4, 2023 v2.0.0 Jun 21, 2023 Changes in this version + var File_third_party_tink_proto_jwt_rsa_ssa_pkcs1_proto protoreflect.FileDescriptor + var JwtRsaSsaPkcs1Algorithm_name = map[int32]string + var JwtRsaSsaPkcs1Algorithm_value = map[string]int32 + type JwtRsaSsaPkcs1Algorithm int32 + const JwtRsaSsaPkcs1Algorithm_RS256 + const JwtRsaSsaPkcs1Algorithm_RS384 + const JwtRsaSsaPkcs1Algorithm_RS512 + const JwtRsaSsaPkcs1Algorithm_RS_UNKNOWN + func (JwtRsaSsaPkcs1Algorithm) Descriptor() protoreflect.EnumDescriptor + func (JwtRsaSsaPkcs1Algorithm) EnumDescriptor() ([]byte, []int) + func (JwtRsaSsaPkcs1Algorithm) Type() protoreflect.EnumType + func (x JwtRsaSsaPkcs1Algorithm) Enum() *JwtRsaSsaPkcs1Algorithm + func (x JwtRsaSsaPkcs1Algorithm) Number() protoreflect.EnumNumber + func (x JwtRsaSsaPkcs1Algorithm) String() string + type JwtRsaSsaPkcs1KeyFormat struct + Algorithm JwtRsaSsaPkcs1Algorithm + ModulusSizeInBits uint32 + PublicExponent []byte + Version uint32 + func (*JwtRsaSsaPkcs1KeyFormat) Descriptor() ([]byte, []int) + func (*JwtRsaSsaPkcs1KeyFormat) ProtoMessage() + func (x *JwtRsaSsaPkcs1KeyFormat) GetAlgorithm() JwtRsaSsaPkcs1Algorithm + func (x *JwtRsaSsaPkcs1KeyFormat) GetModulusSizeInBits() uint32 + func (x *JwtRsaSsaPkcs1KeyFormat) GetPublicExponent() []byte + func (x *JwtRsaSsaPkcs1KeyFormat) GetVersion() uint32 + func (x *JwtRsaSsaPkcs1KeyFormat) ProtoReflect() protoreflect.Message + func (x *JwtRsaSsaPkcs1KeyFormat) Reset() + func (x *JwtRsaSsaPkcs1KeyFormat) String() string + type JwtRsaSsaPkcs1PrivateKey struct + Crt []byte + D []byte + Dp []byte + Dq []byte + P []byte + PublicKey *JwtRsaSsaPkcs1PublicKey + Q []byte + Version uint32 + func (*JwtRsaSsaPkcs1PrivateKey) Descriptor() ([]byte, []int) + func (*JwtRsaSsaPkcs1PrivateKey) ProtoMessage() + func (x *JwtRsaSsaPkcs1PrivateKey) GetCrt() []byte + func (x *JwtRsaSsaPkcs1PrivateKey) GetD() []byte + func (x *JwtRsaSsaPkcs1PrivateKey) GetDp() []byte + func (x *JwtRsaSsaPkcs1PrivateKey) GetDq() []byte + func (x *JwtRsaSsaPkcs1PrivateKey) GetP() []byte + func (x *JwtRsaSsaPkcs1PrivateKey) GetPublicKey() *JwtRsaSsaPkcs1PublicKey + func (x *JwtRsaSsaPkcs1PrivateKey) GetQ() []byte + func (x *JwtRsaSsaPkcs1PrivateKey) GetVersion() uint32 + func (x *JwtRsaSsaPkcs1PrivateKey) ProtoReflect() protoreflect.Message + func (x *JwtRsaSsaPkcs1PrivateKey) Reset() + func (x *JwtRsaSsaPkcs1PrivateKey) String() string + type JwtRsaSsaPkcs1PublicKey struct + Algorithm JwtRsaSsaPkcs1Algorithm + CustomKid *JwtRsaSsaPkcs1PublicKey_CustomKid + E []byte + N []byte + Version uint32 + func (*JwtRsaSsaPkcs1PublicKey) Descriptor() ([]byte, []int) + func (*JwtRsaSsaPkcs1PublicKey) ProtoMessage() + func (x *JwtRsaSsaPkcs1PublicKey) GetAlgorithm() JwtRsaSsaPkcs1Algorithm + func (x *JwtRsaSsaPkcs1PublicKey) GetCustomKid() *JwtRsaSsaPkcs1PublicKey_CustomKid + func (x *JwtRsaSsaPkcs1PublicKey) GetE() []byte + func (x *JwtRsaSsaPkcs1PublicKey) GetN() []byte + func (x *JwtRsaSsaPkcs1PublicKey) GetVersion() uint32 + func (x *JwtRsaSsaPkcs1PublicKey) ProtoReflect() protoreflect.Message + func (x *JwtRsaSsaPkcs1PublicKey) Reset() + func (x *JwtRsaSsaPkcs1PublicKey) String() string + type JwtRsaSsaPkcs1PublicKey_CustomKid struct + Value string + func (*JwtRsaSsaPkcs1PublicKey_CustomKid) Descriptor() ([]byte, []int) + func (*JwtRsaSsaPkcs1PublicKey_CustomKid) ProtoMessage() + func (x *JwtRsaSsaPkcs1PublicKey_CustomKid) GetValue() string + func (x *JwtRsaSsaPkcs1PublicKey_CustomKid) ProtoReflect() protoreflect.Message + func (x *JwtRsaSsaPkcs1PublicKey_CustomKid) Reset() + func (x *JwtRsaSsaPkcs1PublicKey_CustomKid) String() string