Searched defs:JwtHmacKey_CustomKid (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/tink/go/proto/jwt_hmac_go_proto/ |
H A D | jwt_hmac.pb.go | 229 type JwtHmacKey_CustomKid struct { struct 230 state protoimpl.MessageState 231 sizeCache protoimpl.SizeCache 232 unknownFields protoimpl.UnknownFields 234 Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` 237 func (x *JwtHmacKey_CustomKid) Reset() { 246 func (x *JwtHmacKey_CustomKid) String() string { 250 func (*JwtHmacKey_CustomKid) ProtoMessage() {} 252 func (x *JwtHmacKey_CustomKid) ProtoReflect() protoreflect.Message { 265 func (*JwtHmacKey_CustomKid) Descriptor() ([]byte, []int) { [all …]
|
/aosp_15_r20/external/tink/go/jwt/ |
H A D | jwt_mac_factory_test.go | 35 func newJWTHMACKey(algorithm jwtmacpb.JwtHmacAlgorithm, kid *jwtmacpb.JwtHmacKey_CustomKid) *jwtmac…
|
H A D | jwt_hmac_key_manager_test.go | 201 …Size, version uint32, algorithm jwtmacpb.JwtHmacAlgorithm, kid *jwtmacpb.JwtHmacKey_CustomKid) *jw…
|