Home
last modified time | relevance | path

Searched refs:JwtEcdsaAlgorithm_ES384 (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tink/go/jwt/
H A Djwt_key_templates.go151 return createJWTECDSAKeyTemplate(jepb.JwtEcdsaAlgorithm_ES384, tinkpb.OutputPrefixType_TINK)
157 return createJWTECDSAKeyTemplate(jepb.JwtEcdsaAlgorithm_ES384, tinkpb.OutputPrefixType_RAW)
H A Djwt_ecdsa_verifier_key_manager.go55 jepb.JwtEcdsaAlgorithm_ES384: {Curve: "NIST_P384", Hash: "SHA384"},
H A Djwk_converter.go301 algorithm = jepb.JwtEcdsaAlgorithm_ES384
503 case jepb.JwtEcdsaAlgorithm_ES384:
H A Djwt_ecdsa_verifier_key_manager_test.go114 …serializedPubKey, err := createECDSASerializedPublicKey(jepb.JwtEcdsaAlgorithm_ES384, nil, invalid…
H A Djwt_ecdsa_signer_key_manager_test.go101 algorithm: jepb.JwtEcdsaAlgorithm_ES384,
/aosp_15_r20/external/tink/go/proto/jwt_ecdsa_go_proto/
H A Djwt_ecdsa.pb.go45 JwtEcdsaAlgorithm_ES384 JwtEcdsaAlgorithm = 2 // ECDSA using P-384 and SHA-384 const