Searched refs:JwtEcdsaAlgorithm_ES256 (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/tink/go/jwt/ |
H A D | jwt_ecdsa_signer_key_manager_test.go | 97 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 D | jwt_ecdsa_verifier_key_manager_test.go | 142 …serializedPubKey, err := createECDSASerializedPublicKey(jepb.JwtEcdsaAlgorithm_ES256, nil /*=kid*/… 179 …serializedPubKey, err := createECDSASerializedPublicKey(jepb.JwtEcdsaAlgorithm_ES256, refString("1…
|
H A D | jwt_key_templates.go | 139 return createJWTECDSAKeyTemplate(jepb.JwtEcdsaAlgorithm_ES256, tinkpb.OutputPrefixType_TINK) 145 return createJWTECDSAKeyTemplate(jepb.JwtEcdsaAlgorithm_ES256, tinkpb.OutputPrefixType_RAW)
|
H A D | jwt_ecdsa_verifier_key_manager.go | 54 jepb.JwtEcdsaAlgorithm_ES256: {Curve: "NIST_P256", Hash: "SHA256"},
|
H A D | jwk_converter.go | 298 algorithm = jepb.JwtEcdsaAlgorithm_ES256 501 case jepb.JwtEcdsaAlgorithm_ES256:
|
H A D | jwt_signer_verifier_factory_test.go | 71 Algorithm: jepb.JwtEcdsaAlgorithm_ES256,
|
/aosp_15_r20/external/tink/go/proto/jwt_ecdsa_go_proto/ |
H A D | jwt_ecdsa.pb.go | 44 JwtEcdsaAlgorithm_ES256 JwtEcdsaAlgorithm = 1 // ECDSA using P-256 and SHA-256 const
|