Home
last modified time | relevance | path

Searched refs:JwtEcdsaAlgorithm_ES512 (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tink/go/jwt/
H A Djwt_key_templates.go163 return createJWTECDSAKeyTemplate(jepb.JwtEcdsaAlgorithm_ES512, tinkpb.OutputPrefixType_TINK)
169 return createJWTECDSAKeyTemplate(jepb.JwtEcdsaAlgorithm_ES512, tinkpb.OutputPrefixType_RAW)
H A Djwt_ecdsa_verifier_key_manager.go56 jepb.JwtEcdsaAlgorithm_ES512: {Curve: "NIST_P521", Hash: "SHA512"},
H A Djwk_converter.go304 algorithm = jepb.JwtEcdsaAlgorithm_ES512
505 case jepb.JwtEcdsaAlgorithm_ES512:
H A Djwt_ecdsa_signer_key_manager_test.go105 algorithm: jepb.JwtEcdsaAlgorithm_ES512,
/aosp_15_r20/external/tink/go/proto/jwt_ecdsa_go_proto/
H A Djwt_ecdsa.pb.go46 JwtEcdsaAlgorithm_ES512 JwtEcdsaAlgorithm = 3 // ECDSA using P-521 and SHA-512 const