Home
last modified time | relevance | path

Searched refs:JwtEcdsaAlgorithm_ES256 (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tink/go/jwt/
H A Djwt_ecdsa_signer_key_manager_test.go97 algorithm: jepb.JwtEcdsaAlgorithm_ES256,
144 …keyFormat, err := createECDSASerializedKeyFormat(jepb.JwtEcdsaAlgorithm_ES256, testECDSASignerVers…
198 …keyFormat, err := createECDSASerializedKeyFormat(jepb.JwtEcdsaAlgorithm_ES256, testECDSASignerVers…
234 …pubKey, err := createECDSAPublicKey(jepb.JwtEcdsaAlgorithm_ES256, nil /*=kid*/, testECDSASignerVer…
H A Djwt_ecdsa_verifier_key_manager_test.go142 …serializedPubKey, err := createECDSASerializedPublicKey(jepb.JwtEcdsaAlgorithm_ES256, nil /*=kid*/…
179 …serializedPubKey, err := createECDSASerializedPublicKey(jepb.JwtEcdsaAlgorithm_ES256, refString("1…
H A Djwt_key_templates.go139 return createJWTECDSAKeyTemplate(jepb.JwtEcdsaAlgorithm_ES256, tinkpb.OutputPrefixType_TINK)
145 return createJWTECDSAKeyTemplate(jepb.JwtEcdsaAlgorithm_ES256, tinkpb.OutputPrefixType_RAW)
H A Djwt_ecdsa_verifier_key_manager.go54 jepb.JwtEcdsaAlgorithm_ES256: {Curve: "NIST_P256", Hash: "SHA256"},
H A Djwk_converter.go298 algorithm = jepb.JwtEcdsaAlgorithm_ES256
501 case jepb.JwtEcdsaAlgorithm_ES256:
H A Djwt_signer_verifier_factory_test.go71 Algorithm: jepb.JwtEcdsaAlgorithm_ES256,
/aosp_15_r20/external/tink/go/proto/jwt_ecdsa_go_proto/
H A Djwt_ecdsa.pb.go44 JwtEcdsaAlgorithm_ES256 JwtEcdsaAlgorithm = 1 // ECDSA using P-256 and SHA-256 const