pub async fn import_public_key_jwk( jwk: impl Into<String>, ) -> Result<AgreementPublicKey, Error>
Import a peer’s public key from an RFC 8037 OKP JWK (as JSON text).