The questions separate key representation and selection from key provenance, signature validation, and application authorization. Section numbers refer to RFC 7517.
An A2A issuer changes signing keys at noon. Tokens signed with the old key remain valid for one hour, but the published JWK Set removes the old key immediately.
A JWK contains RSA n and e values plus an x5c chain. The first certificate is valid under a configured trust anchor, but its subject public key is different from the RSA key formed by n and e.
A verifier aggregates JWK Sets from two unrelated issuers into one cache. Both contain kid=rotate-7. It selects the first match and then checks only the signature.
An Agent Card names a JWKS URL. A gateway fetches that set over authenticated TLS, verifies an agent JWT, and forwards X-Agent-Id to a backend. The backend owns the resource policy but receives neither the JWT nor a protected attestation of the gateway's verification result.