Home
last modified time | relevance | path

Searched defs:JwtEcdsaPublicKey (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tink/go/proto/jwt_ecdsa_go_proto/
H A Djwt_ecdsa.pb.go93 type JwtEcdsaPublicKey struct { struct
94 state protoimpl.MessageState
95 sizeCache protoimpl.SizeCache
96 unknownFields protoimpl.UnknownFields
98 Version uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
99 …,2,opt,name=algorithm,proto3,enum=google.crypto.tink.JwtEcdsaAlgorithm" json:"algorithm,omitempty"`
102 X []byte `protobuf:"bytes,3,opt,name=x,proto3" json:"x,omitempty"`
103 Y []byte `protobuf:"bytes,4,opt,name=y,proto3" json:"y,omitempty"`
104 …ustomKid `protobuf:"bytes,5,opt,name=custom_kid,json=customKid,proto3" json:"custom_kid,omitempty"`
107 func (x *JwtEcdsaPublicKey) Reset() {
[all …]
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/jwt/
H A DJwtEcdsaPublicKey.java34 public final class JwtEcdsaPublicKey extends JwtSignaturePublicKey { class
125 private JwtEcdsaPublicKey( in JwtEcdsaPublicKey() method in JwtEcdsaPublicKey
/aosp_15_r20/external/tink/cc/proto/
H A Djwt_ecdsa.proto34 message JwtEcdsaPublicKey { message
/aosp_15_r20/external/tink/python/tink/proto/
H A Djwt_ecdsa.proto34 message JwtEcdsaPublicKey { message
/aosp_15_r20/external/tink/java_src/proto/
H A Djwt_ecdsa.proto34 message JwtEcdsaPublicKey { message
/aosp_15_r20/external/tink/proto/
H A Djwt_ecdsa.proto34 message JwtEcdsaPublicKey { message
/aosp_15_r20/external/tink/go/jwt/
H A Djwt_ecdsa_verifier_key_manager.go97 func ecdsaCustomKID(pk *jepb.JwtEcdsaPublicKey) *string {