Searched refs:JwtEcdsaAlgorithm_ES384 (Results 1 – 6 of 6) sorted by relevance
151 return createJWTECDSAKeyTemplate(jepb.JwtEcdsaAlgorithm_ES384, tinkpb.OutputPrefixType_TINK)157 return createJWTECDSAKeyTemplate(jepb.JwtEcdsaAlgorithm_ES384, tinkpb.OutputPrefixType_RAW)
55 jepb.JwtEcdsaAlgorithm_ES384: {Curve: "NIST_P384", Hash: "SHA384"},
301 algorithm = jepb.JwtEcdsaAlgorithm_ES384503 case jepb.JwtEcdsaAlgorithm_ES384:
114 …serializedPubKey, err := createECDSASerializedPublicKey(jepb.JwtEcdsaAlgorithm_ES384, nil, invalid…
101 algorithm: jepb.JwtEcdsaAlgorithm_ES384,
45 JwtEcdsaAlgorithm_ES384 JwtEcdsaAlgorithm = 2 // ECDSA using P-384 and SHA-384 const