PackageKey({ required this.use, required this.alg, required this.pub, String? kid, }) : kid = kid ?? computeKid(pub);