self.jwks = publicKeys.keys; var convertedKey = jwkToPem(self.jwks.find((key) => { return key.kid === kid; }));
確定! 回上一頁